Greetings!
Well I see there is a lot of people which have problems with BCM4312
I read that topics but my problem kind of different…
I installed 11.3 few day ago at my job. Everything was just fine…
First of all I’m installed firmware
install_bcm43xx_firmware
Wireless worked fine…
When i come back home, I could’t make it work…
I mean my laptop WiFi bcm4312 with my home WiFi point (router Linksys WRT54GL with DD-WRT firmware)
Other devices (such as phone, other laptop(Windows)) work fine with Linksys.
My laptop Dell Vostro 1310
# /sbin/lspci -nnv | grep -i broadcom
06:00.0 Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g LP-PHY [14e4:4315] (rev 01)
# uname -a
Linux orion.somewhere 2.6.34-12-default #1 SMP 2010-06-29 02:39:08 +0200 i686 i686 i386 GNU/Linux
# dmesg | grep -i broad
12.698446] b43-phy0: Broadcom 4312 WLAN found (core revision 15)
12.876192] Broadcom 43xx driver loaded Features: PMLS, Firmware-ID: FW13 ]
Encryption on Linksys is WPA2 Personal Mixed TKIP+AES…
So I click to NetworkManager icon and choose my wireless connection (my home WiFi point)
Logs below:
/var/log/NetworkManager
Aug 23 17:20:32 orion NetworkManager: <info> Activation (wlan0) starting connection 'ho'
Aug 23 17:20:32 orion NetworkManager: <info> (wlan0): device state change: 3 -> 4 (reason 0)
Aug 23 17:20:32 orion NetworkManager: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) scheduled...
Aug 23 17:20:32 orion NetworkManager: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) started...
Aug 23 17:20:32 orion NetworkManager: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) scheduled...
Aug 23 17:20:32 orion NetworkManager: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) complete.
Aug 23 17:20:32 orion NetworkManager: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) starting...
Aug 23 17:20:32 orion NetworkManager: <info> (wlan0): device state change: 4 -> 5 (reason 0)
Aug 23 17:20:32 orion NetworkManager: <info> Activation (wlan0/wireless): connection 'ho' has security, and secrets exist. No new secrets needed.
Aug 23 17:20:32 orion NetworkManager: <info> Config: added 'ssid' value 'nk002g'
Aug 23 17:20:32 orion NetworkManager: <info> Config: added 'scan_ssid' value '1'
Aug 23 17:20:32 orion NetworkManager: <info> Config: added 'key_mgmt' value 'WPA-PSK'
Aug 23 17:20:32 orion NetworkManager: <info> Config: added 'psk' value '<omitted>'
Aug 23 17:20:32 orion NetworkManager: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) complete.
Aug 23 17:20:32 orion NetworkManager: <info> Config: set interface ap_scan to 1
Aug 23 17:20:32 orion NetworkManager: <info> (wlan0): supplicant connection state: inactive -> scanning
Aug 23 17:20:33 orion NetworkManager: <info> (wlan0): supplicant connection state: scanning -> associating
/var/log/wpa_supplicant.log
Trying to associate with 00:1d:7e:bd:4a:46 (SSID='nk002g' freq=2437 MHz)
so… that ok… right? And after few seconds:
/var/log/NetworkManager
Aug 23 17:20:43 orion NetworkManager: <info> (wlan0): supplicant connection state: associating -> disconnected
Aug 23 17:20:43 orion NetworkManager: <info> (wlan0): supplicant connection state: disconnected -> scanning
Authentication with 00:1d:7e:bd:4a:46 timed out.
this is bad ((
and at last
/var/log/NetworkManager
Aug 23 17:20:44 orion NetworkManager: <info> (wlan0): supplicant connection state: scanning -> associating
Aug 23 17:20:54 orion NetworkManager: <info> (wlan0): supplicant connection state: associating -> disconnected
Aug 23 17:20:54 orion NetworkManager: <info> (wlan0): supplicant connection state: disconnected -> scanning
Aug 23 17:20:56 orion NetworkManager: <info> (wlan0): supplicant connection state: scanning -> associating
Aug 23 17:20:58 orion NetworkManager: <info> Activation (wlan0/wireless): association took too long.
Aug 23 17:20:58 orion NetworkManager: <info> (wlan0): device state change: 5 -> 6 (reason 0)
Aug 23 17:20:58 orion NetworkManager: <info> Activation (wlan0/wireless): asking for new secrets
Aug 23 17:20:58 orion NetworkManager: <info> (wlan0): supplicant connection state: associating -> disconnected
/var/log/wpa_supplicant.log
Trying to associate with 00:1d:7e:bd:4a:46 (SSID='nk002g' freq=2437 MHz)
Authentication with 00:1d:7e:bd:4a:46 timed out.
Trying to associate with 00:1d:7e:bd:4a:46 (SSID='nk002g' freq=2437 MHz)
Authentication with 00:00:00:00:00:00 timed out.
and here /var/log/messages log
Aug 23 17:20:33 orion kernel: [12902.749650] wlan0: authenticate with 00:1d:7e:bd:4a:46 (try 1)
Aug 23 17:20:33 orion kernel: [12902.767601] wlan0: 00:1d:7e:bd:4a:46 denied authentication (status 13)
after this appears KnetworkManager GUI with password form… even if I reenter password, it is wont work ((
On openSuSE 11.1 with wl driver it works.
Passphrase is 100% right… I rechecked it on other devices…
I don’t understand what I do wrong…
By the way… I don’t want to use wl driver because it’s buggy :(… I was very happy when saw that openSuSE 11.3 kernel support default b43 driver…