Skip to content

Commit ad5c9df

Browse files
authored
Fix wireless network for hassbian
With later versions of wpa_supplicant the conf file needs a little bit more added to it.
1 parent b9203f4 commit ad5c9df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/_docs/installation/hassbian/installation.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ The following extras are included on the image:
3636
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:
3737

3838
```conf
39+
country=SE
40+
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
41+
update_config=1
42+
3943
network={
4044
ssid="YOUR_SSID"
4145
psk="YOUR_PASSWORD"

0 commit comments

Comments
 (0)