Connecting to wifi/keyboard issues
#11
When i open the supplicant file its empty... there isn't anything in it. So I added the line country=us but I am assuming there should be much more in there...?

I also have the wifikeyfile.txt in the boot drive. Not sure which file I add the country=us too on the boot drive. This is confusing as heck. I did read over the links you posted but still confused as it doesn't mention everything you guys are mentioning here.
Reply
#12
https://www.raspberrypi-spy.co.uk/2017/0...cant-conf/

I found the above link... but looks like it has to be on a fresh install before you boot up the system for the first time. May try this in the interim.
Reply
#13
I think I just may buy a USB hub... it will make it much easier when I need a keyboard + wifi dongle and or/blue tooth at the same time. They have a decent one on Amazon for $10.  Big Grin
Reply
#14
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.


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/ )
Reply
#15
Well I got the USB hub and boom worked with no issues what so ever. Much easier spending the 10$ instead of trying all this stuff! Didn't have to pick my country or do any of that!. I will just use the USB hub in the rare occasions I need more than one thing plugged in! Tongue
Reply
#16
Great news, ABeezy1388. I'm glad you got it solved. I'm guessing the USB hub will come in handy for a few things (even unrelated to the Freeplay CM3) over time.
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/ )
Reply
#17
(09-13-2018, 06:21 AM)Flavor Wrote: Great news, ABeezy1388.  I'm glad you got it solved.  I'm guessing the USB hub will come in handy for a few things (even unrelated to the Freeplay CM3) over time.

Yes!!! Thank you very much for the help! Now to finish perfecting the build and tinkering with all the other retropie settings!
Reply
#18
(09-15-2018, 03:22 AM)ABeezy1388 Wrote:
(09-13-2018, 06:21 AM)Flavor Wrote: Great news, ABeezy1388.  I'm glad you got it solved.  I'm guessing the USB hub will come in handy for a few things (even unrelated to the Freeplay CM3) over time.

Yes!!! Thank you very much for the help! Now to finish perfecting the build and tinkering with all the other retropie settings!

Hello,

I'm dealing with a similar issue and can't seem to get things right. I have 2 separate Edimax Dongles; 1) Wifi only 2) Wifi/bluetooth combo. I can get the bluetooth to work just fine with a keyboard, but I simply cannot get wifi to work on either of them. I tried the .conf file that was attached to this conversation but it did not work. I tried inputting manually with the keyboard bluetooth connection, still nothing. I tried a .txt file as well, still, no go. I am running on 4.4.4 if that helps. Whatever info you can send my way, I would greatly appreciate. Just want the wifi to work, you know?
Reply
#19
I have not heard of anyone getting WiFi and BT both working on a combo USB dongle yet.

Which WiFi-only dongle do you have?

Do you have a USB hub, by any chance? That might allow you to plug in a keyboard and the WiFi dongle just to connect to the WiFi the first time.

At any rate, if you use the built-in WiFi menu (in the RetroPie menu) to show the list of WiFi networks, then you can tell if WiFi is working or not.
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/ )
Reply
#20
(04-09-2019, 01:52 AM)Flavor Wrote: I have not heard of anyone getting WiFi and BT both working on a combo USB dongle yet.

Which WiFi-only dongle do you have?

Do you have a USB hub, by any chance?  That might allow you to plug in a keyboard and the WiFi dongle just to connect to the WiFi the first time.

At any rate, if you use the built-in WiFi menu (in the RetroPie menu) to show the list of WiFi networks, then you can tell if WiFi is working or not.
If I cant get both to work, no prob. I'd rather get wifi working at the moment. Right now, I have a edimax wifi dongle. I have 2 separate dongles, but wifi does not work on either of them. When plugged in and I go to wifi, it says that it is not connected.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)