Comment 43 for bug 201225

Revision history for this message
Thomas Bechtold (toabctl) wrote : Re: Wifi working but at 1Mb/s

i can confirm the bug with 9.04 alias jaunty (32-bit version). I have installed the backports (see infos)

here are the infos:

### BEGIN INFO ###

$ uname -a
Linux natalie-laptop 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009 i686 GNU/Linux

$ dpkg -l|grep backports
ii linux-backports-modules-2.6.28-11-generic 2.6.28-11.12 Ubuntu supplied Linux modules for version 2.6.28 on x86/
ii linux-backports-modules-jaunty 2.6.28.11.15 Generic Linux backported drivers.
ii linux-backports-modules-jaunty-generic 2.6.28.11.15 Backported drivers for generic kernel image

$ lspci|grep Broad
06:02.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)

$ lsmod|grep b43
b43 136732 0
ssb 53128 1 b43
lbm_cw_mac80211 227364 1 b43
lbm_cw_cfg80211 73760 2 b43,lbm_cw_mac80211
led_class 12036 1 b43
input_polldev 11912 1 b43
pcmcia 44748 2 b43,ssb
pcmcia_core 43540 5 b43,ssb,pcmcia,yenta_socket,rsrc_nonstatic

$ iwconfig wlan0
wlan0 IEEE 802.11bg ESSID:"kackepappe"
          Mode:Managed Frequency:2.462 GHz Access Point: 00:0C:F6:35:BC:E3
          Bit Rate=1 Mb/s Tx-Power=27 dBm
          Retry min limit:7 RTS thr:off Fragment thr=2352 B
          Power Management:off
          Link Quality=53/70 Signal level=-57 dBm Noise level=-71 dBm
          Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
          Tx excessive retries:0 Invalid misc:0 Missed beacon:0

### END INFO ###

i can do:
$ sudo iwconfig wlan0 rate 11M
$ sudo /etc/init.d/NetworkManager restart

that works for me. See:
$ iwconfig wlan0
wlan0 IEEE 802.11bg ESSID:"kackepappe"
          Mode:Managed Frequency:2.462 GHz Access Point: 00:0C:F6:35:BC:E3
          Bit Rate=11 Mb/s Tx-Power=27 dBm
          Retry min limit:7 RTS thr:off Fragment thr=2352 B
          Power Management:off
          Link Quality=54/70 Signal level=-56 dBm Noise level=-70 dBm
          Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
          Tx excessive retries:0 Invalid misc:0 Missed beacon:0

When i restart, i always have to set the rate to 11M.