Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › Retropie 3 – wifi TL-WN725N
- This topic has 14 replies, 4 voices, and was last updated 9 years, 3 months ago by carlux3.
-
AuthorPosts
-
07/20/2015 at 15:20 #102357carlux3Participant
Hello,
I installed a retropie 3 on a Rpi2, I’d like to connect it in wifi. I have wifi dongle TP-Link : TL-WN725N which should be working but it doesn’t.
When I go through the Retropie Wifi Menu it doesn’t detect any wifi network.
I try to follow some topics here but without success ….
I try to change the /etc/network/interfaces, but it didn’t change anything :auto lo iface lo inet loopback iface eth0 inet dhcp allow-hotplug wlan0 auto wlan0 #iface wlan0 inet manual iface wlan0 inet dhcp #wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf #iface default inet dhcp wpa-ssid Numericable-f1f2 wpa-psk **********
it seems the wlan0 is not detected.
Do you have an idea ?
07/20/2015 at 16:05 #102360herbfargusMemberDid you try this:
Is your encryption WPA or WEP? Your interfaces file will be different depending on your encryption.
07/20/2015 at 17:35 #102365carlux3ParticipantHello,
Yes I did but it doesn’t help.
My encryption was : WPA-PSK [TKIP] + WPA2-PSK [AES] and changed it to WPA2-PSK [AES] and then to WPA-PSK [TKIP] but nothing changed
if I do a ifconfig, the wlan0 doesn’t appear.
Do I need to put the SSID and pasword between “” ?
if I do ifup wlan0 :
pi@retropie ~ $ sudo ifup wlan0 wpa_supplicant: wpa-roam can only be used with the "manual" inet METHOD run-parts: /etc/network/if-pre-up.d/wpasupplicant exited with return code 1 Internet Systems Consortium DHCP Client 4.2.2 Copyright 2004-2011 Internet Systems Consortium. All rights reserved. For info, please visit https://www.isc.org/software/dhcp/ Cannot find device "wlan0" Bind socket to interface: No such device Failed to bring up wlan0.
07/20/2015 at 18:01 #102370herbfargusMemberTypically mine has double quotes like the example listed under option 2 here:
https://github.com/RetroPie/RetroPie-Setup/wiki/Setting-Up-Wifi
See if adding double quotes changes anything.
07/20/2015 at 18:03 #102371herbfargusMemberIf its not even showing try
sudo ifconfig wlan0 up
07/20/2015 at 18:18 #102373carlux3ParticipantTypically mine has double quotes like the example listed under option 2 here:
https://github.com/RetroPie/RetroPie-Setup/wiki/Setting-Up-Wifi
See if adding double quotes changes anything.it doesn’t change anything
If its not even showing try
sudo ifconfig wlan0 up
see result below :
pi@retropie ~ $ sudo ifconfig wlan0 up wlan0: ERROR while getting interface flags: No such device
07/20/2015 at 18:42 #102376herbfargusMembersounds like its a driver issue then rather than your configurations. seems you’re not the only one who has had issues with the same wifi dongle:
https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=62371&start=475
07/20/2015 at 18:45 #102377herbfargusMemberfrom that forum link I posted you could try this:
sudo wget https://github.com/lwfinger/rtl8188eu/raw/c83976d1dfb4793893158461430261562b3a5bf0/rtl8188eufw.bin -O /lib/firmware/rtlwifi/rtl8188eufw.bin
sudo reboot
and then use wpa supplicant along with interfaces detailed here:
http://www.fars-robotics.net/07/20/2015 at 19:28 #102384petrockblogKeymasterI would just buy a new wireless dongle, one that has a well supported chipset. No point fighting each time with drivers when you can pick them up for a few pounds.
07/20/2015 at 20:07 #102386muffyParticipantOn my old RP1 i had a TL-WN725N too.
You have to install the driver manually and every time again after a stystem update.07/20/2015 at 21:24 #102391carlux3ParticipantThanks, but still nothing :'(
07/20/2015 at 21:25 #102392carlux3ParticipantOn my old RP1 i had a TL-WN725N too.
You have to install the driver manually and every time again after a stystem update.can you tell which driver you use and how you install it ?
cheers
07/21/2015 at 19:47 #102459muffyParticipant07/21/2015 at 19:48 #10246008/03/2015 at 15:56 #103293carlux3ParticipantUnfortunatly nothing works … I’ll see to buy a new dongle…
Thanks
-
AuthorPosts
- The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.