Setting Up WIFI

Setting Up WIFI

The wpa_supplicant.conf file method

  1. Create a text file called 'wpa_supplicant.conf' (or download the attached file to your computer)
  2. Edit the file and add the following code:
  1. country=xx
  2. update_config=1
  3. ctrl_interface=/var/run/wpa_supplicant

  4. network={
  5.  scan_ssid=1
  6.  ssid="WIFINAME"
  7.  psk="WIFIPASSWORD"
  8. }
  1. Replace XX with your Country Code
  2. Replace WIFINAME with your own WIFI SSID
  3. Replace WIFIPASSWORD with your own WIFI password
Your completed file should look something like this:

  1. Copy this file to the boot partition of your SD card
  2. Safely eject the SD card
  3. Place the SD card back into the Raspberry Pi and boot as normal

Checking the file extension

It is important to save this file as the correct type of file. If not done correctly it will not work. Notepad, by default, will append .txt to any file you save.
When creating and saving the files with different file extensions, ensure your computer does not add .txt to the end of the filename. You may have to enable 'File name extensions' on your computer to allow you to see the full file name.


With 'File name extensions' enabled. The file on the right in NOT correct.


With 'Filename extensions' disabled. It is difficult to see which file is correct.
The incorrect file actually looks like it should be the correct one.


Country Codes

For a full list of Country Codes, click here



    • Related Articles

    • Retropie Documentation

      If you need help on the various settings available within Retropie I would recommend checking out the full Retropie documentation RetroPie Docs
    • Zega Mame Gear Pre-install Checks

      Power Board Connect the power board to a USB-C power source Ensure the battery level LEDs illuminate Mainboard Disconnect the USB-C power supply Connect the Power Board to the Mainboard using the supplied 4 pin connector Toggle the power switch ...
    • Zega Mame Boy Pre-install Checks

      Installation of the Zega Mame Boy+ requires soldering to complete the setup. Only attempt if you are confident in your soldering ability. By attempting to complete the setup of the Zega Mame Boy+ you are confirming that you accept responsibility for ...