- International LinuxCNC Users
- Deutsch
- Nach Neuinstallation upgrade auf Kernel-Release 6.3.0-rt11-linuxcnc
Nach Neuinstallation upgrade auf Kernel-Release 6.3.0-rt11-linuxcnc
- Jensner
- Offline
- Premium Member
-
Less
More
- Posts: 133
- Thank you received: 24
12 Nov 2025 09:51 - 12 Nov 2025 10:45 #338239
by Jensner
Nach Neuinstallation upgrade auf Kernel-Release 6.3.0-rt11-linuxcnc was created by Jensner
Hallo Leute,
nachdem ich nach ständigen Fehlermeldungen beiden Rechner nun nochmal komplett neu aufgesetzt habe, funktioniert nun alles sauber und ohne Fehlermeldungen, jedoch ist die Latency sehr viel schlechter als vorher.
Da ich von der alten und neuen Installation jeweils ein Image gezogen hatte, kann ich hier (mit etwas Zeitlichem Aufwand) schön vergleichen.
Nun ist mir im Latency Test aufgefallen, dass die alte Konfig einen aktuelleren Kernel verwendet (6.3.0), die Neuinstallation jedoch den 6.1.0. Nun wollte ich auf die Version 6.3.0 upgraden. Da ich nach wie vor kein Debian-Experte bin, Google mir hier nicht wirklich weiter hilft und ich bei diversen Versuchen über den Paketmanager Key-Errors bekomme, frage ich mal in die Runde.
Hier mal die alte Installation (Kernel 6.3.0)
Hier der frisch installierte Rechner
Vielen Dank schon mal
Gruß Jens
nachdem ich nach ständigen Fehlermeldungen bei
sudo apt updateDa ich von der alten und neuen Installation jeweils ein Image gezogen hatte, kann ich hier (mit etwas Zeitlichem Aufwand) schön vergleichen.
Nun ist mir im Latency Test aufgefallen, dass die alte Konfig einen aktuelleren Kernel verwendet (6.3.0), die Neuinstallation jedoch den 6.1.0. Nun wollte ich auf die Version 6.3.0 upgraden. Da ich nach wie vor kein Debian-Experte bin, Google mir hier nicht wirklich weiter hilft und ich bei diversen Versuchen über den Paketmanager Key-Errors bekomme, frage ich mal in die Runde.
Hier mal die alte Installation (Kernel 6.3.0)
Hier der frisch installierte Rechner
Vielen Dank schon mal
Gruß Jens
Attachments:
Last edit: 12 Nov 2025 10:45 by Jensner.
Please Log in or Create an account to join the conversation.
- andypugh
-
- Away
- Moderator
-
Less
More
- Posts: 19696
- Thank you received: 4563
12 Nov 2025 13:20 #338245
by andypugh
Replied by andypugh on topic Nach Neuinstallation upgrade auf Kernel-Release 6.3.0-rt11-linuxcnc
Beide Latenzzeiten sind schrecklich.
The first image is running a realtime kernel, but the jitter is larger than is really useful. (0,4 ms in a 0,025ms thread will not work )
The second image shows a system that is not even running a realtime kernel, so the jitter is huge, 10ms or more.
You should try installing the latest realtime kernel and see if things improve after reboot.
sudo apt-cache search linux-image-rt
will give you a list of available realtime kernels. Find the newest listed and then
sudo apt-get install linux-image-rt{rest of the name}
Alternatively you could tre a fresh install from the LinuxCNC ISO image.
www.linuxcnc.org/downloads/
The first image is running a realtime kernel, but the jitter is larger than is really useful. (0,4 ms in a 0,025ms thread will not work )
The second image shows a system that is not even running a realtime kernel, so the jitter is huge, 10ms or more.
You should try installing the latest realtime kernel and see if things improve after reboot.
sudo apt-cache search linux-image-rt
will give you a list of available realtime kernels. Find the newest listed and then
sudo apt-get install linux-image-rt{rest of the name}
Alternatively you could tre a fresh install from the LinuxCNC ISO image.
www.linuxcnc.org/downloads/
Please Log in or Create an account to join the conversation.
- Jensner
- Offline
- Premium Member
-
Less
More
- Posts: 133
- Thank you received: 24
12 Nov 2025 13:33 #338247
by Jensner
Replied by Jensner on topic Nach Neuinstallation upgrade auf Kernel-Release 6.3.0-rt11-linuxcnc
Hi Andy,
many thanks for your support.
What do you think would be the best / cleanest way?
Update or new installation with the ISO?
By the way, for my DELL Optiplex 3060 this would be the "LinuxCNC 2.9.4 Debian 12 Bookworm PREEMPT-RT ISO" ?
Best regards
Jens
many thanks for your support.
What do you think would be the best / cleanest way?
Update or new installation with the ISO?
By the way, for my DELL Optiplex 3060 this would be the "LinuxCNC 2.9.4 Debian 12 Bookworm PREEMPT-RT ISO" ?
Best regards
Jens
Please Log in or Create an account to join the conversation.
- Jensner
- Offline
- Premium Member
-
Less
More
- Posts: 133
- Thank you received: 24
12 Nov 2025 14:14 - 12 Nov 2025 15:29 #338249
by Jensner
Replied by Jensner on topic Nach Neuinstallation upgrade auf Kernel-Release 6.3.0-rt11-linuxcnc
Hello Andy
"sudo apt-cache search linux-image-rt" gives me the following lines back:
There is no Version-Info.
.. doesn`t matter. I will install the LinuxCNC 2.9.4 Debian 12 Bookworm PREEMPT-RT ISO
Best regards
Jens
"sudo apt-cache search linux-image-rt" gives me the following lines back:
linux-image-rt-amd64 - Linux für 64-Bit-PCs (Metapaket)
linux-image-rt-amd64-dbg - Debugging symbols for Linux rt-amd64 configuration (meta-package)There is no Version-Info.
.. doesn`t matter. I will install the LinuxCNC 2.9.4 Debian 12 Bookworm PREEMPT-RT ISO
Best regards
Jens
Last edit: 12 Nov 2025 15:29 by Jensner.
Please Log in or Create an account to join the conversation.
- Jensner
- Offline
- Premium Member
-
Less
More
- Posts: 133
- Thank you received: 24
12 Nov 2025 19:18 #338274
by Jensner
Replied by Jensner on topic Nach Neuinstallation upgrade auf Kernel-Release 6.3.0-rt11-linuxcnc
Attachments:
Please Log in or Create an account to join the conversation.
- Jensner
- Offline
- Premium Member
-
Less
More
- Posts: 133
- Thank you received: 24
12 Nov 2025 19:29 #338276
by Jensner
Replied by Jensner on topic Nach Neuinstallation upgrade auf Kernel-Release 6.3.0-rt11-linuxcnc
OK, these errors should be resolved with this
forum.linuxcnc.org/42-deutsch/55509-inst...bleme?start=0#323051
Thnks a lot
Thnks a lot
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
- International LinuxCNC Users
- Deutsch
- Nach Neuinstallation upgrade auf Kernel-Release 6.3.0-rt11-linuxcnc
Time to create page: 0.309 seconds