Category: General LinuxCNC Questions
I've tried everything:
in the ini I put:
#SERVO_PERIOD = 1000000
SERVO_PERIOD = 2600000
#SERVO_PERIOD = 700000
#SERVO_PERIOD = 777777
#SERVO_PERIOD = 1000000
kernel parameters:
#GRUB_CMDLINE_LINUX_DEFAULT="quiet isolcpus=2,3 r8168.EEE=0 pcie_aspm=off nohz_full=2,3 acpi_irq_nobalance noirqbalance irqaffinity=0 processor.max_cstate=0 intel_idle.max_cstate=1"
#WORKS WELL#GRUB_CMDLINE_LINUX_DEFAULT="quiet isolcpus=2,3 r8168.EEE=0 pcie_aspm=off nohz_full=2,3"
#GRUB_CMDLINE_LINUX_DEFAULT="quiet splash isolcpus=2,3 r8168.EEE=0 pcie_aspm=off nohz_full=2,3 acpi_irq_nobalance noirqbalance irqaffinity=0 processor.max_cstate=0 intel_idle.max_cstate=1 radeon.dpm=0 idle=poll"
#GRUB_CMDLINE_LINUX_DEFAULT="quiet splash isolcpus=2,3 r8168.EEE=0 pcie_aspm=off nohz_full=2,3 acpi_irq_nobalance noirqbalance irqaffinity=0,1 processor.max_cstate=0 intel_idle.max_cstate=1 radeon.dpm=0 idle=poll"
#GRUB_CMDLINE_LINUX_DEFAULT="quiet splash isolcpus=2,3 r8168.EEE=0 pcie_aspm=off nohz_full=2,3 acpi_irq_nobalance noirqbalance irqaffinity=0,1 processor.max_cstate=0 intel_idle.max_cstate=1 idle=in"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash isolcpus=2,3 r8168.EEE=0 pcie_aspm=off nohz_full=2,3 irqaffinity=0,1 processor.max_cstate=0 intel_idle.max_cstate=1 idle=poll"
it doesn't work, I get improvements and delays in the error but while using YouTube sooner or later the job fails.
I'm understanding that LinuxCNC only works with specific hardware systems and it's not possible to use it everywhere. I have also tried 3 completely different hardware setups, and the other 2 have impressive latencies.
One of which is new hardware with integrated video card, Alder Lake N95 CPU, and 16GB of RAM.
So the question is: what hardware supports LinuxCNC? What hardware should a user buy who wants to use LinuxCNC?