CB1 icon indicating copy to clipboard operation
CB1 copied to clipboard

Disable WiFi on CB1

Open eboston opened this issue 2 years ago • 2 comments
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?

eboston avatar Feb 08 '23 16:02 eboston

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.

bigtreetech avatar Feb 13 '23 02:02 bigtreetech

but .. in ifconfig wlan0 is still present ..

LucLN avatar Apr 06 '23 16:04 LucLN