Mesa 7i92 Dolt not cleared
- DoWerna
- Topic Author
- Offline
- Elite Member
Less
More
- Posts: 184
- Thank you received: 57
22 Jun 2022 15:21 #245599
by DoWerna
Replied by DoWerna on topic Mesa 7i92 Dolt not cleared
Attachments:
Please Log in or Create an account to join the conversation.
- PCW
- Away
- Moderator
Less
More
- Posts: 17940
- Thank you received: 4812
22 Jun 2022 15:34 - 22 Jun 2022 15:41 #245601
by PCW
Replied by PCW on topic Mesa 7i92 Dolt not cleared
OK for Intel Ethernet chips, you must disable RX IRQ coalescing
This is typically done in the interfaces file
man hm2_eth
for instructions
Also you can try this temporary fix:
sudo ethtool -C eno1 rx-usecs 0
and then try the ping test / LinuxCNC again
(this fix will only last until you reboot)
This is typically done in the interfaces file
man hm2_eth
for instructions
Also you can try this temporary fix:
sudo ethtool -C eno1 rx-usecs 0
and then try the ping test / LinuxCNC again
(this fix will only last until you reboot)
Last edit: 22 Jun 2022 15:41 by PCW.
The following user(s) said Thank You: DoWerna
Please Log in or Create an account to join the conversation.
- DoWerna
- Topic Author
- Offline
- Elite Member
Less
More
- Posts: 184
- Thank you received: 57
23 Jun 2022 06:44 #245655
by DoWerna
Replied by DoWerna on topic Mesa 7i92 Dolt not cleared
i added
auto eno1
iface eno1 inet static
address 192.168.1.1
hardware-irq-coalesce-rx-usecs 0
to /etc/network/interfaces
seems to work
the values are better now
ping 192.168.1.121
PING 192.168.1.121 (192.168.1.121) 56(84) bytes of data.
64 bytes from 192.168.1.121: icmp_seq=1 ttl=64 time=0.111 ms
64 bytes from 192.168.1.121: icmp_seq=2 ttl=64 time=0.142 ms
64 bytes from 192.168.1.121: icmp_seq=3 ttl=64 time=0.137 ms
64 bytes from 192.168.1.121: icmp_seq=4 ttl=64 time=0.143 ms
64 bytes from 192.168.1.121: icmp_seq=5 ttl=64 time=0.140 ms
64 bytes from 192.168.1.121: icmp_seq=6 ttl=64 time=0.132 ms
64 bytes from 192.168.1.121: icmp_seq=7 ttl=64 time=0.134 ms
64 bytes from 192.168.1.121: icmp_seq=8 ttl=64 time=0.152 ms
64 bytes from 192.168.1.121: icmp_seq=9 ttl=64 time=0.136 ms
64 bytes from 192.168.1.121: icmp_seq=10 ttl=64 time=0.169 ms
64 bytes from 192.168.1.121: icmp_seq=11 ttl=64 time=0.146 ms
64 bytes from 192.168.1.121: icmp_seq=12 ttl=64 time=0.140 ms
64 bytes from 192.168.1.121: icmp_seq=13 ttl=64 time=0.154 ms
64 bytes from 192.168.1.121: icmp_seq=14 ttl=64 time=0.141 ms
64 bytes from 192.168.1.121: icmp_seq=15 ttl=64 time=0.167 ms
64 bytes from 192.168.1.121: icmp_seq=16 ttl=64 time=0.150 ms
64 bytes from 192.168.1.121: icmp_seq=17 ttl=64 time=0.103 ms
64 bytes from 192.168.1.121: icmp_seq=18 ttl=64 time=0.125 ms
64 bytes from 192.168.1.121: icmp_seq=19 ttl=64 time=0.093 ms
^C
--- 192.168.1.121 ping statistics ---
19 packets transmitted, 19 received, 0% packet loss, time 452ms
rtt min/avg/max/mdev = 0.093/0.137/0.169/0.022 ms
are they ok now?
auto eno1
iface eno1 inet static
address 192.168.1.1
hardware-irq-coalesce-rx-usecs 0
to /etc/network/interfaces
seems to work
the values are better now
ping 192.168.1.121
PING 192.168.1.121 (192.168.1.121) 56(84) bytes of data.
64 bytes from 192.168.1.121: icmp_seq=1 ttl=64 time=0.111 ms
64 bytes from 192.168.1.121: icmp_seq=2 ttl=64 time=0.142 ms
64 bytes from 192.168.1.121: icmp_seq=3 ttl=64 time=0.137 ms
64 bytes from 192.168.1.121: icmp_seq=4 ttl=64 time=0.143 ms
64 bytes from 192.168.1.121: icmp_seq=5 ttl=64 time=0.140 ms
64 bytes from 192.168.1.121: icmp_seq=6 ttl=64 time=0.132 ms
64 bytes from 192.168.1.121: icmp_seq=7 ttl=64 time=0.134 ms
64 bytes from 192.168.1.121: icmp_seq=8 ttl=64 time=0.152 ms
64 bytes from 192.168.1.121: icmp_seq=9 ttl=64 time=0.136 ms
64 bytes from 192.168.1.121: icmp_seq=10 ttl=64 time=0.169 ms
64 bytes from 192.168.1.121: icmp_seq=11 ttl=64 time=0.146 ms
64 bytes from 192.168.1.121: icmp_seq=12 ttl=64 time=0.140 ms
64 bytes from 192.168.1.121: icmp_seq=13 ttl=64 time=0.154 ms
64 bytes from 192.168.1.121: icmp_seq=14 ttl=64 time=0.141 ms
64 bytes from 192.168.1.121: icmp_seq=15 ttl=64 time=0.167 ms
64 bytes from 192.168.1.121: icmp_seq=16 ttl=64 time=0.150 ms
64 bytes from 192.168.1.121: icmp_seq=17 ttl=64 time=0.103 ms
64 bytes from 192.168.1.121: icmp_seq=18 ttl=64 time=0.125 ms
64 bytes from 192.168.1.121: icmp_seq=19 ttl=64 time=0.093 ms
^C
--- 192.168.1.121 ping statistics ---
19 packets transmitted, 19 received, 0% packet loss, time 452ms
rtt min/avg/max/mdev = 0.093/0.137/0.169/0.022 ms
are they ok now?
Please Log in or Create an account to join the conversation.
Moderators: PCW, jmelson
Time to create page: 0.073 seconds