I recently inherited a Dell Inspiron E1505 and decided to toss SUSE 11.3 on it to test it out. Unfortunately, like many others my wireless doesn’t work. I’ve installed the firmware and it seems to have installed correctly, but it doesn’t work. Most notably, the little wireless LED isn’t on, and hitting Fn+F2 does absolutely nothing. I’ve been pawing through Google, but nothing seems to help. I’m hoping the folks here might have a better idea. I went through the stickies, but they didn’t solve the problem. I’ve included all suggested commands and their outputs.
marcus@linux-ak43:/etc> /sbin/lspci
…]
0b:00.0 Network controller: Broadcom Corporation BCM4311 802.11b/g WLAN (rev 01)
marcus@linux-ak43:/etc> /sbin/lspci -n
…]
0b:00.0 0280: 14e4:4311 (rev 01)
marcus@linux-ak43:/etc> dmesg | grep Broadcom
7.091699] b44 ssb1:0: eth0: Broadcom 44xx/47xx 10/100BaseT Ethernet 00:19:b9:61:71:c2
7.194314] b43-phy0: Broadcom 4311 WLAN found (core revision 10)
7.335759] Broadcom 43xx driver loaded Features: PMLS, Firmware-ID: FW13 ]
marcus@linux-ak43:/etc> dmesg | grep b43
6.979657] b43-pci-bridge 0000:0b:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
6.979671] b43-pci-bridge 0000:0b:00.0: setting latency timer to 64
7.194314] b43-phy0: Broadcom 4311 WLAN found (core revision 10)
7.335623] Registered led device: b43-phy0::tx
7.335646] Registered led device: b43-phy0::rx
7.335665] Registered led device: b43-phy0::radio
242.252124] b43 ssb0:0: firmware: requesting b43/ucode5.fw
242.297402] b43 ssb0:0: firmware: requesting b43/pcm5.fw
242.301848] b43 ssb0:0: firmware: requesting b43/b0g0initvals5.fw
242.353530] b43 ssb0:0: firmware: requesting b43/b0g0bsinitvals5.fw
242.469111] b43-phy0: Loading firmware version 478.104 (2008-07-01 00:50:23)
242.516426] b43-phy0: Radio hardware status changed to DISABLED
242.520347] b43-phy0: Radio turned on by software
242.520357] b43-phy0: The hardware RF-kill button still turns the radio physically off. Press the button to turn it on.
marcus@linux-ak43:/etc> /usr/sbin/iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11bg ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=off
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:off
marcus@linux-ak43:/etc> sudo /usr/sbin/iwlist scan
root’s password:
lo Interface doesn’t support scanning.
eth0 Interface doesn’t support scanning.
wlan0 Interface doesn’t support scanning : Network is down
I’m guessing the problem is the “The hardware RF-kill button still turns the radio physically off.” part, but I have no idea of how to turn it on again since the button flat out doesn’t work. Any ideas?