LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 08-01-2022, 03:42 AM   #1
KngJmsthe1st
LQ Newbie
 
Registered: Aug 2022
Posts: 4

Rep: Reputation: 0
Question Network speed issues


I have tried over 30 different versions of Linux over the past week and all have been horribly slow( less than 5mb/s) mean while everything else on the same home network is 500mb/s to 1 gb/s. The computer running linux is a hp 3vn38ua and I've tried all kinds of distros, I'm very new to linux and don't know what is going on any help would be greatly appreciated, same problem wired or wireless, with the correct Realtek drivers installed or on generic.
model: hp laptop 15-da0xxx
system id: 84a6
product id: 3vn38ua#aba
processor: i5-8250 cpu @ 1.60ghz
mem 8gb
bios rev: F.36

running garuda
speed test through browser shows good speeds 200mb/s down and 10mb/s up but i dont g anythimg near that in actual usage.
when connected via cable cable length is 10 ft

Last edited by KngJmsthe1st; 08-01-2022 at 04:12 PM.
 
Old 08-01-2022, 05:22 AM   #2
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,484

Rep: Reputation: 2361Reputation: 2361Reputation: 2361Reputation: 2361Reputation: 2361Reputation: 2361Reputation: 2361Reputation: 2361Reputation: 2361Reputation: 2361Reputation: 2361
Quote:
Originally Posted by KngJmsthe1st View Post
I have tried over 30 different versions of Linux over the past week and all have been horribly slow( less than 5mb/s) mean while everything else on the same home network is 500mb/s to 1 gb/s. The computer running linux is a hp 3vn38ua and I've tried all kinds of distros, I'm very new to linux and don't know whatvis going on any help would be greatly appreciated, same problem wirednor wireless, with the correct Realtek drivers installed or on generic.
Hello, KngJmsthe1st and welcome to LQ.

The internet runs on linux, so you can safely assume linux works. All linux versions use versions of the same kernel which has the drivers as modules, so you can be sure they are good if you have a decent network card. Stop swapping distributions, install one you like and we'll work with that. Most are based on RedHat, Debian, Slackware, or Ubuntu except for the 'compile your own' distributions. HP are not in the habit of using weird components, so I would expect drivers to exist.

The information you provide usually allows us to diagnose issues. In this case, you have given us no information to work with. I had to look up the hp 3vn38ua to find it's some HP laptop for the Indian Market? Post the output of these commands
Code:
/sbin/lspci -nn
lsusb
/sbin/ifconfig
Fully describe your test of speeds - what you expect, and what you did, length of cable, distro, etc. Give us enough to repeat your test locally.

Last edited by business_kid; 08-01-2022 at 05:25 AM.
 
Old 08-01-2022, 03:51 PM   #3
KngJmsthe1st
LQ Newbie
 
Registered: Aug 2022
Posts: 4

Original Poster
Rep: Reputation: 0
/sbin/lspci -nn output

/sbin/lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers [8086:5914] (rev 08)
00:02.0 VGA compatible controller [0300]: Intel Corporation UHD Graphics 620 [8086:5917] (rev 07)
00:04.0 Signal processing controller [1180]: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem [8086:1903] (rev 08)
00:08.0 System peripheral [0880]: Intel Corporation Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th/8th Gen Core Processor Gaussian Mixture Model [8086:1911]
00:14.0 USB controller [0c03]: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller [8086:9d2f] (rev 21)
00:14.2 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP Thermal subsystem [8086:9d31] (rev 21)
00:16.0 Communication controller [0780]: Intel Corporation Sunrise Point-LP CSME HECI #1 [8086:9d3a] (rev 21)
00:17.0 RAID bus controller [0104]: Intel Corporation 82801 Mobile SATA Controller [RAID mode] [8086:282a] (rev 21)
00:1c.0 PCI bridge [0604]: Intel Corporation Sunrise Point-LP PCI Express Root Port #5 [8086:9d14] (rev f1)
00:1c.5 PCI bridge [0604]: Intel Corporation Sunrise Point-LP PCI Express Root Port #6 [8086:9d15] (rev f1)
00:1f.0 ISA bridge [0601]: Intel Corporation Sunrise Point LPC Controller/eSPI Controller [8086:9d4e] (rev 21)
00:1f.2 Memory controller [0580]: Intel Corporation Sunrise Point-LP PMC [8086:9d21] (rev 21)
00:1f.3 Audio device [0403]: Intel Corporation Sunrise Point-LP HD Audio [8086:9d71] (rev 21)
00:1f.4 SMBus [0c05]: Intel Corporation Sunrise Point-LP SMBus [8086:9d23] (rev 21)
01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter [10ec:c821]

Last edited by KngJmsthe1st; 08-01-2022 at 03:59 PM.
 
Old 08-01-2022, 03:52 PM   #4
KngJmsthe1st
LQ Newbie
 
Registered: Aug 2022
Posts: 4

Original Poster
Rep: Reputation: 0
lsusb output

lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 0bda:b00a Realtek Semiconductor Corp. Realtek Bluetooth 4.2 Adapter
Bus 001 Device 002: ID 0408:5310 Quanta Computer, Inc. HP TrueVision HD Camera
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 
Old 08-01-2022, 03:54 PM   #5
KngJmsthe1st
LQ Newbie
 
Registered: Aug 2022
Posts: 4

Original Poster
Rep: Reputation: 0
/sbin/ifconfig output

/sbin/ifconfig
eno1: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 10:62:e5:6c:b0:1e txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 10 bytes 1660 (1.6 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 10 bytes 1660 (1.6 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

wlo1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.0.81 netmask 255.255.255.0 broadcast 192.168.0.255
inet6 2600:8806:a40a:5200::f938 prefixlen 128 scopeid 0x0<global>
inet6 fe80::250c:14df:9b89:f4f3 prefixlen 64 scopeid 0x20<link>
inet6 2600:8806:a40a:5200:4cc6:5f7a:5b1a:c219 prefixlen 64 scopeid 0x0<global>
ether 90:32:4b:08:cb:5f txqueuelen 1000 (Ethernet)
RX packets 554701 bytes 775550850 (739.6 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 181623 bytes 22807217 (21.7 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

Last edited by KngJmsthe1st; 08-01-2022 at 03:58 PM.
 
Old 08-02-2022, 06:40 AM   #6
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,484

Rep: Reputation: 2361Reputation: 2361Reputation: 2361Reputation: 2361Reputation: 2361Reputation: 2361Reputation: 2361Reputation: 2361Reputation: 2361Reputation: 2361Reputation: 2361
Thanks for the information. One thing you didn't give me was this bit
Quote:
Originally Posted by business_kid
Fully describe your test of speeds - what you expect, and what you did, length of cable, distro, etc. Give us enough to repeat your test locally.
Everything seems fine. Your network card is good but is not connected. So your wifi is your network link, and presumably going through the router? Possibly you're using Bluetooth to transfer files?

Now let's get real. That wired nic is not connected. My last two PCs have the same card, and it's well supported. It loads driver & firmware automatically. It does 1Gbps.

Your wifi is online in your information. Speeds on most of those no faster than 300Mbps on 2.4Ghz wifi. If you're on the upper channels of 5Ghz, you get higher speeds all right through air, but not through houses and glass.You might have a 10ft cable all right, but unless the other pc is on the other end of the cable, the total cable length is longer. Lastly most routers still have 100mbps network connections.

If you're getting 200Mbps down from anywhere, you're a lot faster than my internet. I'm sure that location matters. There are bottlenecks in every network, and the internet most of all. I have one download running at 720kbps right now, but I transferred 3.5G in under 10 seconds on my network yesterday (wifi --> router --> wifi). From here, it sounds like varying internet speeds, and there will be patterns to it.
 
Old 08-02-2022, 07:30 AM   #7
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,813

Rep: Reputation: 5958Reputation: 5958Reputation: 5958Reputation: 5958Reputation: 5958Reputation: 5958Reputation: 5958Reputation: 5958Reputation: 5958Reputation: 5958Reputation: 5958
Quote:
everything else on the same home network is 500mb/s to 1 gb/s.

speed test through browser shows good speeds 200mb/s down and 10mb/s up but i dont g anythimg near that in actual usage.
Without context i.e. wired versus wireless or knowing anything about your hardware it is difficult to determine a network problem. As posted your posted wireless speed looks normal but I do not know what you mean by actual usage. Is it just browsing the internet? 200mb/s is the speed of raw data, actual communication requires some type of communication i.e. client/server talking back and forth plus latency will slow things down. Wireless signals are not constant and other devices can cause some interference which could slow things down. The more devices on your wireless network also affects speed and so on. If other wireless devices are seeing faster speeds it is probably due to a hardware difference. With 200mb/s I would guess the laptop only has a single antenna and the others may have multiple antennas.
 
  


Reply



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
How to determine network speed issues? W1V Linux - Server 1 09-20-2013 07:06 AM
Network card speed issues Xi0N Linux - Hardware 1 03-21-2010 03:31 PM
mixed network with speed issues bikergoth Linux - Networking 5 01-25-2006 05:45 AM
bit torrent: dl speed = 1/4 upl speed??? bruno buys Linux - Software 1 05-10-2004 07:37 PM
Is there a tool to monitor Internet connection speed and also network speed? xleft4dexy Linux - Networking 4 10-14-2003 10:29 PM

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

All times are GMT -5. The time now is 01:03 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