Re: iwlwifi can't connect to router after resuming from suspend.

From: Dan Carpenter
Date: Sat Sep 29 2012 - 03:26:13 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/