snipsco / snips-issues

Feel free to share your bugs with us.
14 stars 5 forks source link

quick start raspberry pi - step 2 - wpa_supplicant.conf - Country Code #204

Closed Alex-Lewa-95-RPI-Noob closed 4 years ago

Alex-Lewa-95-RPI-Noob commented 4 years ago

In the example of the wpa_supplicant.conf there isnt an example of a Country Code like DE, US or GB. Did you mean the Top-Level-Domain, ISO 3166-2 or the Locode?

cpoisson commented 4 years ago

Hum, we don't maintain wpa supplicant.

You can have a look to arch linux wiki, it is usually a reliable source of information.

The wiki page refers to ISO/IEC alpha2 country code

I hope this help!

I'm closing this issue for it is not really related to the snips platform.

Alex-Lewa-95-RPI-Noob commented 4 years ago

But it is a step in the documentation (https://docs.snips.ai/getting-started/quick-start-raspberry-pi) and its a little opstacle if someone cant handle it. You can write "ISO/IEC alpha2 country code" into the manual. It would be nice to share this help with everyone. Thank you

cpoisson commented 4 years ago

yup, will do. good idea indeed.

cpoisson commented 4 years ago

snippet updated

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1

# ISO/IEC alpha2 country code in which the device is operating
country=<COUNTRY_CODE>

# network section
network={
    ssid="Your Wi-Fi network name"
    psk="Your Wi-Fi network password"
}
Alex-Lewa-95-RPI-Noob commented 4 years ago

Thank you