Chinese Mesa 7I92 from aliexpress NEW
- rodw
-
- Offline
- Platinum Member
-
Less
More
- Posts: 11527
- Thank you received: 3860
23 Nov 2025 12:25 #339045
by rodw
Replied by rodw on topic Chinese Mesa 7I92 from aliexpress NEW
Please fix the coalscing setting and report back also energy efficient Ethernet could impact from time to time if enabled..i tried with the ethtool but no change
after reading some more i disable AMT setting from bios but the value remain the same
Please Log in or Create an account to join the conversation.
- Sekai
- Offline
- New Member
-
Less
More
- Posts: 19
- Thank you received: 0
23 Nov 2025 13:18 #339050
by Sekai
Replied by Sekai on topic Chinese Mesa 7I92 from aliexpress NEW
you mean :
sudo ethtool -C enp0s25 rx-usecs 0
I did that, it does not change anything.
sudo ethtool -C enp0s25 rx-usecs 0
I did that, it does not change anything.
Please Log in or Create an account to join the conversation.
- PCW
-
- Away
- Moderator
-
Less
More
- Posts: 17450
- Thank you received: 5091
23 Nov 2025 15:45 #339056
by PCW
Replied by PCW on topic Chinese Mesa 7I92 from aliexpress NEW
Changing the IRQ coalesce settings does improve the ping times noticeably on Intel hardware,
but your 4-5 ms peak ping time indicates other issues, likely related to power management.
My system with Intel MAC and default IRQ coalesce settings:
PING 10.10.10.10 (10.10.10.10) 56(84) bytes of data.
64 bytes from 10.10.10.10: icmp_seq=1 ttl=64 time=0.316 ms
64 bytes from 10.10.10.10: icmp_seq=2 ttl=64 time=0.250 ms
64 bytes from 10.10.10.10: icmp_seq=3 ttl=64 time=0.251 ms
64 bytes from 10.10.10.10: icmp_seq=4 ttl=64 time=0.250 ms
Same system with IRQ coalecing off:
PING 10.10.10.10 (10.10.10.10) 56(84) bytes of data.
64 bytes from 10.10.10.10: icmp_seq=1 ttl=64 time=0.116 ms
64 bytes from 10.10.10.10: icmp_seq=2 ttl=64 time=0.106 ms
64 bytes from 10.10.10.10: icmp_seq=3 ttl=64 time=0.107 ms
64 bytes from 10.10.10.10: icmp_seq=4 ttl=64 time=0.106 ms
Have you disabled all power management in the system BIOS and grub?
Have you set isolcpus to the last CPU in the grub file?
Do you have idle=poll in the grub file as well?
(These are basic latency reducing steps for any LinuxCNC host)
linuxcnc.org/docs/html/install/latency-test.html
but your 4-5 ms peak ping time indicates other issues, likely related to power management.
My system with Intel MAC and default IRQ coalesce settings:
PING 10.10.10.10 (10.10.10.10) 56(84) bytes of data.
64 bytes from 10.10.10.10: icmp_seq=1 ttl=64 time=0.316 ms
64 bytes from 10.10.10.10: icmp_seq=2 ttl=64 time=0.250 ms
64 bytes from 10.10.10.10: icmp_seq=3 ttl=64 time=0.251 ms
64 bytes from 10.10.10.10: icmp_seq=4 ttl=64 time=0.250 ms
Same system with IRQ coalecing off:
PING 10.10.10.10 (10.10.10.10) 56(84) bytes of data.
64 bytes from 10.10.10.10: icmp_seq=1 ttl=64 time=0.116 ms
64 bytes from 10.10.10.10: icmp_seq=2 ttl=64 time=0.106 ms
64 bytes from 10.10.10.10: icmp_seq=3 ttl=64 time=0.107 ms
64 bytes from 10.10.10.10: icmp_seq=4 ttl=64 time=0.106 ms
Have you disabled all power management in the system BIOS and grub?
Have you set isolcpus to the last CPU in the grub file?
Do you have idle=poll in the grub file as well?
(These are basic latency reducing steps for any LinuxCNC host)
linuxcnc.org/docs/html/install/latency-test.html
Please Log in or Create an account to join the conversation.
- Sekai
- Offline
- New Member
-
Less
More
- Posts: 19
- Thank you received: 0
23 Nov 2025 19:12 #339077
by Sekai
Replied by Sekai on topic Chinese Mesa 7I92 from aliexpress NEW
I ran the rt_setup.sh from this post and it gets worst now i have 6 ms
forum.linuxcnc.org/38-general-linuxcnc-q...irq-affinity?start=0
I disable evething i could in the bios but i dont have irq settings in the bios.
forum.linuxcnc.org/38-general-linuxcnc-q...irq-affinity?start=0
I disable evething i could in the bios but i dont have irq settings in the bios.
Please Log in or Create an account to join the conversation.
- imitheo
- Offline
- New Member
-
Less
More
- Posts: 2
- Thank you received: 0
23 Nov 2025 19:30 #339080
by imitheo
Replied by imitheo on topic Chinese Mesa 7I92 from aliexpress NEW
Hello can you share your e-mail, interested in knowing more about your adventure with this board.
Please Log in or Create an account to join the conversation.
- rodw
-
- Offline
- Platinum Member
-
Less
More
- Posts: 11527
- Thank you received: 3860
23 Nov 2025 19:30 #339081
by rodw
Replied by rodw on topic Chinese Mesa 7I92 from aliexpress NEW
Are you sure its an intel NIC? Its unusual to see an INTEL NIC with a enpxxx name.
If you have 2 NICs are you configuring the right one?
If you have 2 NICs are you configuring the right one?
Please Log in or Create an account to join the conversation.
- PCW
-
- Away
- Moderator
-
Less
More
- Posts: 17450
- Thank you received: 5091
23 Nov 2025 21:28 #339090
by PCW
Replied by PCW on topic Chinese Mesa 7I92 from aliexpress NEW
Yes, the lspci list shows the only Ethernet is a Intel LM217
5 ms on Intel most likely means some power management is still enabled
maybe EEE or PCIE
Is this running on a laptop?
5 ms on Intel most likely means some power management is still enabled
maybe EEE or PCIE
Is this running on a laptop?
Please Log in or Create an account to join the conversation.
- Sekai
- Offline
- New Member
-
Less
More
- Posts: 19
- Thank you received: 0
24 Nov 2025 05:44 - 24 Nov 2025 18:14 #339117
by Sekai
Replied by Sekai on topic Chinese Mesa 7I92 from aliexpress NEW
This is mini pc fujistu Q920
i disable about everything in the bios.
Still nothing
This is my current boot parameters with grub.Edit: I put linuxcnc on miniatx motherboard with intel i5 4460 and realtek RTL8168 ethernet.
i disable about everything in the bios.
Still nothing
This is my current boot parameters with grub.
sudo chrt 99 ping -i .001 -q 10.10.10.10 -c 60000
PING 10.10.10.10 (10.10.10.10) 56(84) bytes of data.
--- 10.10.10.10 ping statistics ---
60000 packets transmitted, 60000 received, 0% packet loss, time 60239ms
rtt min/avg/max/mdev = 0.101/0.251/5.325/0.141 ms
Attachments:
Last edit: 24 Nov 2025 18:14 by Sekai.
Please Log in or Create an account to join the conversation.
- PCW
-
- Away
- Moderator
-
Less
More
- Posts: 17450
- Thank you received: 5091
24 Nov 2025 22:23 #339174
by PCW
Replied by PCW on topic Chinese Mesa 7I92 from aliexpress NEW
On the Fujitsu also make sure that if it has the AMT feature
(common in corporate desktops), that it is disabled.
Also disable EEE and any PCIE power saving in grub.
(common in corporate desktops), that it is disabled.
Also disable EEE and any PCIE power saving in grub.
Please Log in or Create an account to join the conversation.
- Sekai
- Offline
- New Member
-
Less
More
- Posts: 19
- Thank you received: 0
25 Nov 2025 15:20 - 25 Nov 2025 15:21 #339211
by Sekai
Replied by Sekai on topic Chinese Mesa 7I92 from aliexpress NEW
Attachments:
Last edit: 25 Nov 2025 15:21 by Sekai.
Please Log in or Create an account to join the conversation.
Moderators: PCW, jmelson
Time to create page: 0.192 seconds