You are not logged in.
Pages: 1
$ lspci | grep -i net
03:00.0 Network controller: Intel Corporation Ultimate N WiFi Link 5300 (rev ff)
$ uname -a
Linux westley 3.1.2-1-ARCH #1 SMP PREEMPT Tue Nov 22 09:17:56 CET 2011 x86_64 Intel(R) Core(TM)2 Duo CPU T9400 @ 2.53GHz GenuineIntel GNU/LinuxMy wireless card worked perfectly for quite a long time, but lately it's been a bit flakey. Coming out of standby often causes it to fail, and rebooting will sometimes, but not always, fix the problem.
The indicator light won't come on, and trying to bring the card up manually gives this:
The laptop's a T400, if that's any help.
$ sudo ifconfig wlan0 up
SIOCSIFFLAGS: Connection timed outAnd dmesg looks like this:
[34123.748035] iwlagn 0000:03:00.0: L1 Enabled; Disabling L0S
[34123.750915] iwlagn 0000:03:00.0: MAC is in deep sleep!. CSR_GP_CNTRL = 0xFFFFFFFF
[34123.750915] iwlagn 0000:03:00.0: MAC is in deep sleep!. CSR_GP_CNTRL = 0xFFFFFFFF
[34123.784661] iwlagn 0000:03:00.0: MAC is in deep sleep!. CSR_GP_CNTRL = 0xFFFFFFFF
[34123.798853] iwlagn 0000:03:00.0: Radio type=0x0-0x2-0x0
[34123.802162] iwlagn 0000:03:00.0: MAC is in deep sleep!. CSR_GP_CNTRL = 0xFFFFFFFF
[34123.818812] iwlagn 0000:03:00.0: MAC is in deep sleep!. CSR_GP_CNTRL = 0xFFFFFFFF
-- snip --
[34124.383259] iwlagn 0000:03:00.0: MAC is in deep sleep!. CSR_GP_CNTRL = 0xFFFFFFFF
[34129.396705] iwlagn 0000:03:00.0: Could not load the INST uCode section
[34129.396712] iwlagn 0000:03:00.0: Failed to start RT ucode: -110
[34129.396739] iwlagn 0000:03:00.0: Unable to initialize device.Any help would be greatly appreciated.
Last edited by stillinbeta (2011-11-28 04:18:20)
Offline
Until you get it fixed, you can tell pm-suspend to unload the wireless driver before suspending, then loading it again after resuming?
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
The apparent answer to this problem was to wait for another bump of the kernel. Huh.
Offline
Pages: 1