0 medlemmar och 1 gäst tittar på detta ämne.
Kolla vilket chipset din Broadcom har.En snabbkoll ger https://wiki.debian.org/wl och då heter den brcmsmac eller b43 i kerneln.
Firmware installationCopy brcm/bcm43xx-0.fw and brcm/bcm43xx_hdr-0.fw to /lib/firmware/brcm (or wherever firmware is normally installed on your system).
Alternatively, when not available the Android version can be used as well:git clone https://android.googlesource.com/platform/hardware/broadcom/wlanfirmware files: bcmdhd/firmware/bcm4329/fw_bcm4329.bin bcmdhd/firmware/bcm4330/fw_bcm4330_b2.bin
5. Blacklist the brcm80211 module, to prevent it conflicting for support of BCM4313, BCM43224 and BCM43225 devices:echo blacklist brcm80211 >> /etc/modprobe.d/broadcom-sta-common.conf
As can be seen at the comments, izx helped the OP to solve the problem, but he never posted an answer and he was last seen 10 months ago, so I'm posting this based on OP's comments.Run:sudo rmmod wlto remove wl module and:sudo modprobe b43to load b43 module.You can force b43 loading and prevent wl loading at boot by running:echo "b43" | sudo tee -a /etc/modulesecho "blacklist wl" | sudo tee /etc/modprobe.d/blacklist-wl.conf
Varför kan du inte använda sudo?