Hello!
I would like to disconnect my wifi on the rasberry pi and go hardwired. I am using the adsbexchange.local to change settings. I do not see anywhere to disconnect the wifi. Any ideas?
Thanks, Bill
Hello !
And, what if you just plug an Ethernet wire to to raspberry ?
I think it would make it switch directly to the wired connection, isn’t it?
1 Like
I would assume that you can also block the mac address of the wifi antennas at your router (assuming you’re not using one of the ISP provided ones) to further ensure you are on hardwire only.
You should also be able to SSH into the pi (granted I haven’t tried this) and you can do something like “sudo ifdown wlan0” to disable the wifi at the OS level.
Just plug in the wire, you can go to the webpage and delete the WiFi info but not really needed. If you absolutely want to turn off the WiFi you will need to ssh into the pi and use raspiconfig to disable it.