Same problem. I've Ubuntu 8.04 up to date too.

My wireless card info:
0001:10:12.0 Network controller: Broadcom Corporation BCM4306 802.11b/g 
Wireless LAN Controller (rev 03)

But I solve it by removing the b43 and the b43legacy modules and running
that scprit:

#!/bin/bash
bcm43xx-fwcutter -w /lib/firmware AppleAirPort2
bcm43xx-fwcutter -w /lib/firmware/`uname -r` AppleAirPort2
rmmod bcm43xx
modprobe bcm43xx
lsmod | grep bcm43xx
ifconfig eth1 up
iwconfig

Where AppleAirPort2 file it's my firmware extracted from my Mac OS
partition.

-- 
Wireless Network its not working
https://bugs.launchpad.net/bugs/206277
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to