New and Working RTAI debs for 2.9
- tommylight
-
- Away
- Moderator
-
- Posts: 21339
- Thank you received: 7281
Your last link has the headersThe Kernel Headers are not available for download. Is it necessary, or can I use the one I have here?
drive.google.com/file/d/1fwGb5Qo9pw8lGLp.../view?usp=drive_link
Please Log in or Create an account to join the conversation.
- cnbbom
- Offline
- Senior Member
-
- Posts: 47
- Thank you received: 5
Please Log in or Create an account to join the conversation.
- cnbbom
- Offline
- Senior Member
-
- Posts: 47
- Thank you received: 5
Please Log in or Create an account to join the conversation.
- andypugh
-
- Away
- Moderator
-
- Posts: 19802
- Thank you received: 4609
Please Log in or Create an account to join the conversation.
- andypugh
-
- Away
- Moderator
-
- Posts: 19802
- Thank you received: 4609
The ones on the server are the ones you provided, so yes.
The Kernel Headers are not available for download. Is it necessary, or can I use the one I have here?
But you don't need them unless you are compiling from source.
And this link works for me... www.linuxcnc.org/dists/trixie/base/binar...ai-amd64-1_amd64.deb
Please Log in or Create an account to join the conversation.
- cnbbom
- Offline
- Senior Member
-
- Posts: 47
- Thank you received: 5
The error consists of: creating a machine in linuxcnc, I follow these options that allow me to use automatic spindle control. But after completing the configuration and opening linuxcnc, the PC shuts down, and I need to reset the PC.andypugh post=341318 userid=723Qual é o erro? Os eixos são frequentemente uma fonte de ruído elétrico. O erro persiste mesmo com o hardware do eixo desconectado?
This is my configuration in the photo, but if I disable:
spindle pwm,
spindle cw
amplify enable I can operate the machine.
Please Log in or Create an account to join the conversation.
- cnbbom
- Offline
- Senior Member
-
- Posts: 47
- Thank you received: 5
Thanks, Tommylight told me it was the same one I already had here.
The Kernel Headers are not available for download. Is it necessary, or can I use the one I have here?
The ones on the server are the ones you provided, so yes.
But you don't need them unless you are compiling from source.
And this link works for me... www.linuxcnc.org/dists/trixie/base/binar...ai-amd64-1_amd64.deb
Please Log in or Create an account to join the conversation.
- andypugh
-
- Away
- Moderator
-
- Posts: 19802
- Thank you received: 4609
Is this also the case with the 5.4.279 kernel?
The error consists of: creating a machine in linuxcnc, I follow these options that allow me to use automatic spindle control. But after completing the configuration and opening linuxcnc, the PC shuts down, and I need to reset the PC.
Can you try commenting out the "addf pwmgen...." in the HAL file?
(this will prevent the spindle PWM working, but will give some indication where the problem might be)
Please Log in or Create an account to join the conversation.
- cnbbom
- Offline
- Senior Member
-
- Posts: 47
- Thank you received: 5
Yes, it happens with kernel 5.4.279.
The error consists of: creating a machine in linuxcnc, I follow these options that allow me to use automatic spindle control. But after completing the configuration and opening linuxcnc, the PC shuts down, and I need to reset the PC.
Is this also the case with the 5.4.279 kernel?
Can you try commenting out the "addf pwmgen...." in the HAL file?
(this will prevent the spindle PWM working, but will give some indication where the problem might be)
And perhaps it's a detail that some have overlooked with this "return to login screen and black screen" freezing factor. But without a doubt, on this same PC that I tried several times with Debian 12 RTAI without success, it finally ran the Linux RTAI that you modified. The PWM and spindle issue is another task that will eventually lead to a solution. In the meantime, I'll keep testing and posting the results if you discover any clues.
Please Log in or Create an account to join the conversation.
- cnbbom
- Offline
- Senior Member
-
- Posts: 47
- Thank you received: 5
I commented out a # in this line:
Is this also the case with the 5.4.279 kernel?
Can you try commenting out the "addf pwmgen...." in the HAL file?
(this will prevent the spindle PWM working, but will give some indication where the problem might be)
#addf pwm gen.make-pulsos base-thread
The spindle doesn't spin, but at least the inverter turns on now.
Please Log in or Create an account to join the conversation.