Fix wireless network for hassbian
With later versions of wpa_supplicant the conf file needs a little bit more added to it.
This commit is contained in:
parent
b9203f4281
commit
ad5c9df9b8
1 changed files with 4 additions and 0 deletions
|
@ -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:
|
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
|
```conf
|
||||||
|
country=SE
|
||||||
|
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
|
||||||
|
update_config=1
|
||||||
|
|
||||||
network={
|
network={
|
||||||
ssid="YOUR_SSID"
|
ssid="YOUR_SSID"
|
||||||
psk="YOUR_PASSWORD"
|
psk="YOUR_PASSWORD"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue