Which LinuxCNC HW for 2026+?
- PCW
-
- Away
- Moderator
-
Less
More
- Posts: 17378
- Thank you received: 5066
29 Oct 2025 01:18 - 29 Oct 2025 02:50 #337373
by PCW
Replied by PCW on topic Which LinuxCNC HW for 2026+?
When you get a following error, is there a dripped packet?
that is, is hm2_cardname.0.packet-error-total 0?
What are your following error limits?
Can you post a hal/ini file set for a system that exhibits these issues?
I ask because getting following errors and not network timeout errors, that is:
"error finishing read"s is odd and suggests a setup error of some kind
If your PC has a Realtek Ethernet interface, have you installed the DKMS driver?
(the stock Realtek drivers are hopeless latency wise)
If you have in Intel MAC, have you turned off IRQ coalescing?
Have you pinned the Ethernet IRQ to the last processor?
Some systems require disabling EEE or PCIE power management als
that is, is hm2_cardname.0.packet-error-total 0?
What are your following error limits?
Can you post a hal/ini file set for a system that exhibits these issues?
I ask because getting following errors and not network timeout errors, that is:
"error finishing read"s is odd and suggests a setup error of some kind
If your PC has a Realtek Ethernet interface, have you installed the DKMS driver?
(the stock Realtek drivers are hopeless latency wise)
If you have in Intel MAC, have you turned off IRQ coalescing?
Have you pinned the Ethernet IRQ to the last processor?
Some systems require disabling EEE or PCIE power management als
Last edit: 29 Oct 2025 02:50 by PCW.
The following user(s) said Thank You: AkkiSan
Please Log in or Create an account to join the conversation.
- rodw
-
- Offline
- Platinum Member
-
Less
More
- Posts: 11472
- Thank you received: 3847
29 Oct 2025 09:13 #337387
by rodw
eci.intel.com/docs/3.0.1/development/optimizations.html
Their repo gave me nothing for Trixie.
I wonder if it should be on another isolated core and the servo thread pinned to a different isolated core?
Replied by rodw on topic Which LinuxCNC HW for 2026+?
Thanks, there is quite a few recomendations to keep it on a non isolated core including this one from Intel:Pining the Ethernet IRQ to a non-isolated core would have the same effect
as not pinning the IRQ at all (especially if irqbalance is disabled as it seems
to be in the standard Debian LinuxCNC distributions)
eci.intel.com/docs/3.0.1/development/optimizations.html
Their repo gave me nothing for Trixie.
I wonder if it should be on another isolated core and the servo thread pinned to a different isolated core?
Please Log in or Create an account to join the conversation.
- PCW
-
- Away
- Moderator
-
Less
More
- Posts: 17378
- Thank you received: 5066
29 Oct 2025 11:22 #337393
by PCW
Replied by PCW on topic Which LinuxCNC HW for 2026+?
My guess is that their suggestion is to improve latency of everything except
Ethernet on their isolated core by keeping Ethernet IRQs off the critical CPU.
Ethernet on their isolated core by keeping Ethernet IRQs off the critical CPU.
Please Log in or Create an account to join the conversation.
- rodw
-
- Offline
- Platinum Member
-
Less
More
- Posts: 11472
- Thank you received: 3847
30 Oct 2025 11:24 #337469
by rodw
Replied by rodw on topic Which LinuxCNC HW for 2026+?
Yes, some said that latency spikes from the NIC housekeeping etc could interfere with the RT task.My guess is that their suggestion is to improve latency of everything except
Ethernet on their isolated core by keeping Ethernet IRQs off the critical CPU.
Please Log in or Create an account to join the conversation.
- AkkiSan
- Offline
- New Member
-
Less
More
- Posts: 18
- Thank you received: 2
31 Oct 2025 00:25 #337558
by AkkiSan
Replied by AkkiSan on topic Which LinuxCNC HW for 2026+?
Kudos go out to all who made this possible:
60000+ probes for now, during the last 24 hours, with an RPi5, 7c81 and the brand new 2.9.7.
Zero issues, so far. \o/
While probing, this thing now also runs a VNC server in the background,
I am connected via VPN; it’s streaming music and also downloading a random
10GB image file in a web browser.
Pretty good latency too. Comparable to a decent RTAI setup, imho.
Still some extra steps, as described here,
forum.linuxcnc.org/49-basic-configuratio...rol-is-choppy#332726
and this "xset -r“ drives me crazy, bc I have to use the keyboard until I managed to get the handwheel working.
60000+ probes for now, during the last 24 hours, with an RPi5, 7c81 and the brand new 2.9.7.
Zero issues, so far. \o/
While probing, this thing now also runs a VNC server in the background,
I am connected via VPN; it’s streaming music and also downloading a random
10GB image file in a web browser.
Pretty good latency too. Comparable to a decent RTAI setup, imho.
Still some extra steps, as described here,
forum.linuxcnc.org/49-basic-configuratio...rol-is-choppy#332726
and this "xset -r“ drives me crazy, bc I have to use the keyboard until I managed to get the handwheel working.
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
- AkkiSan
- Offline
- New Member
-
Less
More
- Posts: 18
- Thank you received: 2
31 Oct 2025 00:35 #337559
by AkkiSan
Replied by AkkiSan on topic Which LinuxCNC HW for 2026+?
Thank you very much for your suggestions.
Seems like there is indeed a lot of fine tuning or trial and error necessary.
Even with limits set to 99999, this happens; and on one system, I also got the probe error, although my „probe flipflop“ was held in reset.
So far, my first working setup >2.8.4 is the RPi/7c81 combo,
but with that working, I hope to find some time to learn more about your proposals for the Ethernet solution.
Thx,
AS
Seems like there is indeed a lot of fine tuning or trial and error necessary.
Even with limits set to 99999, this happens; and on one system, I also got the probe error, although my „probe flipflop“ was held in reset.
So far, my first working setup >2.8.4 is the RPi/7c81 combo,
but with that working, I hope to find some time to learn more about your proposals for the Ethernet solution.
Thx,
AS
Please Log in or Create an account to join the conversation.
- unknown
- Offline
- Platinum Member
-
Less
More
- Posts: 728
- Thank you received: 240
31 Oct 2025 00:42 #337560
by unknown
Replied by unknown on topic Which LinuxCNC HW for 2026+?
Those figures look pretty good, where did you get your kernel from or did you build it yourself.
Please Log in or Create an account to join the conversation.
Time to create page: 0.175 seconds