Hello,
Toshiba laptop with Celeron M CPU, 2 GB RAM, using Linksys WPC300N V1 wireless N PCMCIA adapter.
openSUSE 12.2 M4 KDE with kernel 3.3.0-2-default
Installed b43 successfully via the following as previously prompted by dmesg, and two SOLID pilot lights appear on the wireless card:
#sudo /usr/sbin/install_bcm43xx_firmware
Edited /etc/sysconfig/kernel to show MODULES_LOADED_ON_BOOT=b43
Edited /etc/init.d/rc to include “modprob b43” before “0 exit” then saved file
Still have no wireless despite the above steps!
#lspci -nnk
0a:00.0 Network controller [0280]: Broadcom Corporation BCM4321 802.11b/g/n [14e4:4329] (rev 01)
Subsystem: Linksys WPC300N v1 Wireless-N Notebook Adapter [1737:0058]
Kernel driver in use: b43-pci-bridge
#dmesg
13.130937] b43-phy0: Broadcom 4321 WLAN found (core revision 11)
13.234490] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
13.235365] Registered led device: b43-phy0::tx
13.235395] Registered led device: b43-phy0::rx
13.235425] Registered led device: b43-phy0::radio
13.235448] Broadcom 43xx driver loaded Features: PMNLS ]
23.654574] b43-phy0: Loading firmware version 508.154 (2009-08-18 00:58:22)
23.779799] ADDRCONF(NETDEV_UP): wlan0: link is not ready
23.862347] 8139too 0000:09:06.0: eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
24.123416] NET: Registered protocol family 17
40.729281] martian source 192.168.1.255 from 192.168.1.104, on dev eth0
wlan0: authenticate with 00:1f:33:b4:e1:d8 (try 1)
243.665981] wlan0: authenticated
243.672130] wlan0: associate with 00:1f:33:b4:e1:d8 (try 1)
243.674747] wlan0: RX AssocResp from 00:1f:33:b4:e1:d8 (capab=0x411 status=18 aid=0)
243.674755] wlan0: 00:1f:33:b4:e1:d8 denied association (code=18)
243.675163] wlan0: deauthenticating from 00:1f:33:b4:e1:d8 by local choice (reason=3)
NB: This time I only use Network Manager to configure wireless connection. However, KDE Daemon keeps asking for password to open kwallet and passphrase to authenticate wireless connection. I got these 2 prompts several times whether wireless connection is created the first time or deleted then re-created later, so wireless connection is never established.
/usr/sbin/rfkill list shows no blocks.
# /usr/sbin/iwlist scan
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
wlan0 Scan completed :
Cell 02 - Address: 00:1F:33:B4:E1:D8
Channel:1
Frequency:2.412 GHz (Channel 1)
Quality=35/70 Signal level=-75 dBm
Encryption key:on
ESSID:"snynhatrang"
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
24 Mb/s; 36 Mb/s; 54 Mb/s
Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 48 Mb/s
Mode:Master
Extra:tsf=0000008ac3768bb1
Extra: Last beacon: 568ms ago
IE: Unknown: 000B736E796E68617472616E67
IE: Unknown: 010882848B962430486C
IE: Unknown: 030101
IE: Unknown: 2A0104
IE: Unknown: 2F0104
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : CCMP TKIP
Authentication Suites (1) : PSK
IE: Unknown: 32040C121860
IE: Unknown: 2D1A1E181AFFFF000000000000000000000000000000000000000000
IE: Unknown: 3D16010D0400000000000000000000000000000000000000
IE: Unknown: 7F0101
IE: Unknown: DD090010180201F0010000
IE: Unknown: DD180050F2020101800003A4000027A4000042435E0062322F00
IE: Unknown: DD1E00904C331E181AFFFF000000000000000000000000000000000000000000
IE: Unknown: DD1A00904C34010D0400000000000000000000000000000000000000
Any ideas or suggestions? Thank you