User Tools

Site Tools


octopi

This is an old revision of the document!


OctoPi

Configure Wi-Fi

Run raspi-config which will create/update /etc/wpa_supplicant/wpa_supplicant.conf.

Then create /etc/network/interfaces.d/wlan0

<code> auto wlan0 iface wlan0 inet dhcp

up iwconfig wlan0 power off  # Disable power saving, so it stays on. Confusing, right?

<code>

octopi.1626017427.txt.gz · Last modified: 2021/07/11 15:30 by robm