

Sudo dnf install $(rpm -E %fedora).noarch.rpm $(rpm -E %fedora).noarch. – Wikipedia How to install WiFi driver for Broadcom BCM43142 WiFi device in Fedora sudo dnf update The concept is to have DKMS modules automatically rebuilt when a new kernel is installed. The advantage of using a dkms driver is that you don’t need to manually update the driver everytime you upgrade your kernel!ĭynamic Kernel Module Support (DKMS) is a program/framework that enables generating Linux kernel modules whose sources generally reside outside the kernel source tree. How to install WiFi driver for Broadcom BCM43142 in Debian and Debian-based distros like Ubuntu sudo apt-get update

The 'wlan0' interface was still created though, so I'm guessing that this bug has been fixed upstream. Please carefully read all instructions on this website.Īnd the output of 'lsmod' (grepped for relevant lines only):

b43-phy0 ERROR: You must go to and download the correct firmware for this driver version. It can be fixed by running: sudo apt-get install firmware-b43-installer sudo apt-get purge bcmwl-kernel-source sudo modprobe b43. b43-phy0 ERROR: Firmware file "b43-open/ucode16_mimo.fw" not found b43-phy0 ERROR: Firmware file "b43/ucode16_mimo.fw" not found b43-phy0: Broadcom 43224 WLAN found (core revision 23) brcmsmac: module is from the staging directory, the quality is unknown, you have been warned. brcmutil: module is from the staging directory, the quality is unknown, you have been warned. bcma: Core 2 found: PCIe (manuf 0x4BF, id 0x820, rev 0x0F, class 0x0) bcma: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x22, class 0x0) bcma-pci-bridge 0000:03:00.0: setting latency timer to 64 Since linux 3.1.0-4 was moved to today, I decided to comment out "blacklist bcma" in my /etc/modprobe.d/nf and regenerated the initramfs to see if this may have been fixed in Linux 3.1.Īfter rebooting, I noticed the following lines in dmesg:
