You are not logged in.

#1 2017-04-14 19:46:12

SkyTod
Member
Registered: 2009-09-01
Posts: 226

TP-LINK TL-WN725N -> TP-LINK TL-WR740N doesn't work

I've bought a WiFi stick (TP-LINK TL-WN725N) to my PC in order to move my workplace (there is no no cable accessibility). It didn't work until I added the following lines to my NetworkManager.conf:

[device]
wifi.scan-rand-mac-address=no

Also I have a WiFi router (TP-LINK TL-WR740N). However,  I can't connect to it form my PC (all other devices have no problems with that).  I thought it was about my WiFi sticker,  but It has no problem to connect to my phone!

My phone is "Intex Aqua Fishqqaa", "NoDeepStreet" is my router name.

[ted@localhost ~]$ LANG=C nmcli connection down "Intex Aqua Fishqqaa"
Connection 'Intex Aqua Fishqqaa' successfully deactivated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/12)
[ted@localhost ~]$ LANG=C nmcli connection up "Intex Aqua Fishqqaa"
Connection successfully activated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/13)
[ted@localhost ~]$ LANG=C nmcli connection down "Intex Aqua Fishqqaa"
Connection 'Intex Aqua Fishqqaa' successfully deactivated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/13)
[ted@localhost ~]$ LANG=C nmcli connection up "NoDeepStreet"
Error: Connection activation failed.
[ted@localhost ~]$ LANG=C nmcli connection show
NAME                 UUID                                  TYPE             DEVICE 
IDS                  903cbc4f-c3a3-48b1-8d76-b8abd06ef867  vpn              --     
Intex Aqua Fishqqaa  56495398-e275-4d61-93b5-4b5702c3ef11  802-11-wireless  --     
NoDeepStreet         fc9a31fa-d8c6-40c5-a944-7dc0c8d72dac  802-11-wireless  --     
Wired connection 1   71b1dc71-e0c2-4ba4-91fb-f74bb4517b36  802-3-ethernet   -- 

My dmesg spams:

R8188EU: ERROR indicate disassoc

I don't understand: what does it need??

Last edited by SkyTod (2017-04-14 19:57:57)

Offline

#2 2017-04-17 09:15:15

SkyTod
Member
Registered: 2009-09-01
Posts: 226

Re: TP-LINK TL-WN725N -> TP-LINK TL-WR740N doesn't work

No ideas?

Offline

#3 2017-04-17 09:23:04

olegabrielz
Member
From: Norway
Registered: 2015-12-23
Posts: 255

Re: TP-LINK TL-WN725N -> TP-LINK TL-WR740N doesn't work


Be aware of my Newbie Powers

Offline

#4 2017-04-20 08:11:05

SkyTod
Member
Registered: 2009-09-01
Posts: 226

Re: TP-LINK TL-WN725N -> TP-LINK TL-WR740N doesn't work

I'm sorry. It was my last time.

Gave up to wired connection back...

Offline

#5 2017-04-20 21:18:37

SiegfriedWinterstein
Member
Registered: 2017-04-20
Posts: 1

Re: TP-LINK TL-WN725N -> TP-LINK TL-WR740N doesn't work

Try this :

ls /etc/modprobe.d/

i have the same card. if you have the driver/module installed there should be a file named 50-8188xx.conf
if you have it, do this:

sudo nano /etc/modprobe.d/50-8188xx.conf

Chances are it says blacklisted something ,  delete all of that.


if you dont have the module then you should not see the file. You will have to go here: https://github.com/lwfinger/rtlwifi_new

download zip, extract it, then go to the folder and do this:

sudo pacman -S linux-headers
make && sudo make install

then reboot, if you still have no network, go to the folder again /etc/modprobe.d and edit the file , removing the blacklist this wont work

Last edited by SiegfriedWinterstein (2017-04-21 12:30:29)

Offline

Board footer

Powered by FluxBB