[PROBLEM] TP-Link TL-WN725N unable to get wifi working - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Hardware (/forum-7.html) +--- Forum: Network (/forum-25.html) +--- Thread: [PROBLEM] TP-Link TL-WN725N unable to get wifi working (/thread-2524.html) |
TP-Link TL-WN725N unable to get wifi working - Maylo - 18th Oct, 2014 04:57 AM I looked through all the other topics regarding that specific wifi dongle but nothing worked. I'm on RC3 3.15.8+ kernel. What i tried: - Scanning for Network (no SSID's found) -manually adding SSID and password through xbian-config (Cannot connect to network.) Additional: -wifi dongle is ok. it works on my laptop and also it worked in openelec lsusb: Code: Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. ifconfig: Code: eth0 Link encap:Ethernet HWaddr B8:27:EB:F5:56:B2 thanks for your help! RE: TP-Link TL-WN725N unable to get wifi working - Uhsac - 18th Oct, 2014 06:06 AM Same problem for me ! RE: TP-Link TL-WN725N unable to get wifi working - IriDium - 19th Oct, 2014 04:07 AM Can you post the output of /etc/network/interfaces and also the output of dmesg via http://www.pastebin.com RE: TP-Link TL-WN725N unable to get wifi working - Maylo - 19th Oct, 2014 06:58 AM sure, my bad i didnt post that at the first place. here you go: /etc/network/interfaces Code: auto lo and my dmesg here also the led on my adapter does not even blink. if that matters anyway RE: TP-Link TL-WN725N unable to get wifi working - menakite - 19th Oct, 2014 07:54 AM Can you try Terminal sudo mkdir /lib/firmware/rtlwifi; sudo wget -O /lib/firmware/rtlwifi/rtl8188efw.bin https://github.com/OpenELEC/wlan-firmware/blob/master/firmware/rtlwifi/rtl8188efw.bin?raw=true RE: TP-Link TL-WN725N unable to get wifi working - Uhsac - 19th Oct, 2014 08:09 PM This don't work for me, it still don't appear with ifconfig RE: TP-Link TL-WN725N unable to get wifi working - Maylo - 19th Oct, 2014 10:40 PM it appears that this does not work either. EDIT: i finally got it working by running: thanks to @menakite Code: sudo mkdir /lib/firmware/rtlwifi; sudo wget -O /lib/firmware/rtlwifi/rtl8188efw.bin https://github.com/OpenELEC/wlan-firmware/blob/master/firmware/rtlwifi/rtl8188efw.bin?raw=true and editing my /etc/network/interfaces to: Code: auto lo and my /etc/wpa_supplicant/wpa_supplicant.conf to: Code: ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev thanks for the help guys! RE: TP-Link TL-WN725N unable to get wifi working - menakite - 19th Oct, 2014 11:30 PM Yep, that'd be the next test. Unfortunately Debian Wheezy (stable release) is not packaging this firmware - it's only available in the next stable - so installing firmware-realtek doesn't have any effect. RE: TP-Link TL-WN725N unable to get wifi working - Maylo - 20th Oct, 2014 03:14 AM yea, i noticed. by the way for some strange reason i cannot update my distro. it says that the sources are unreachable. is there any solution to that? RE: TP-Link TL-WN725N unable to get wifi working - Uhsac - 20th Oct, 2014 09:54 PM For this you have to change your repo. Check this http://www.xbian.org/faq/ For a wep password do you know how to do ? RE: TP-Link TL-WN725N unable to get wifi working - mk01 - 17th Dec, 2014 12:39 AM @Uhsac if you manage the fw download to /lib/firmware folder then wlan0 should appear after reboot and use xbian-config settings network to configure the trick is only with missing .fw |