I make a same blacklist above. :-) This helped me: http://djkaos.wordpress.com/2008/10/25/installing-broadcom-80211-linux-sta-driver/
I quote: Installing Broadcom 802.11 Linux STA driver 25 10 2008 This driver includes BCM4311, BCM4312, BCM4321, and BCM4322 Finally my HP 6515b with BCM4312 is free from ndiswrapper !!!! A) 1) Depending on your system download 32 or 64 bit package from http://www.broadcom.com/support/802.11/linux_sta.php 2) Go to a terminal to the dir with package. 3) tar -xvzf hybrid-portsrc-.tar.gz Replace version with one you have 4) Install kernel headers (eg. in fedora "yum install kernel-headers") 5) make -C /lib/modules/`uname -r`/build M=`pwd` if There were no errors 6) Unload Modules from memory rmmod ndiswrapper b43 ssb bcm43xx b43legacy 7) For WPA modprobe ieee80211_crypt_tkip 8)Check if Compiled Module is working insmod wl.ko Now Probably a new interface will be there for wireless (wlan0 or eth-1) To check it run iwconfig iwlist scanning AND YES !! ITS Working !!!!! B)Making it load on boot 1)cp wl.ko /lib/modules/`uname-r`/kernel/net/wireless/ 2)depmod -a 3)rmmod wl 4)modprobe wl 5)Add following Lines to /etc/rc.local (in openSuse /etc/rc/rc.d/boot.local) modprobe wl NOTE: If You Have Problems See README on the package page or post in troubleshooting page -- jockey fails to enable broadcom STA driver https://bugs.launchpad.net/bugs/333903 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
