topic title: wifi problem (solved)
3 posts
• Page 1 of 1
-
Posts: 142
- 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
try unblacklisting all the drivers in broadcom-sta-dkms.conf EXCEPT wl. leave wl blacklisted.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
-
Posts: 142
- 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
# 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