Page 1 of 3
Wifi dongle setup on Gameboy Zero running Retropie using Raspberry Pi Zero
Posted: Sun Aug 07, 2016 7:28 pm
by sniperwolfjs1
Hello everybody. Looking in trying to setup wifi on my GBZ running retropie using the raspberry pi zero. I tried a few different ways and they didn't help out. Can someone help guide me in the right direction. Thanks
Re: Wifi dongle setup on Gameboy Zero running Retropie using Raspberry Pi Zero
Posted: Mon Aug 08, 2016 2:28 am
by Camble
What, specifically, are you having trouble with?
Re: Wifi dongle setup on Gameboy Zero running Retropie using Raspberry Pi Zero
Posted: Mon Aug 08, 2016 3:25 am
by sniperwolfjs1
Camble wrote:What, specifically, are you having trouble with?
I setup dongle with my laptop and it picked up my wifi, then tried it in my GBZ. I have the dongle in one usb port and keyboard in the other usb. Powered it up and it lit up and stayed on. I went to wifi in the retropie app. Used the keyboard to navigate. No wifi is on the list and wifi dongle is no longer lit up. Am I doing somthing wrong? I move the dongle to the other usb port and does the same thing. I move dongle to laptop and even tried it on my tablet via micro usb to otg and they both pulled up my wifi signal. Thanks
Re: Wifi dongle setup on Gameboy Zero running Retropie using Raspberry Pi Zero
Posted: Mon Aug 08, 2016 11:17 pm
by hueblo
I'm having the exact same issue. Using helder's all in one.
Re: Wifi dongle setup on Gameboy Zero running Retropie using Raspberry Pi Zero
Posted: Tue Aug 09, 2016 8:29 am
by sniperwolfjs1
I did mine about as close to Wermy's build on the button pcb. I hope someone can shed some light on this issue. Thanks
Re: Wifi dongle setup on Gameboy Zero running Retropie using Raspberry Pi Zero
Posted: Tue Aug 09, 2016 12:32 pm
by jeffy1021
It might be a power issue where the keyboard, wifi dongle, and helder's AIO board are drawing too much power? When I configured wifi, I connected only the keyboard to the pi and used method 3 shown in the link below to manually enter in my wifi network details in a config file.
https://github.com/retropie/retropie-setup/wiki/Wifi
Code: Select all
sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
#For a WPA protected SSID
network={
ssid="testing"
psk="testingPassword"
}
After saving the config file, I rebooted the pi and unplugged the keyboard and plugged in the wifi dongle. That worked for me as the pi connected to my home wifi network. Once you have wifi connection, you can always SSH to the pi if you need console access.
Re: Wifi dongle setup on Gameboy Zero running Retropie using Raspberry Pi Zero
Posted: Tue Aug 09, 2016 2:04 pm
by sniperwolfjs1
jeffy1021 wrote:It might be a power issue where the keyboard, wifi dongle, and helder's AIO board are drawing too much power? When I configured wifi, I connected only the keyboard to the pi and used method 3 shown in the link below to manually enter in my wifi network details in a config file.
https://github.com/retropie/retropie-setup/wiki/Wifi
Code: Select all
sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
#For a WPA protected SSID
network={
ssid="testing"
psk="testingPassword"
}
After saving the config file, I rebooted the pi and unplugged the keyboard and plugged in the wifi dongle. That worked for me as the pi connected to my home wifi network. Once you have wifi connection, you can always SSH to the pi if you need console access.
I'm going to give this a try. Thanks
Re: Wifi dongle setup on Gameboy Zero running Retropie using Raspberry Pi Zero
Posted: Tue Aug 09, 2016 7:46 pm
by hueblo
jeffy1021 wrote:It might be a power issue where the keyboard, wifi dongle, and helder's AIO board are drawing too much power? When I configured wifi, I connected only the keyboard to the pi and used method 3 shown in the link below to manually enter in my wifi network details in a config file.
https://github.com/retropie/retropie-setup/wiki/Wifi
Code: Select all
sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
#For a WPA protected SSID
network={
ssid="testing"
psk="testingPassword"
}
After saving the config file, I rebooted the pi and unplugged the keyboard and plugged in the wifi dongle. That worked for me as the pi connected to my home wifi network. Once you have wifi connection, you can always SSH to the pi if you need console access.
I tried this solution but I have the same issue. The wifi led stays on but no wifi. Double checked the file and the info is saved.

Re: Wifi dongle setup on Gameboy Zero running Retropie using Raspberry Pi Zero
Posted: Wed Aug 10, 2016 9:09 am
by jeffy1021
hueblo wrote:jeffy1021 wrote:It might be a power issue where the keyboard, wifi dongle, and helder's AIO board are drawing too much power? When I configured wifi, I connected only the keyboard to the pi and used method 3 shown in the link below to manually enter in my wifi network details in a config file.
https://github.com/retropie/retropie-setup/wiki/Wifi
Code: Select all
sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
#For a WPA protected SSID
network={
ssid="testing"
psk="testingPassword"
}
After saving the config file, I rebooted the pi and unplugged the keyboard and plugged in the wifi dongle. That worked for me as the pi connected to my home wifi network. Once you have wifi connection, you can always SSH to the pi if you need console access.
I tried this solution but I have the same issue. The wifi led stays on but no wifi. Double checked the file and the info is saved.

After installing the aio board my wifi no longer works either. It was definitely working before I got the aio. I tried plugging in a flash drive but that does not work either, but when I plug in a usb keyboard that works ok. I wonder if everythingything is drawing too much power? The next thing I will try is powering the usb port using a separate 5v supply instead pulling from the powerboost.
Any ideas @helder?
Re: Wifi dongle setup on Gameboy Zero running Retropie using Raspberry Pi Zero
Posted: Wed Aug 10, 2016 11:35 am
by hueblo
hey @jeffy1021
I found this solution online I'm going to try tonight. It's just for the wireless issue unfortunately. I'll let you know if it worked for me.
https://www.raspberrypi.org/forums/view ... 16#p494216