Hi I know there are a few questions asked very similar to the above, but can someone please provide a full methodology for disabling the wifi via the blacklisting method, as i dont know where to begin.
Asked
Active
Viewed 1,037 times
2
-
Wait, do you want to block other devices or disable Wifi? These are different things... – Jacobm001 Apr 20 '16 at 22:50
-
1Just completely disable the built in wifi as I have a 5GHz usb dongle – Josh Twigger Apr 20 '16 at 23:30
1 Answers
2
In this post you can find the answer
Disable drivers by editing the file /etc/modprobe.d/raspi-blacklist.conf
and add:
blacklist brcmfmac
blacklist brcmutil
Step-by-step
Backup the file before editing sudo cp /etc/modprobe.d/raspi-blacklist.conf /etc/modprobe.d/raspi-blacklist.conf.backup
sudo nano /etc/modprobe.d/raspi-blacklist.conf
- Edit text
- Press F3 to save changes
- Press F2 to exit

vadik_lyutiy
- 147
- 4
-
-
Open file /etc/modprobe.d/raspi-blacklist.conf and just add 2 strings. – vadik_lyutiy Apr 21 '16 at 21:59
-
-
1
sudo nano /etc/modprobe.d/raspi-blacklist.conf
. Edit text. Press F3 for saving. Press F2 to exit. – vadik_lyutiy Apr 21 '16 at 22:02