internet slow with wired connection OK with WiFi, do I need linux drivers?
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
internet slow with wired connection OK with WiFi, do I need linux drivers?
New to Linux. Installed Mint 13.0 Maya about 2 weeks ago.
Running firefox 27. A little slow on WiFi but unacceptably slow with ethernet connection.
I remember we needed to install wireless drivers. Do I need drivers for the ethernet adapter? I've looked but I only see Windows drivers available online.
New to Linux. Installed Mint 13.0 Maya about 2 weeks ago.
Running firefox 27. A little slow on WiFi but unacceptably slow with ethernet connection.
is it just the delay per request? Or is it a low transfer rate with large transfers?
Does the problem occur with another browser as well, or is it limited to Firefox?
What about other network activity, like software updates? Do they run as fast as they should?
Quote:
Originally Posted by merryway11
I remember we needed to install wireless drivers. Do I need drivers for the ethernet adapter?
Usually not. Linux has suitable drivers for a multitude of network adapters in stock. With Debian, Ubuntu or Mint, I never had to tweak anything about the network adapter. Even so, it's not entirely impossible that there is an issue with yours. But I think we need a bit more information to narrow it down.
Quote:
Originally Posted by merryway11
Laptop model compaq 6820s
Unfortunately, the specs don't tell the type of network controller, but judging from the CPU type it looks to me that this computer isn't actually brand new. So it is very likely that drivers for the network controller have found their way into most contemporary Linux distros.
merryway11,
you would expect it to be the other way round, do you have another router to test it with?
Perhaps it is your network (eth0) card, or lead/connection but it is odd that the wireless works better than wired.
You could try a different pc.
I believe that I asked the wrong question.
The slow internet was just the tip of the iceberg problem.
Almost everything is not working. I expected a learning curve but this is beyond frustrating.
I've seen some people posting about certain distros not working on laptops.
Could Mint Maya be incompatable with my old machine Caopaq 6820s?
I believe that I asked the wrong question.
The slow internet was just the tip of the iceberg problem.
Almost everything is not working. I expected a learning curve but this is beyond frustrating.
I've seen some people posting about certain distros not working on laptops.
Could Mint Maya be incompatable with my old machine Caopaq 6820s?
I'm not sure if Mint is incomparable with your PC or not...but if it has a low end processor you may want to consider a more light weight distribution. Puppy Linux maybe.
To find out what nic you have run this command--
Code:
lspci l grep -I network
I had to use the letter L in between lspci and grep. You should use the pipe when you execute the command.
Sorry I could not find the pipe on my Android--
To find out what mobo and processor you have run lspci by it's self.
but if it has a low end processor you may want to consider a more light weight distribution. Puppy Linux maybe.
I don't think that's the point. After all, it's still a dual core Intel. I'm running that same Mint 13 "Maya" with MATE desktop on my own notebook, powered by a single core Intel Atom at 1.6MHz - and, well, it doesn't exactly feel turbocharged, but speed and responsiveness is absolutely okay.
Quote:
Originally Posted by Ztcoracat
To find out what nic you have run this command--
Code:
lspci l grep -I network
I had to use the letter L in between lspci and grep. You should use the pipe when you execute the command.
Sorry I could not find the pipe on my Android--
Oh. Good to explain this. I was very confused when I looked at your code line. ;-)
Linux Mint 13 is based on Ubuntu 12.04.
I'm running Voyager which is based on Ubuntu 12.04 and it came with kernel 3.2.0 which support my wireless well. http://linuxmint.com/rel_maya.php
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.