lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 29 Sep 2012 10:25:27 +0300
From:	Dan Carpenter <dan.carpenter@...cle.com>
To:	Kevin Cruz <skate_ops@...oo.com>
Cc:	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: iwlwifi can't connect to router after resuming from suspend.

On Fri, Sep 28, 2012 at 03:15:15PM -0700, Kevin Cruz wrote:
> Hey Dan,
> 
> 
> Thanks for the response.
> 
> >> Linux cyber-ubuntu 3.2.0-30-generic #48-Ubuntu SMP Fri Aug 24 16:52:48 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
> 
> > That kernel is too old.  Can you test with a 3.5.x kernel (or even
> > better would be a 3.6-rc kernel).  Those are the only ones we look
> > at on lkml.
> 
> I did try out Sabayon 10 live disk because it said it uses the kernel 3.5.4
> but it did not fix the problem. I will definitely try to figure a way to
> test the 3.6-rc kernel.  Do you know any (experimental?) distros that are
> using it?  Is there anything else that I could do that could help, like
> rerunning any commands/script on a newer kernel?

You can compile it under ubuntu.  I looked on google to find
directions but everyone had bad advice.  This might work:

apt-get build-dep linux-image-$(uname -r)
download and unpack the kernel from kernel.org
make localmodconfig
make
make modules_install install
reboot

If it doesn't then having the dmesg from Sabayon live disk will have
to be enough.  We can open a bug for that on bugzilla and CC the
wireless people.

regards,
dan carpenter

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ