Circuit Swod CM3 wifi interface not detected: UPDATED
Posted: Sat Mar 13, 2021 9:56 pm
UPDATE:
I flashed a new SD card with the latest Circuit Sword img and the wifi worked, so good to know it's not hardware.
But all my saves and games are on the other card.
I'm not sure how to get them off, or update the firmware if that's what's needed without wifi.
Does anyone know how to get the old saves and games off the old card? when i plug into PC i only get boot folder.
_________________________________________________________________________________________________
Hello,
I recently tried to connect to my gameboy via wifi but i was getting messages that wlan0 interface was not detected.
I went through wpa_supplicant settings and all looks good as well as interface file. That looks good as well.
I cannot seem to figure out how to get it to connect again however.
I unscrewed my case and turned it on to see if the wifi module was shorting out, but still no wifi with case open.
Any help would be appreciated.
WPA-Supplicant.conf
Interface
dmesg output
https://pastebin.com/y9PCDu7C
I flashed a new SD card with the latest Circuit Sword img and the wifi worked, so good to know it's not hardware.
But all my saves and games are on the other card.
I'm not sure how to get them off, or update the firmware if that's what's needed without wifi.
Does anyone know how to get the old saves and games off the old card? when i plug into PC i only get boot folder.
_________________________________________________________________________________________________
Hello,
I recently tried to connect to my gameboy via wifi but i was getting messages that wlan0 interface was not detected.
I went through wpa_supplicant settings and all looks good as well as interface file. That looks good as well.
I cannot seem to figure out how to get it to connect again however.
I unscrewed my case and turned it on to see if the wifi module was shorting out, but still no wifi with case open.
Any help would be appreciated.
WPA-Supplicant.conf
Code: Select all
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=US
network={
ssid="my ssid"
psk="my pass"
key_mgmt=WPA_PSK
}
Code: Select all
iface lo inet loopback
iface eth0 inet dhcp
allow-hotplug wlan0
auto wlan0
iface wlan0 inet dhcp
wpa-ssid "my SSID"
wpa-psk "my pass"
https://pastebin.com/y9PCDu7C