Posts: 142
0day
Joined: 10 Aug 2013
#1
since the last update the wifi only works after putting #blacklist brcmsmac in etc/modprobe.d/broadcom-sta-dkms.conf but I have to give at every boot: sudo modprobe brcmsmac
Last edited by 0day on 18 Apr 2017, 20:03, edited 1 time in total.
Posts: 2,238
dolphin_oracle
Joined: 16 Dec 2007
#2
0day wrote:since the last update the wifi only works after putting #blacklist brcmsmac in etc/modprobe.d/broadcom-sta-dkms.conf but I have to give at every boot: sudo modprobe brcmsmac
try unblacklisting all the drivers in broadcom-sta-dkms.conf EXCEPT wl. leave wl blacklisted.
Posts: 142
0day
Joined: 10 Aug 2013
#3
solved with:
# wl module from Broadcom conflicts with the following modules:
#blacklist b43
#blacklist b43legacy
#blacklist b44
#blacklist bcma
#blacklist brcm80211
#blacklist brcmsmac
#blacklist ssb
in my etc/modprobe.d//broadcom-sta-dkms.conf