More - Error Finishing Read
05 Aug 2024 17:15 #307019
by steveb48
More - Error Finishing Read was created by steveb48
Hi All,
I'm getting an Error Finishing Read after a couple hours of run time on a Dell OptiPlex 9020.
I followed Rod's Google doc (Nice job!). I've also rattled the ethernet cable while running and routed it away from some noise sources.
It is not shielded cable. I believe it's an Intel NIC.
I've included some images which show values from questions in other threads.
Any suggestions?
Thanks,
Steve
I'm getting an Error Finishing Read after a couple hours of run time on a Dell OptiPlex 9020.
I followed Rod's Google doc (Nice job!). I've also rattled the ethernet cable while running and routed it away from some noise sources.
It is not shielded cable. I believe it's an Intel NIC.
I've included some images which show values from questions in other threads.
Any suggestions?
Thanks,
Steve
Please Log in or Create an account to join the conversation.
05 Aug 2024 17:22 - 05 Aug 2024 17:24 #307020
by PCW
Replied by PCW on topic More - Error Finishing Read
First, to make sure of your hardware, you can run
lshw -class network
lshw -class network
Last edit: 05 Aug 2024 17:24 by PCW.
Please Log in or Create an account to join the conversation.
05 Aug 2024 17:53 #307021
by steveb48
Replied by steveb48 on topic More - Error Finishing Read
Command not found.
Please Log in or Create an account to join the conversation.
05 Aug 2024 17:55 #307022
by PCW
Replied by PCW on topic More - Error Finishing Read
dmesg | grep -i eth
or perhaps
sudo dmesg | grep -i eth
should also work
or install lshw
or perhaps
sudo dmesg | grep -i eth
should also work
or install lshw
Please Log in or Create an account to join the conversation.
05 Aug 2024 18:06 #307023
by steveb48
Replied by steveb48 on topic More - Error Finishing Read
steve@debian:~$ sudo lshw -class network
*-network
description: Ethernet interface
product: Ethernet Connection I217-LM
vendor: Intel Corporation
physical id: 19
bus info: pci@0000:00:19.0
logical name: eno1
version: 04
serial: 98:90:96:b4:ce:f7
size: 1Gbit/s
capacity: 1Gbit/s
width: 32 bits
clock: 33MHz
capabilities: pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=6.1.0-18-rt-amd64 duplex=full firmware=0.13-4 ip=10.0.0.123 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
resources: irq:28 memory:f7c00000-f7c1ffff memory:f7c39000-f7c39fff ioport:f080(size=32)
*-network
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:02:00.0
logical name: enp2s0
version: 06
serial: 00:e0:4c:68:1f:2a
size: 100Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=6.1.0-18-rt-amd64 duplex=full firmware=rtl_nic/rtl8168e-2.fw ip=10.10.10.1 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s
resources: irq:16 ioport:e000(size=256) memory:f0004000-f0004fff memory:f0000000-f0003fff
steve@debian:~$
*-network
description: Ethernet interface
product: Ethernet Connection I217-LM
vendor: Intel Corporation
physical id: 19
bus info: pci@0000:00:19.0
logical name: eno1
version: 04
serial: 98:90:96:b4:ce:f7
size: 1Gbit/s
capacity: 1Gbit/s
width: 32 bits
clock: 33MHz
capabilities: pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=6.1.0-18-rt-amd64 duplex=full firmware=0.13-4 ip=10.0.0.123 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
resources: irq:28 memory:f7c00000-f7c1ffff memory:f7c39000-f7c39fff ioport:f080(size=32)
*-network
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:02:00.0
logical name: enp2s0
version: 06
serial: 00:e0:4c:68:1f:2a
size: 100Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=6.1.0-18-rt-amd64 duplex=full firmware=rtl_nic/rtl8168e-2.fw ip=10.10.10.1 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s
resources: irq:16 ioport:e000(size=256) memory:f0004000-f0004fff memory:f0000000-f0003fff
steve@debian:~$
Please Log in or Create an account to join the conversation.
05 Aug 2024 18:25 #307026
by PCW
Replied by PCW on topic More - Error Finishing Read
OK it looks like you have the Realtek Ethernet setup for the 7I76E
Is that what you had intended?
If so, you need to
1. Install the Realtek 8168 DKMS driver
2. Disable Ethernet and ASPM PCIE power management in the kernel command line
Is that what you had intended?
If so, you need to
1. Install the Realtek 8168 DKMS driver
2. Disable Ethernet and ASPM PCIE power management in the kernel command line
Please Log in or Create an account to join the conversation.
05 Aug 2024 20:32 #307030
by steveb48
Replied by steveb48 on topic More - Error Finishing Read
Hmm, it looks like I got them backwards. I’m away until tomorrow afternoon but I’ll have a look then.
As always, thanks for your help!
As always, thanks for your help!
Please Log in or Create an account to join the conversation.
07 Aug 2024 17:47 #307195
by steveb48
Replied by steveb48 on topic More - Error Finishing Read
I added the 8168 DKMS driver, added r8168.aspm=0 r8168.eee_enable=0 pcie_aspm=off loglevel=3 to kernel settings and removed the no longer appropriate "hardware-irq-coalesce-rx-usecs 0" from interfaces.
I ran it a bunch yesterday and never saw the error so I have high hopes this was the problem.
Thanks once again for your help Pete!
I ran it a bunch yesterday and never saw the error so I have high hopes this was the problem.
Thanks once again for your help Pete!
Please Log in or Create an account to join the conversation.
07 Aug 2024 21:46 #307222
by rodw
This computer was the reason why I went looking for solutions a couple of years ago and since then many others have chipped in with enhancements.
Replied by rodw on topic More - Error Finishing Read
Its amazing the difference when the right driver is installed. The 8168 driver really should be part of the default kernel. I've been cofiguring a PC with the R8111 with a Mesa card for the last couple of weeks. The only EFR I've seen is when I power off the Mesa card with Linuxcnc still running.I added the 8168 DKMS driver, added r8168.aspm=0 r8168.eee_enable=0 pcie_aspm=off loglevel=3 to kernel settings and removed the no longer appropriate "hardware-irq-coalesce-rx-usecs 0" from interfaces.
I ran it a bunch yesterday and never saw the error so I have high hopes this was the problem.
Thanks once again for your help Pete!
This computer was the reason why I went looking for solutions a couple of years ago and since then many others have chipped in with enhancements.
Please Log in or Create an account to join the conversation.
Time to create page: 0.083 seconds