CB1
CB1 copied to clipboard
Disable WiFi on CB1
trafficstars
I don't need WiFi to be enabled on the CB1 as I have it wired directly on the network. I have used rfkill to disable/block wifi. That does disable wifi for that session. But if I reboot the system, it turns back on. How do I keep WiFi off?
comment out WIFI_SSID and WIFI_PASSWD whit # in /BOOT/systm.cfg.
run sudo rm /etc/NetworkManager/system-connections/* to remove all historical wifi connections. After restarting, WiFi will not be automatically connected.
but .. in ifconfig wlan0 is still present ..