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,058 times
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