1

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.

1 Answers1

1

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

  1. sudo nano /etc/modprobe.d/raspi-blacklist.conf
  2. Edit text
  3. Press F3 to save changes
  4. Press F2 to exit
vadik_lyutiy
  • 137
  • 4