hello
how can disable wifi on rasp pi 3 ?
want eth0 wired ethernet
andrew
how can disable wifi on rasp pi 3 ?
want eth0 wired ethernet
andrew
from pi menu, click run... , enter following command:
note however, wlan0 enabled again next time reboot pi. if want disable wireless interface everytime, can set in /etc/rc.local.* again, pi menu, click run... , enter following command:
insert following text on blank line above "exit 0"
save file , close text editor. next time reboot pi, wlan0 disabled.
*there other ways this. afaic, procedure pretty straightforward , non-convoluted.
code: select all
sudo ifdown wlan0
code: select all
sudo leafpad /etc/rc.local
code: select all
ifdown wlan0
*there other ways this. afaic, procedure pretty straightforward , non-convoluted.
raspberrypi
Comments
Post a Comment