Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
|
 |
|
08-21-2019, 09:47 PM
|
#16
|
Moderator
Registered: Aug 2002
Posts: 26,812
|
What kernel is running on the USB drive?
|
|
|
08-21-2019, 10:01 PM
|
#17
|
Moderator
Registered: Aug 2002
Posts: 26,812
|
|
|
|
08-21-2019, 10:03 PM
|
#18
|
Member
Registered: Nov 2018
Location: Portland Oregon Canada
Distribution: Kubuntu 19.04 - Manjaro 18.0
Posts: 199
Original Poster
Rep:
|
Quote:
Originally Posted by michaelk
What kernel is running on the USB drive?
|
Quote:
Originally Posted by michaelk
|
i'm off to bed. will boot into the keys tomorrow and post back. as for the driver you suggesting i download and install?
|
|
|
08-21-2019, 10:11 PM
|
#19
|
Moderator
Registered: Aug 2002
Posts: 26,812
|
Just verify for now.
|
|
|
08-22-2019, 03:40 AM
|
#20
|
Senior Member
Registered: Feb 2003
Distribution: debian
Posts: 4,137
|
Gigabit ethernet can also do 10/100, it's a 10/100/1000 chipset. You might be ending up on the lower speed side for some reason.
$ ip link show
# mii-tool enp1s0
enp1s0: negotiated 100baseTx-FD flow-control, link ok
(because I'm connected to a 10/100 switch)
Or whatever your wired chipset shows up as. Granted that negotiated speed is dependent on both ends agreeing on a common denominator. You could also try fiddling with some settings like the MTU. BITD, having an MTU of 1492 (default is 1500) gave a noticeable boost for some cable providers.
# ip link set enp1s0 up mtu 1492
Of course BITD, dialup had an MTU of 576. Which on noisy connections can still boost transfer rates as lost/corrupted packets get repeated in a less bulky fashion. It could also just be a difference in the DNS lookup configuration. On some of my installs I have to stop systemd-resolved to have DNS work at all.
# systemctl stop systemd-resolved
But that's using the older /etc/resolv.conf DNS setup method.
|
|
|
08-22-2019, 05:54 AM
|
#21
|
Member
Registered: Nov 2018
Location: Portland Oregon Canada
Distribution: Kubuntu 19.04 - Manjaro 18.0
Posts: 199
Original Poster
Rep:
|
Quote:
Originally Posted by michaelk
Just verify for now.
|
i based on the specs of the mobo i would say yes that's the driver installed.
Code:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp4s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
link/ether d0:17:c2:8c:03:51 brd ff:ff:ff:ff:ff:ff
Last edited by system001; 08-22-2019 at 06:17 AM.
|
|
|
08-22-2019, 06:13 AM
|
#22
|
Moderator
Registered: Aug 2002
Posts: 26,812
|
show output of the command
modinfo ibg
|
|
|
08-22-2019, 07:21 AM
|
#23
|
Member
Registered: Nov 2018
Location: Portland Oregon Canada
Distribution: Kubuntu 19.04 - Manjaro 18.0
Posts: 199
Original Poster
Rep:
|
here's the kernel info you requested:
Code:
Mint Cinnamon 19.02:
mint@mint:~$ cat /proc/version
Linux version 4.15.0-54-generic (buildd@lgw01-amd64-014) (gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1)) #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019
[ 0.000000] Linux version 4.15.0-54-generic (buildd@lgw01-amd64-014) (gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1)) #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019 (Ubuntu 4.15.0-54.58-generic 4.15.18)
[ 0.072352] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.072352] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.072352] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 6.345060] Linux agpgart interface v0.103
[ 6.364248] usb usb1: Manufacturer: Linux 4.15.0-54-generic ehci_hcd
[ 6.380216] usb usb2: Manufacturer: Linux 4.15.0-54-generic ehci_hcd
[ 6.396208] usb usb3: Manufacturer: Linux 4.15.0-54-generic ehci_hcd
[ 6.460073] usb usb4: Manufacturer: Linux 4.15.0-54-generic ohci_hcd
[ 6.524153] usb usb5: Manufacturer: Linux 4.15.0-54-generic ohci_hcd
[ 6.588147] usb usb6: Manufacturer: Linux 4.15.0-54-generic ohci_hcd
[ 6.652130] usb usb7: Manufacturer: Linux 4.15.0-54-generic ohci_hcd
[ 6.711572] usb usb8: Manufacturer: Linux 4.15.0-54-generic xhci-hcd
[ 6.711842] usb usb9: Manufacturer: Linux 4.15.0-54-generic xhci-hcd
[ 6.772751] usb usb10: Manufacturer: Linux 4.15.0-54-generic xhci-hcd
[ 6.773015] usb usb11: Manufacturer: Linux 4.15.0-54-generic xhci-hcd
[ 6.773403] usb usb12: Manufacturer: Linux 4.15.0-54-generic xhci-hcd
[ 6.773582] usb usb13: Manufacturer: Linux 4.15.0-54-generic xhci-hcd
[ 7.402200] pps_core: LinuxPPS API ver. 1 registered
Code:
Kubuntu 18.04
Linux version 5.0.0-23-generic (buildd@lgw01-amd64-030) (gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1)) #24~18.04.1-Ubuntu SMP Mon Jul 29 16:12:28 UTC 2019
[ 0.000000] Linux version 5.0.0-23-generic (buildd@lgw01-amd64-030) (gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1)) #24~18.04.1-Ubuntu SMP Mon Jul 29 16:12:28 UTC 2019 (Ubuntu 5.0.0-23.24~18.04.1-generic 5.0.15)
[ 0.318395] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.318396] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.318397] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 0.350489] pps_core: LinuxPPS API ver. 1 registered
[ 6.804192] Linux agpgart interface v0.103
[ 6.826526] usb usb1: Manufacturer: Linux 5.0.0-23-generic ehci_hcd
[ 6.842498] usb usb2: Manufacturer: Linux 5.0.0-23-generic ehci_hcd
[ 6.858499] usb usb3: Manufacturer: Linux 5.0.0-23-generic ehci_hcd
[ 6.922439] usb usb4: Manufacturer: Linux 5.0.0-23-generic ohci_hcd
[ 6.986430] usb usb5: Manufacturer: Linux 5.0.0-23-generic ohci_hcd
[ 7.050410] usb usb6: Manufacturer: Linux 5.0.0-23-generic ohci_hcd
[ 7.114412] usb usb7: Manufacturer: Linux 5.0.0-23-generic ohci_hcd
[ 7.173911] usb usb8: Manufacturer: Linux 5.0.0-23-generic xhci-hcd
[ 7.174132] usb usb9: Manufacturer: Linux 5.0.0-23-generic xhci-hcd
[ 7.235005] usb usb10: Manufacturer: Linux 5.0.0-23-generic xhci-hcd
[ 7.235234] usb usb11: Manufacturer: Linux 5.0.0-23-generic xhci-hcd
[ 7.235673] usb usb12: Manufacturer: Linux 5.0.0-23-generic xhci-hcd
[ 7.235899] usb usb13: Manufacturer: Linux 5.0.0-23-generic xhci-hcd
Code:
modinfo: ERROR: Module ibg not found.
Last edited by system001; 08-22-2019 at 07:24 AM.
|
|
|
08-22-2019, 07:53 AM
|
#24
|
Moderator
Registered: Aug 2002
Posts: 26,812
|
Ok post the output of the command
lspci -v
|
|
|
08-22-2019, 10:23 AM
|
#25
|
Member
Registered: Nov 2018
Location: Portland Oregon Canada
Distribution: Kubuntu 19.04 - Manjaro 18.0
Posts: 199
Original Poster
Rep:
|
Quote:
Originally Posted by michaelk
Ok post the output of the command
lspci -v
|
ok long story short i decided to backup the 3 partitions on the os drive, reset the ssd, and install kubuntu 18.04. checked my speed and got 560, 835, 790. i installed vivaldi, launched and closed it, replaced the profile with my backed up one, and when i did a speed test got the 87 or under. looks at this point it's a vivaldi addon or setting that's causing the issue. a clean vivaldi gets the speeds it should. looks like i'll be building vivaldi backup from scratch and testing at every step. should of realized it was something in vivaldi when i did 637 megs of updates including install via discover in less than a minute. thanks for the help and input, much appreciated. i'll leave this unmarked as solved for now just in case something else pops up. thanks again.
|
|
|
08-22-2019, 11:29 AM
|
#26
|
Member
Registered: Nov 2018
Location: Portland Oregon Canada
Distribution: Kubuntu 19.04 - Manjaro 18.0
Posts: 199
Original Poster
Rep:
|
Quote:
Originally Posted by michaelk
Ok post the output of the command
lspci -v
|
on further consideration i think i'm leaving vivaldi as is. i tested vivaldi, vivaldi-snapshot both with and without extensions, firefox without extensions and for normal browsing page loading isn't any different from what i can see. no matter which browser i download through i do see the increased speed in that respect. having the faster downloads and updates is the main thing so i'm good.
|
|
|
All times are GMT -5. The time now is 04:37 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|