From ad5c9df9b8b5fa72b7f23a19f24c6a2bcf16c146 Mon Sep 17 00:00:00 2001 From: Fredrik Lindqvist Date: Sun, 20 Aug 2017 23:12:08 +0200 Subject: [PATCH] Fix wireless network for hassbian With later versions of wpa_supplicant the conf file needs a little bit more added to it. --- source/_docs/installation/hassbian/installation.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_docs/installation/hassbian/installation.markdown b/source/_docs/installation/hassbian/installation.markdown index afb735832f9..e190860f0fe 100644 --- a/source/_docs/installation/hassbian/installation.markdown +++ b/source/_docs/installation/hassbian/installation.markdown @@ -36,6 +36,10 @@ The following extras are included on the image: After flashing the image to your SD Card open the partition `boot` and create a new file `wpa_supplicant.conf`. Edit the file and enter your network credentials. For more information visit [Setting up Wifi for Raspbian][wifi-setup]. During start the file will automatically be copied in the right folder and the network connection will be established. The file could look like this: ```conf +country=SE +ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev +update_config=1 + network={ ssid="YOUR_SSID" psk="YOUR_PASSWORD"