FS#23798 - [kernel26,b43 driver] each new page or page refresh requires disconnection followed by reconnection
Attached to Project:
Arch Linux
Opened by Amitav (amitavmohanty01) - Saturday, 16 April 2011, 19:05 GMT
Last edited by Tobias Powalowski (tpowa) - Thursday, 16 February 2012, 17:52 GMT
Opened by Amitav (amitavmohanty01) - Saturday, 16 April 2011, 19:05 GMT
Last edited by Tobias Powalowski (tpowa) - Thursday, 16 February 2012, 17:52 GMT
|
Details
Description:
I am connecting to a wireless LAN through my Broadcom wifi card using the following commands: ifconfig wlan0 up iwconfig wlan0 essid <name> key <10-digit-key> iwconfig wlan0 auto dhcpcd wlan0 My card gets assigned 192.168.1.3 on lease from 192.168.1.1. However, after opening one page when I refresh it or open another page in my browser, it fails. If I disconnect and reconnect between page refreshes I can connect fine. I have to issue the following commands before every new page fetch. dhcpcd -k wlan0 dhcpcd wlan0 My kernel.log is filled up with martian header messages and they appear very fast. I am not sure if the martian header thing is relevant or not. I have accessed the network a few months earlier. Now, I have the new kernel (2.6.38). It was working fine then. I used b43-fwcutter to get drivers for my wifi card. Additional info: * config and/or log files etc. kernel.log is attached in case it turns out to be relevant |
This task depends upon
Closed by Tobias Powalowski (tpowa)
Thursday, 16 February 2012, 17:52 GMT
Reason for closing: Upstream
Thursday, 16 February 2012, 17:52 GMT
Reason for closing: Upstream
https://wiki.archlinux.org/index.php/Broadcom_wireless read the broadcom page to use a better driver
from /etc/rc.conf
MODULES=(acpi-cpufreq cpufreq_ondemand cpufreq_conservative cpufreq_powersave cpufreq_performance !pcspkr !snd_pcsp !b43legacy b43)
from lspci -k
02:00.0 Network controller: Broadcom Corporation BCM4311 802.11b/g WLAN (rev 02)
Subsystem: Hewlett-Packard Company BCM4311 802.11b/g Wireless LAN Controller
Kernel driver in use: b43-pci-bridge
Kernel modules: ssb
I installed b43-firmware using b43-fwcutter; but that was a year ago. Does it need a firmware upgrade?
30:00.0 Network controller: Broadcom Corporation BCM4311 802.11b/g WLAN (rev 02).
[root@fool dknight]# iwconfig wlan0 essid <ssid of network>
[root@fool dknight]# iwconfig wlan0 key <10-digit key>
Error for wireless request "Set Encode" (8B2A) :
SET failed on device wlan0 ; Invalid argument.
[root@fool dknight]# iwconfig wlan0 key "<key>"
Error for wireless request "Set Encode" (8B2A) :
SET failed on device wlan0 ; Invalid argument.
[root@fool dknight]# iwconfig wlan0 key s:"<key>"
Error for wireless request "Set Encode" (8B2A) :
SET failed on device wlan0 ; Invalid argument.
[root@fool dknight]# iwconfig wlan0 key s:<key>
Error for wireless request "Set Encode" (8B2A) :
SET failed on device wlan0 ; Invalid argument.
[root@fool dknight]# iwconfig wlan0 key <10-digit key in dashed format as shown in man page>
Error for wireless request "Set Encode" (8B2A) :
SET failed on device wlan0 ; Invalid argument.
My current kernel version in 3.0. The broadcom-wl package in AUR was updated on 10th of this month. So, it is fairly updated.