November 22, 2025Nov 22 I install an old wifi card (BCM43142 14e4:4727) on my device, and no Wi-Fi network can be detected.After lspci -k | grep -iA3 networkroot@Tower:~# lspci -k | grep -iA3 network04:00.0 Network controller: Broadcom Inc. and subsidiaries BCM43142 802.11b/g/n (rev 01) Subsystem: Hewlett-Packard Company Device 804a Kernel driver in use: bcma-pci-bridge Kernel modules: bcmaI think we should use brcmsmac instead of bcma-pci-bridge.so I add Modprobe.d config file in tools, system drivers: brcmsmac; state Custom; options brcmsmac ids=14e4:4727.bcma; state Disabled; blacklist bcma, blacklist bcma-pci-bridge.add "modprobe brcmsmac" in /boot/config/gobut still not working, After lspci -k | grep -iA3 network..... Kernel driver in use: bcma-pci-bridge Kernel modules: bcma
November 23, 2025Nov 23 Community Expert Please post the diagnostics without any go file modification, to see what the initial issue is.
November 23, 2025Nov 23 Author 4 hours ago, JorgeB said:Please post the diagnostics without any go file modification, to see what the initial issue is. tower-diagnostics-20251123-2230.zip
November 24, 2025Nov 24 Community Expert From what I can find, that adapter is not supported by the in-tree Linux driver, it requires an out-of-tree driver, which is closed source. I recommend getting an adapter from this list instead: https://github.com/morrownr/USB-WiFi/blob/main/home/USB_WiFi_Adapters_that_are_supported_with_Linux_in-kernel_drivers.md
November 24, 2025Nov 24 Author I found these websites (https://wireless.docs.kernel.org/en/latest/en/users/drivers/brcm80211.html,https://wiki.archlinux.org.cn/title/Broadcom_wireless) say brcmsmac is opensource, and unraid tools --> system drivers include brcmsmac.And my wireless network card is connected via PCIe rather than USB. Is the website you shared a list of all wireless network adapters supported by Unraid? Is there a list of supported PCIe network adapters?
November 24, 2025Nov 24 Community Expert Solution From what I found, it needs this proprietary driver: https://wiki.debian.org/wl11 minutes ago, ylczvip said:Is the website you shared a list of all wireless network adapters supported by Unraid?Nope, not all. 11 minutes ago, ylczvip said:Is there a list of supported PCIe network adapters?Not that I'm aware of.
November 24, 2025Nov 24 Author I think both wl and brcmsmac work on BCM4313.https://wireless.docs.kernel.org/en/latest/en/users/drivers/b43.htmlhttps://wiki.debian.org/brcm80211#Supported_Devices
November 24, 2025Nov 24 Community Expert Linux is detecting a BCM43142, not 4313Broadcom Inc. and subsidiaries BCM43142 802.11b/g/n [14e4:4365] (rev 01)
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.