0

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!

Pandya
  • 37,289

1 Answers1

1

Try add command to rc.local file with nano or gedit. It runs commands, when startup process was ended. Do nothing by default. You can find it in /etc/rc.local

32cupo
  • 111