I have a Broadcom 802.11b/g hardware on my dual-boot laptop. Note first that in the WinXP partition, the wifi makes DHCP connections to my router with no problem. Since this was not working in my new CentOS 6 partition, and remembering that there was a driver problem with the old Fedora partition it replaced, I followed instructions founs at: http://repecka.net/en/2011/04/19/install-broadcom-bcm4311-802-11bg-wlan- drivers-on-centos/ and http://www.broadcom.com/docs/linux_sta/README.txt modifying for that fact that I use wlan0 rather than eth1. The wifi is now dead-in-the-water. The wlan light now remains red, and neither ifconfig nor iwconfig show any sign of wlan0 (contra to the situation before I installed the new driver). It still works in the WinXP partition. Suggestions for my next step in fixing this would be most welcome. Thank, Mike.
On Mon, 2011-09-05 at 17:27 +0000, Michael D. Berger wrote:> I have a Broadcom 802.11b/g hardware on my dual-boot laptop. > Note first that in the WinXP partition, the wifi makes DHCP > connections to my router with no problem. Since this > was not working in my new CentOS 6 partition, and > remembering that there was a driver problem with the > old Fedora partition it replaced, I followed instructions > founs at: > > http://repecka.net/en/2011/04/19/install-broadcom-bcm4311-802-11bg-wlan- > drivers-on-centos/ > > and > > http://www.broadcom.com/docs/linux_sta/README.txt > > modifying for that fact that I use wlan0 rather than eth1. > The wifi is now dead-in-the-water. The wlan light now > remains red, and neither ifconfig nor iwconfig show any > sign of wlan0 (contra to the situation before I installed > the new driver). It still works in the WinXP partition. > > Suggestions for my next step in fixing this would be most > welcome. > > Thank, > Mike.Maybe you need to install the firmware? My laptop still uses the b43 driver but not entirely w/o issue. # yum search b43 <snip> ================================= Matched: b43 ================================b43-fwcutter.x86_64 : Firmware extraction tool for Broadcom wireless driver b43-tools.x86_64 : Tools for the Broadcom 43xx series WLAN chip b43-openfwwf.noarch : Open firmware for some Broadcom 43xx series WLAN chips compat-db43.i686 : The Berkeley DB database 4.3.29 compatibility library compat-db43.x86_64 : The Berkeley DB database 4.3.29 compatibility library HTH B.J. CentOS Linux release 6.0 (Final)
Michael D. Berger wrote:> I have a Broadcom 802.11b/g hardware on my dual-boot laptop. > Note first that in the WinXP partition, the wifi makes DHCP > connections to my router with no problem. Since this > was not working in my new CentOS 6 partition, and > remembering that there was a driver problem with the > old Fedora partition it replaced, I followed instructions > founs at: > > http://repecka.net/en/2011/04/19/install-broadcom-bcm4311-802-11bg-wlan- > drivers-on-centos/ > > and > > http://www.broadcom.com/docs/linux_sta/README.txt > > modifying for that fact that I use wlan0 rather than eth1. > The wifi is now dead-in-the-water. The wlan light now > remains red, and neither ifconfig nor iwconfig show any > sign of wlan0 (contra to the situation before I installed > the new driver). It still works in the WinXP partition. > > Suggestions for my next step in fixing this would be most > welcome.maybe here: http://wiki.centos.org/HowTos/Laptops/Wireless/Broadcom?action=show good luck
[...] I note that instructions indicated that I should modify /etc/modprobe.conf to contain: alias eth1 wl Since I don't have that file, I grepped around and decided that the file to use is probably: /etc/modprobe.d/dist.conf So in that file I put: alias wlan0 With regard to the library, I tried several things, the latest being: alias iee80211_crypt_tkip lib80211 Might there be a problem herein? Thanks, Mike.
I didn't read the whole thread but you should make sure you blacklist the b43, bcm43xx and ssb drivers vi /etc/modprobe.d/broadcom-wl.conf blacklist b43 blacklist bcm43xx blacklist ssb and also add intel_iommu=off to the kernel line in your grub configuration. That works for my broadcom adapter ----- Original Message ----- | I have a Broadcom 802.11b/g hardware on my dual-boot laptop. | Note first that in the WinXP partition, the wifi makes DHCP | connections to my router with no problem. Since this | was not working in my new CentOS 6 partition, and | remembering that there was a driver problem with the | old Fedora partition it replaced, I followed instructions | founs at: | | http://repecka.net/en/2011/04/19/install-broadcom-bcm4311-802-11bg-wlan- | drivers-on-centos/ | | and | | http://www.broadcom.com/docs/linux_sta/README.txt | | modifying for that fact that I use wlan0 rather than eth1. | The wifi is now dead-in-the-water. The wlan light now | remains red, and neither ifconfig nor iwconfig show any | sign of wlan0 (contra to the situation before I installed | the new driver). It still works in the WinXP partition. | | Suggestions for my next step in fixing this would be most | welcome. | | Thank, | Mike. | | _______________________________________________ | CentOS mailing list | CentOS at centos.org | http://lists.centos.org/mailman/listinfo/centos -- James A. Peltier IT Services - Research Computing Group Simon Fraser University - Burnaby Campus Phone : 778-782-6573 Fax : 778-782-3045 E-Mail : jpeltier at sfu.ca Website : http://www.sfu.ca/itservices http://blogs.sfu.ca/people/jpeltier I will do the best I can with the talent I have