Disable Wifi on Raspberry Pi 4B

Januar 14, 2023 - Lesezeit: ~1 Minute

sudo vi /boot/config.txt

# Find the following line:
# Additional overlays and parameters are documented /boot/overlays/README

# And add these two lines under it:
dtoverlay=disable-wifi
dtoverlay=disable-bt

# Bluetooth is also disabled. Reboot and check
ifconfig
#eth0 > LAN
#wlan0 > bad :)