how to disable wifi and only route traffic through ethernet
Hi,
i've enabled the wifi and now would like to disable the wifi, and only route traffic through ethernet, how would i be able to do that..
thanks
- CCharles Hague @cghague2023-01-18 20:20:53.147Z
Hi Jmaxtein, thanks for reaching out with your question about disabling Wi-Fi.
You can disable Wi-Fi by connecting to your TinyPilot device over SSH and running the following command:
sudo rfkill block wlan
You can turn Wi-Fi back on in future with this command:
sudo rfkill unblock wlan