Raspberry Pi/Wifi Auto Restart

From Wiki
< Raspberry Pi
Revision as of 15:02, 15 April 2017 by Marcluer (talk | contribs) (Die Seite wurde neu angelegt: „== Requirements == * /etc/network/interfaces <pre> allow-hotplug wlan0 iface wlan0 inet dhcp wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf </pre>“)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Requirements

  • /etc/network/interfaces
allow-hotplug wlan0
iface wlan0 inet dhcp
    wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf