On Tue, 3 Mar 2009, le...@twincling wrote:
> b43-phy0: Broadcom 4311 WLAN found
> phy0: Selected rate control algorithm 'pid'
> Broadcom 43xx driver loaded [ Features: PMLR, Firmware-ID: FW13 ]
> input: b43-phy0 as /devices/virtual/input/input10
> b43-phy0: Loading firmware version 410.2160 (2007-05-26 15:32:10)
> Registered led device: b43-phy0::tx
> Registered led device: b43-phy0::rx
> Registered led device: b43-phy0::radio
> b43-phy0 ERROR: PHY transmission error
> b43-phy0 ERROR: MAC suspend failed
> b43-phy0: Radio hardware status changed to DISABLED
> ADDRCONF(NETDEV_UP): wlan0: link is not ready
> NET: Registered protocol family 17
> wlan0: Initial auth_alg=0
> wlan0: authenticate with AP 00:1b:57:c4:bf:bb
> wlan0: RX authentication from 00:1b:57:c4:bf:bb (alg=0 transaction=2
> status=0)
> wlan0: authenticated
> wlan0: associate with AP 00:1b:57:c4:bf:bb
> wlan0: RX AssocResp from 00:1b:57:c4:bf:bb (capab=0x401 status=0 aid=2)
> wlan0: associated
> ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
> wlan0: disassociate(reason=3)
> wlan0: no IPv6 routers present
> wlan0: No ProbeResp from current AP 00:1b:57:c4:bf:bb - assume out of range
> wlan0: Initial auth_alg=0
> wlan0: authenticate with AP 00:22:3f:13:70:b2
> wlan0: RX authentication from 00:22:3f:13:70:b2 (alg=0 transaction=2
> status=0)
> wlan0: authenticated
> wlan0: associate with AP 00:22:3f:13:70:b2
> wlan0: RX AssocResp from 00:22:3f:13:70:b2 (capab=0x411 status=0 aid=1)
> wlan0: associated
> printk: 2 messages suppressed.
> wlan0: switched to short barker preamble (BSSID=00:22:3f:13:70:b2)
> wlan0: WMM queue=2 aci=0 acm=0 aifs=3 cWmin=15 cWmax=1023 burst=0
> wlan0: WMM queue=3 aci=1 acm=0 aifs=7 cWmin=15 cWmax=1023 burst=0
> wlan0: WMM queue=1 aci=2 acm=0 aifs=2 cWmin=7 cWmax=15 burst=30
> wlan0: WMM queue=0 aci=3 acm=0 aifs=2 cWmin=3 cWmax=7 burst=15
>
Hi Leela:
There seem to be "two" WiFi access points in the vicinity of
your laptop.
AP1 : 00:1b:57:c4:bf:bb
AP2 : 00:22:3f:13:70:b2
Your wireless card links up with AP1 and then after sometime it
sort of appears to be out of range and on re-scan it tries to
bind to another one.
If you want that your card should continue to use a specific
access point, please do the following:
1. login as root
2. do a radio scan
iwlist wlan0 scanning
collect the ESSID and the AP MAC.
3. ifconfig wlan0 down
4. iwconfig wlan0 essid ESSID-NAME ap 00:1b:57:c4:bf:bb
5. ifconfig wlan0 up
6. dhcpcd --renew wlan0
This should make you wireless connection more predictable.
Hope this helps.
thanks
Saifi.