I was kindly helped on this forum a few months ago to fix my Wifi. Only problem is I have to run the command in the terminal at the start of every session.Each time I need to run-
sudo modprobe -v brcmsmac
How can I make this process run automatically?
Many thanks!
/etc/modprobe.d/broadcom-sta-dkms.conf
and/etc/modprobe.d/broadcom-sta-common.conf
and see if that module is blacklisted. if so put a # in front of the line – Rinzwind Jul 09 '14 at 13:58