Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › Getting WiFi working with RetroPie?
- This topic has 13 replies, 3 voices, and was last updated 10 years, 6 months ago by sinfulangle.
-
AuthorPosts
-
04/25/2014 at 03:53 #6287sinfulangleParticipant
How would I go about with getting WiFi working with the RetroPie?
I currently have the ‘Edimax EW-7811UN 150Mbps Wireless Nano USB Adapter’ and the ‘lusb’ command tells me that the Pi detects the USB.
I have done a bit of googling and research but no tutorials or assistance results with getting WiFI working with the Pi & RetroPie installed.
Thanks guys.
04/25/2014 at 04:21 #6288RazorX2014Participantload up wpa_gui from the start menu click scan then double click your network then in the “PSK” field, enter your wireless password and click add
04/25/2014 at 04:25 #6289sinfulangleParticipant[quote=6288]load up wpa_gui from the start menu[/quote]
How would I do so?
And is that the RetroPie Start Menu?
Edit:I do not have any OS on the Pi, just RetroPie.
04/25/2014 at 04:27 #6291RazorX2014Participanti edited my comment but you need to get to the desktop by hitting f4 from retropie then typing in startx
04/25/2014 at 04:40 #6292sinfulangleParticipant[quote=6291]i edited my comment but you need to get to the desktop by hitting f4 from retropie then typing in startx[/quote]
Awesome, thank you for your help! Currently doing that now.. then WiFi should work with RetroPie?
04/25/2014 at 04:45 #6294RazorX2014Participantyup
once its all working set this post to resolved :)
04/25/2014 at 05:12 #6295sinfulangleParticipant[quote=6294]yup
once its all working set this post to resolved
[/quote]Maybe I didn’t explain myself properly but the problem I’m having is I cannot get an IP from RetroPie. When I enter ‘ifconfig’ it gives an IP of ‘10.0.0.4’ instead of something like ‘192.168.x.x’.
I did get the internet working instead Raspbian but I want to get the USB WiFi dongle working with RetroPie.
Thanks. :)
04/25/2014 at 05:22 #6296RazorX2014Participantif you enter startx and setup the wifi and get it working when you logout and go back to retropie it will still be connected to the wifi retropie is basically just a script running on raspbian
04/25/2014 at 05:27 #6297sinfulangleParticipant[quote=6296]if you enter startx and setup the wifi and get it working when you logout and go back to retropie it will still be connected to the wifi retropie is basically just a script running on raspbian[/quote]
Hmm, yes I did all that but when I’m back to RetroPie the IP address is giving me still an internal IP.
What I am trying to do is connect to the Pi using Cyberduck to drag & drop ROMS into the Pi.
Maybe I am doing something wrong :\
04/25/2014 at 06:07 #6298RazorX2014Participanti can do that on mine it should work on yours try loading up RetroPie_Setup.sh and setting up samba i think it is that might sort it for you all i can say is it works on mine
04/25/2014 at 06:15 #6299sinfulangleParticipant[quote=6298]i can do that on mine it should work on yours try loading up RetroPie_Setup.sh and setting up samba i think it is that might sort it for you all i can say is it works on mine[/quote]
Got it working, I just pressed network on my PC and my Pi was detected and I’m now dragging & dropping ROMS on, thank you for all your help! :)
04/25/2014 at 07:35 #6302RazorX2014Participantnp glad i could help remember to set the post to resolved ;)
04/29/2014 at 09:45 #6436karlossParticipantthe process is exactly the same as raspbian…
Step 1.
Boot the Raspberry Pi without the WiFi adapter plugged in.Step 2.
Open a Terminal session by clicking on the LXTerminal icon, and enter the
following command into it:sudo nano /etc/network/interfaces
Then Edit the file to look like this –
auto lo iface lo inet loopback iface eth0 inet dhcp allow-hotplug wlan0 auto wlan0 iface wlan0 inet dhcp wpa-ssid "ssid" wpa-psk "password"
Step 4.
When you have finished press [ctrl]x. This will ask if you want to save the modified files.
Press ‘Y’ and then Return to save the file with the same name.Step 5.
Shut down your Raspberry Pi, plug the WiFi adapter in and start it up again. You should find that the Raspberry Pi connects using the WiFi adapter as it boots up.job done :)
04/29/2014 at 09:48 #6440sinfulangleParticipant[quote=6436]the process is exactly the same as raspbian…
Step 1.<br>
Boot the Raspberry Pi without the WiFi adapter plugged in.Step 2.<br>
Open a Terminal session by clicking on the LXTerminal icon, and enter the<br>
following command into it:sudo nano /etc/network/interfaces
Then Edit the file to look like this –
auto lo iface lo inet loopback iface eth0 inet dhcp allow-hotplug wlan0 auto wlan0 iface wlan0 inet dhcp wpa-ssid "ssid" wpa-psk "password"
Step 4.<br>
When you have finished press [ctrl]x. This will ask if you want to save the modified files.<br>
Press ‘Y’ and then Return to save the file with the same name.Step 5.<br>
Shut down your Raspberry Pi, plug the WiFi adapter in and start it up again. You should find that the Raspberry Pi connects using the WiFi adapter as it boots up.job done
[/quote]Thank you for your help, although I got it working last week with RazorX2014’s assistance! Thanks anyway :)
-
AuthorPosts
- The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.