LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 02-19-2017, 10:39 AM   #1
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,711

Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Question My wireless dongle (TP-Link TL-WN725N) is very slow – is it setup properly?


Hi.

My wireless dongle (TP-Link TL-WN725N) is very slow – is it setup properly?

I'm on Debian Jessie and installed the file, 'firmware-realtek_0.43_all.deb'.

The signal is great but it can take a while more often than not to just load a fairly basic webpage.
 
Old 02-19-2017, 10:49 AM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,622

Rep: Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964
Quote:
Originally Posted by linustalman View Post
Hi.
My wireless dongle (TP-Link TL-WN725N) is very slow – is it setup properly? I'm on Debian Jessie and installed the file, 'firmware-realtek_0.43_all.deb'. The signal is great but it can take a while more often than not to just load a fairly basic webpage.
Well, we can't tell if it's set up properly, since we don't know how you set it up.

From what I've seen, though, it uses the 8188eu module...can you run "lsmod | grep -i wi" and see which one is loaded? There's a page that walks through setting up on Ubuntu that may warrant a look:
http://brilliantlyeasy.com/ubuntu-li...river-install/

..since Ubuntu is Debian-based. And are you (don't THINK you are) using ndiswrapper by any chance?
 
Old 02-19-2017, 10:54 AM   #3
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,711

Original Poster
Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Post

Quote:
Originally Posted by TB0ne View Post
Well, we can't tell if it's set up properly, since we don't know how you set it up.

From what I've seen, though, it uses the 8188eu module...can you run "lsmod | grep -i wi" and see which one is loaded? There's a page that walks through setting up on Ubuntu that may warrant a look:
http://brilliantlyeasy.com/ubuntu-li...river-install/

..since Ubuntu is Debian-based. And are you (don't THINK you are) using ndiswrapper by any chance?
Hi TB0ne.

I already said how I set it up. I just installed that deb file (I had loads of those unfree firmware files at hand in case they were ever needed). :-)

"lsmod | grep -i wi" gave no out put.

I saw that webpage alright before but was wondering if there's a method without resorting to non-repo sources?

No ndiswrapper being used here.
 
Old 02-19-2017, 10:56 AM   #4
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,711

Original Poster
Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Question

If the dongle works albeit often slowly -- what does that mean? Surely the drivers are already there for it to work?
 
Old 02-19-2017, 11:06 AM   #5
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,622

Rep: Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964
Quote:
Originally Posted by linustalman View Post
Hi TB0ne.
I already said how I set it up. I just installed that deb file (I had loads of those unfree firmware files at hand in case they were ever needed). :-)
Just installing a file isn't setting up wifi. We don't know what kind of hotspot you're connecting to, what speed it is, etc.
Quote:
"lsmod | grep -i wi" gave no output.
Really?? Because it should give some indication of which module your wifi is using...odd.
Quote:
I saw that webpage alright before but was wondering if there's a method without resorting to non-repo sources? No ndiswrapper being used here.
While I tend to agree, and try to stick to the 'official' repos/FOSS whenever possible, there are times when using the non-free sources work out better. Philosophical differences aside, I've found the proprietary nVidia drivers work better than the freeware ones in some instances. This may be the same thing.

At the very least its worth a try. You can easily un-install that driver package, and try the method/driver mentioned in the other page, and see what your performance is. It will at least give you a benchmark, and more diagnostic information to look at, and rule out driver problems as well. If it DOES work better...then you have your answer.
 
Old 02-20-2017, 02:06 PM   #6
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,711

Original Poster
Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Post

I've taken no extra steps but my wireless dongle is performing fairly decently at the moment. I will wait and see.
 
Old 02-21-2017, 03:00 AM   #7
petelq
Member
 
Registered: Aug 2008
Location: Yorkshire
Distribution: openSUSE(Leap and Tumbleweed) and a (not so) regularly changing third and fourth
Posts: 627

Rep: Reputation: Disabled
Whenever I've had realtek or ralink wifi I've googled "github" and the chipset. I've always found a solution that works well.
 
Old 02-21-2017, 09:37 AM   #8
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,711

Original Poster
Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Quote:
Originally Posted by petelq View Post
Whenever I've had realtek or ralink wifi I've googled "github" and the chipset. I've always found a solution that works well.
Hi Pete. Thanks for the tip.

This gives me no output for some reason.

Code:
lspci | grep -i wireless
 
Old 02-21-2017, 12:24 PM   #9
petelq
Member
 
Registered: Aug 2008
Location: Yorkshire
Distribution: openSUSE(Leap and Tumbleweed) and a (not so) regularly changing third and fourth
Posts: 627

Rep: Reputation: Disabled
It looks as though it's rtl8188eu. There's a few on github including larry finger who I've found pretty reliable on these.
 
Old 02-21-2017, 12:31 PM   #10
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,711

Original Poster
Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Quote:
Originally Posted by petelq View Post
It looks as though it's rtl8188eu. There's a few on github including larry finger who I've found pretty reliable on these.
I see in 'Connection Information' when I right click NetworkManager, it says 'Driver: r8188eu'. Is that the same as 'rtl8188eu'?

Would this be what you mean with 'larry finger'? -- https://github.com/lwfinger/rtl8188eu
 
Old 02-21-2017, 12:54 PM   #11
petelq
Member
 
Registered: Aug 2008
Location: Yorkshire
Distribution: openSUSE(Leap and Tumbleweed) and a (not so) regularly changing third and fourth
Posts: 627

Rep: Reputation: Disabled
Quote:
Originally Posted by linustalman View Post
I see in 'Connection Information' when I right click NetworkManager, it says 'Driver: r8188eu'. Is that the same as 'rtl8188eu'?

Would this be what you mean with 'larry finger'? -- https://github.com/lwfinger/rtl8188eu
If you want to double check you should be able to use either "lshw" and/or "hwinfo" in a terminal. I checked the chipset by googling your dongle model - that's what I got.
And yes, lwfinger is what I meant.

Good luck.
 
Old 02-21-2017, 01:10 PM   #12
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,711

Original Poster
Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Post

Quote:
Originally Posted by petelq View Post
If you want to double check you should be able to use either "lshw" and/or "hwinfo" in a terminal. I checked the chipset by googling your dongle model - that's what I got.
And yes, lwfinger is what I meant.

Good luck.
Excerpt from lshw (I put in XX for the serial num):

Code:
  *-network
       description: Wireless interface
       physical id: 1
       bus info: usb@1:1.5
       logical name: wlan1
       serial: XX:XX:XX:XX:XX:XX
       capabilities: ethernet physical wireless
       configuration: broadcast=yes driver=r8188eu ip=192.168.1.68 multicast=yes wireless=IEEE 802.11bgn
 
Old 02-21-2017, 03:48 PM   #13
petelq
Member
 
Registered: Aug 2008
Location: Yorkshire
Distribution: openSUSE(Leap and Tumbleweed) and a (not so) regularly changing third and fourth
Posts: 627

Rep: Reputation: Disabled
I've not come across realtek driver without the tl in. But online info for your hardware says rtl8188eu.
Try the lwfinger version. If it's the wrong one it won't do any harm because it won't match your dongle. It'll just lie there unused.
You can always uninstall it if that's the case.
But I'm prepared to bet that it'll be OK.
 
Old 02-21-2017, 04:03 PM   #14
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,711

Original Poster
Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Quote:
Originally Posted by petelq View Post
I've not come across realtek driver without the tl in. But online info for your hardware says rtl8188eu.
Try the lwfinger version. If it's the wrong one it won't do any harm because it won't match your dongle. It'll just lie there unused.
You can always uninstall it if that's the case.
But I'm prepared to bet that it'll be OK.
Ok Pete, I will follow this method: http://brilliantlyeasy.com/ubuntu-li...river-install/ -- I'm currently stuck on the 'git clone https://github.com/lwfinger/rtl8188eu' line as I get this:

Code:
# git clone https://github.com/lwfinger/rtl8188eu
Cloning into 'rtl8188eu'...
remote: Counting objects: 10055, done.
error: RPC failed; result=56, HTTP code = 200B | 9.00 KiB/s      
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
It could be my flaky internet connection -- I'll try again tomorrow morn.

If I successfully install the above -- should I then uninstall the 'firmware-realtek' package that I installed from 'firmware-realtek_0.43_all.deb'?
 
Old 02-21-2017, 08:14 PM   #15
stanvan
Member
 
Registered: May 2007
Posts: 123

Rep: Reputation: 50
I don't know which would be easier, or more reliable, but so far no one has mentioned the factory Linux driver that is available from TP-Link for this device. It is specific to kernel versions from 2.6.18 ~ 3.19.3.

I overlooked something... the above driver is also only for Version 2 (V2) of the product. There is a V1 model with no Linux driver. Sorry for the mixup.

Last edited by stanvan; 02-21-2017 at 08:32 PM. Reason: additional info
 
  


Reply

Tags
dongle, slow, tl-wn725n, tp-link



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
TP-Link WN725N not working in Kali Linux, ndiswrapper evansd321 Linux - Wireless Networking 7 02-23-2014 11:36 AM
TP-LINK TL-WN725N and Debian Wheezy? dsl_ Linux - Networking 3 12-15-2013 04:51 AM
Wifi Help: Debian 7 and USB TP-Link TL-WN725N lukasbradley Linux - Hardware 2 05-04-2013 11:01 AM
Bodhi: internet connection slow/times out: ath9k/Atheros/TP-Link USB wireless dongle Pamela_Jane Linux - Newbie 1 08-02-2011 12:06 PM
[SOLVED] rt2870 wireless dongle firmware not working properly debian squeeze linksys wusb500n mf93 Linux - Software 1 10-05-2010 09:44 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 02:35 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration