Axis configuration not fully working on 2.9.6
- andypugh
-
- Offline
- Moderator
-
Less
More
- Posts: 19717
- Thank you received: 4573
10 Oct 2025 20:34 #336228
by andypugh
Replied by andypugh on topic Axis configuration not fully working on 2.9.6
Please Log in or Create an account to join the conversation.
- ChrisB_II
-
- Offline
- New Member
-
Less
More
- Posts: 11
- Thank you received: 4
11 Oct 2025 10:07 #336273
by ChrisB_II
Replied by ChrisB_II on topic Axis configuration not fully working on 2.9.6
I hope it is understandable - my english is way too rusty to explain such a problem 
github.com/LinuxCNC/linuxcnc/issues/3583
github.com/LinuxCNC/linuxcnc/issues/3583
The following user(s) said Thank You: Aciera, Fabse
Please Log in or Create an account to join the conversation.
- Fabse
- Offline
- New Member
-
Less
More
- Posts: 8
- Thank you received: 2
12 Oct 2025 19:22 #336343
by Fabse
Replied by Fabse on topic Axis configuration not fully working on 2.9.6
Hey Chris,
thanks for the report on github! It seems like it got some attention and the problem with the xhc-whb04b pendant is already figured out. Can you tell me what the supposed fix is to get the pendant working again? Or I just have to wait for a future LinuxCNC version?
thanks for the report on github! It seems like it got some attention and the problem with the xhc-whb04b pendant is already figured out. Can you tell me what the supposed fix is to get the pendant working again? Or I just have to wait for a future LinuxCNC version?
Please Log in or Create an account to join the conversation.
- ChrisB_II
-
- Offline
- New Member
-
Less
More
- Posts: 11
- Thank you received: 4
13 Oct 2025 09:20 #336368
by ChrisB_II
Replied by ChrisB_II on topic Axis configuration not fully working on 2.9.6
@Sigma1912 has posted a way to fix the problem on github but that means to build everything from the sources (www.linuxcnc.org/docs/html/code/building-linuxcnc.html).
If that is not "in your blood" you may have to wait for 2.9.7... I don't know if you could (or should) install my .deb file.
If that is not "in your blood" you may have to wait for 2.9.7... I don't know if you could (or should) install my .deb file.
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
Less
More
- Posts: 19717
- Thank you received: 4573
16 Oct 2025 11:57 #336538
by andypugh
Replied by andypugh on topic Axis configuration not fully working on 2.9.6
I have pushed a change.
A new .deb file should appear here in an hour or so:
buildbot2.highlab.com/debian/dists/bookw...uspace/binary-amd64/
You can download the .deb file and then install it with:
Note the "./" which tells apt to look at the file rather than search the repositories for a package of that name.
I will try to remember to fill in the actual .deb file name once it is created.
A new .deb file should appear here in an hour or so:
buildbot2.highlab.com/debian/dists/bookw...uspace/binary-amd64/
You can download the .deb file and then install it with:
sudo apt-get install ./linuxcnc-uspace-2.9.6.xxxxxxxxxxxxx.debNote the "./" which tells apt to look at the file rather than search the repositories for a package of that name.
I will try to remember to fill in the actual .deb file name once it is created.
The following user(s) said Thank You: Aciera, Fabse
Please Log in or Create an account to join the conversation.
- Fabse
- Offline
- New Member
-
Less
More
- Posts: 8
- Thank you received: 2
16 Oct 2025 18:51 #336561
by Fabse
Replied by Fabse on topic Axis configuration not fully working on 2.9.6
Hey,
@ChrisB_II thanks for the explanation and the link you posted. I looked at the documentation and a youtube video about building linuxcnc and even though it seems doable, I don't think I am comfy going down that route.
@andypugh How do I go about installing the .deb file? Update to 2.9.6 and then just run the command you posted?
@ChrisB_II thanks for the explanation and the link you posted. I looked at the documentation and a youtube video about building linuxcnc and even though it seems doable, I don't think I am comfy going down that route.
@andypugh How do I go about installing the .deb file? Update to 2.9.6 and then just run the command you posted?
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
Less
More
- Posts: 19717
- Thank you received: 4573
17 Oct 2025 11:04 #336587
by andypugh
Replied by andypugh on topic Axis configuration not fully working on 2.9.6
The build stalled for some reason, so the .deb isn't there yet.
Once it is there then the .deb will install the updated version of LinuxCNC (even if the machine doesn't already have LinuxCNC)
Once it is there then the .deb will install the updated version of LinuxCNC (even if the machine doesn't already have LinuxCNC)
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
Less
More
- Posts: 19717
- Thank you received: 4573
18 Oct 2025 13:15 #336658
by andypugh
Replied by andypugh on topic Axis configuration not fully working on 2.9.6
The buildbot doesn't seem to be working properly at the moment.
I have build a test .deb manually instead.
www.linuxcnc.org/temp/linuxcnc-uspace_2.9.7pre_amd64.deb
You should be able to download the file and install with
Note that this will overwrite your current linuxcnc installation (or will install linuxcnc if it is not installed on the machine). It will not alter the Linux OS and your current machine configurations should be unaffected.
I have build a test .deb manually instead.
www.linuxcnc.org/temp/linuxcnc-uspace_2.9.7pre_amd64.deb
You should be able to download the file and install with
sudo apt-get install ./http://www.linuxcnc.org/temp/linuxcnc-uspace_2.9.7pre_amd64.debNote that this will overwrite your current linuxcnc installation (or will install linuxcnc if it is not installed on the machine). It will not alter the Linux OS and your current machine configurations should be unaffected.
The following user(s) said Thank You: tommylight, Aciera, miniwini, Fabse
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
Less
More
- Posts: 19717
- Thank you received: 4573
18 Oct 2025 23:25 #336679
by andypugh
Replied by andypugh on topic Axis configuration not fully working on 2.9.6
For the Pi5 users:
www.linuxcnc.org/temp/linuxcnc-uspace_2.9.7pre_arm64.deb
www.linuxcnc.org/temp/linuxcnc-uspace_2.9.7pre_arm64.deb
The following user(s) said Thank You: Aciera, unknown, miniwini
Please Log in or Create an account to join the conversation.
- Fabse
- Offline
- New Member
-
Less
More
- Posts: 8
- Thank you received: 2
20 Oct 2025 13:28 #336748
by Fabse
Replied by Fabse on topic Axis configuration not fully working on 2.9.6
Hey guys,
I just now had the time to install the new .deb file and try things out.
All my problems are fixed now. The pendant and MDI commands work as intended again.
Thank you all for your help!
I just now had the time to install the new .deb file and try things out.
All my problems are fixed now. The pendant and MDI commands work as intended again.
Thank you all for your help!
The following user(s) said Thank You: tommylight, Aciera
Please Log in or Create an account to join the conversation.
Time to create page: 0.088 seconds