Got a Pi 3 which will always use ethernet, so trying to figure out how to disable the WiFi such that it does not even turn on after a reboot.
If I do an ifconfig I see the wlan0 device. I can do ifconfig wlan0 down but it will come back up again after a reboot.
I tried commenting out anything about wlan0 (and wlan1) in /etc/network/interfaces but that has not made a difference.
eth0 is not commented out so it can be used.
wlan1in that file as well? – Patrick Cook Mar 08 '16 at 06:23wlan0in/etc/network/interfaces? If it isautochange it tomanualfollowed byifdown wlan0. – ott-- May 29 '16 at 20:07