09-11-2018, 02:31 AM
Hey ABeezy1388! I'm sorry that I was unavailable over the weekend. If you still want to try the wpa_supplicant.conf method, I will try to lay out the steps here.
1) Take your SD card from the Freeplay CM3 and pop it into your computer. I'm assuming that you're on Windows, but it shouldn't matter much.
2) The SD card should show up as a drive called 'boot.' That is actually only one of the partitions that's on that SD card, but that doesn't really matter. Windows and Mac won't show you the other partition.
3) In the root of the 'boot' drive, create a new file called wpa_supplicant.conf
4) Edit that new file you just created.
5) Copy and paste the exact text that I will add in the code section below.
6) Edit the file
7) Change «your_SSID» to be the actual SSID of your WiFi network
8) Change «your_PSK» to be your actual WiFi password
9) Change «your_ISO-3166-1_two-letter_country_code» to US (or whatever country you're in)
10) Make sure that your text editing software doesn't change " to “
11) Close and save the file
12) Safely eject the SD card
13) Pop the card back into your Freeplay CM3 and boot it up. It should (in theory) connect to your WiFi.
1) Take your SD card from the Freeplay CM3 and pop it into your computer. I'm assuming that you're on Windows, but it shouldn't matter much.
2) The SD card should show up as a drive called 'boot.' That is actually only one of the partitions that's on that SD card, but that doesn't really matter. Windows and Mac won't show you the other partition.
3) In the root of the 'boot' drive, create a new file called wpa_supplicant.conf
4) Edit that new file you just created.
5) Copy and paste the exact text that I will add in the code section below.
6) Edit the file
7) Change «your_SSID» to be the actual SSID of your WiFi network
8) Change «your_PSK» to be your actual WiFi password
9) Change «your_ISO-3166-1_two-letter_country_code» to US (or whatever country you're in)
10) Make sure that your text editing software doesn't change " to “
11) Close and save the file
12) Safely eject the SD card
13) Pop the card back into your Freeplay CM3 and boot it up. It should (in theory) connect to your WiFi.
Code:
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=«your_ISO-3166-1_two-letter_country_code»
network={
ssid="«your_SSID»"
psk="«your_PSK»"
key_mgmt=WPA-PSK
}
Card Fighters' Clash 2 English Translation ( http://cfc2english.blogspot.com/ )
Neo Geo Pocket Flash Cart and Linker Project ( http://www.flashmasta.com/ )
Avatar art thanks to Trev-Mun ( http://trevmun.deviantart.com/ )
Neo Geo Pocket Flash Cart and Linker Project ( http://www.flashmasta.com/ )
Avatar art thanks to Trev-Mun ( http://trevmun.deviantart.com/ )