In the latest Fedora 11 updates, kernel 2.6.30.5-43.fc11.x86_64 breaks broadcom-wl functionality on my BCM4312 wifi adapter
Code:$ lspci -v | awk '/Ether|Net/,/^$/' 03:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02) Subsystem: Dell Device 01f1 Flags: bus master, fast devsel, latency 64, IRQ 17 Memory at f9bfe000 (32-bit, non-prefetchable) [size=8K] Capabilities: <access denied> Kernel driver in use: b44 Kernel modules: b44 0c:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01) Subsystem: Dell Wireless 1395 WLAN Mini-Card Flags: bus master, fast devsel, latency 0, IRQ 17 Memory at f9ffc000 (64-bit, non-prefetchable) [size=16K] Capabilities: <access denied> Kernel driver in use: b43-pci-bridge Kernel modules: wl, ssbNot sure what the issue is here, and why the b43-pci-bridge driver is in use, I tried removing it and reloading wl but no joy.Code:$ iwconfig lo no wireless extensions. pan0 no wireless extensions. eth0 no wireless extensions.
In the meantime you can just boot the older 2.6.29 kernel, and if you want to use the 2.6.30 kernel then install ndiswrapper (yum install ndiswrapper) and reboot, the kmod will be auto-built, then I had to do the following sequence of commands
and all is well, the modprobe commands can go in /etc/rc.local.Code:su - ndiswrapper -i <path to>/bcmwl5.inf modprobe -r b43 modprobe -r b44 modprobe -r ssb modprobe ndiswrapper
BCM43xx *.inf driver for ndiswrapper (32 and 64 bit) here
I hope this gets fixed soon as the broadcom-wl driver has been working perfectly, if anyone has found an easier fix please post.
(kmod-wl-2.6.30.5-43.fc11.x86_64-5.10.91.9-4.fc11.2.x86_64 is installed)


Reply With Quote
