Raspberry Pi: Disable WLAN Interface - msandholz/RaspberryPi-Tutorials GitHub Wiki
Step 1: Uncomment the WLAN driver
- Open file with
sudo nano /etc/modprobe.d/blacklist-rtl8192cu.conf
- Add the following lines:
blacklist brcmfmac blacklist brcmutil
sudo nano /etc/modprobe.d/blacklist-rtl8192cu.conf
blacklist brcmfmac
blacklist brcmutil
sudo reboot