toolboc / psx-pi-smbshare

A swiss army knife for enhancing classic game consoles with Raspberry Pi
387 stars 34 forks source link

Pi will not launch wpa_supplicant #73

Open Austinrayyy opened 11 months ago

Austinrayyy commented 11 months ago

I followed the instructions within this page exactly. I used 7zip, & etcher.io. I got the correct image file after several file extractions. Burnt the image onto my SD card using etcher.io. I created a text document on the root of the sd card labeled “wpa_supplicant.config” and added the correct commands within said word file(ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 country=US

network={ ssid="" psk="" }). I deleted the <> and put my user and password in. Saved file. Raspberry pi will start up fine. Takes commands fine(config menu/shutdown). Will NOT connect to wifi or show networks. These are the following errors: “Could not communicate with wpa_supplicant” and “There was an error running option N2 Wi-fi”.

Please Help!