Slow Ethernet connection after reboot

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
sonickboom
Level 1
Level 1
Posts: 5
Joined: Sun Nov 15, 2020 11:05 am

Slow Ethernet connection after reboot

Post by sonickboom »

If you could explain thins in clear steps that would be super helpful.

I don't normally turn off my computer except when I install updates. When I do restart, my sleep always goes down to 0.5-1 MB/s, normally I get 25MB/s. To fix this i do many combinations of the following: unplug the ethernet cable, change cable and restart the computer.
It's an old computer so it could be a hardware issue but not sure.

Not sure if this is helpful:
Network: Device-1: Intel 82567LM-3 Gigabit Network vendor: Hewlett-Packard driver: e1000e
v: 3.2.6-k port: 1100 bus ID: 00:19.0 chip ID: 8086:10de
IF: enp0s25 state: up speed: 100 Mbps duplex: full mac: <filter>

Thanks for any help.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
sleeper12
Level 21
Level 21
Posts: 14596
Joined: Thu May 25, 2017 3:22 pm

Re: Slow Ethernet connection after reboot

Post by sleeper12 »

You can try shutting everything down, then restart router/modem & machine.
sonickboom
Level 1
Level 1
Posts: 5
Joined: Sun Nov 15, 2020 11:05 am

Re: Slow Ethernet connection after reboot

Post by sonickboom »

Thanks for the suggestion. I've done this as well. My other devices on the network are still getting good speeds when my computer slows down.
sleeper12
Level 21
Level 21
Posts: 14596
Joined: Thu May 25, 2017 3:22 pm

Re: Slow Ethernet connection after reboot

Post by sleeper12 »

You can try:

Reload the driver:

Code: Select all

 sudo modprobe -r e1000e && sudo modprobe e1000e 
Or restart Network Manager;

Code: Select all

 sudo service network-manager restart 
sonickboom
Level 1
Level 1
Posts: 5
Joined: Sun Nov 15, 2020 11:05 am

Re: Slow Ethernet connection after reboot

Post by sonickboom »

Thanks so much, I know it's late but the problem just happened now and resting the driver with the code provided worked! You've save me so much time.
sleeper12
Level 21
Level 21
Posts: 14596
Joined: Thu May 25, 2017 3:22 pm

Re: Slow Ethernet connection after reboot

Post by sleeper12 »

Ok, glad that helped you. :)
Locked

Return to “Networking”