- LinuxCNC
- Installing LinuxCNC
- LinuxCNC Install using MX Linux 19.4 - Geared Toward New Users - Discussion
LinuxCNC Install using MX Linux 19.4 - Geared Toward New Users - Discussion
- tommylight
- Away
- Moderator
- Posts: 19513
- Thank you received: 6543
Please Log in or Create an account to join the conversation.
- Clive S
- Offline
- Platinum Member
- Posts: 2240
- Thank you received: 474
Does LinuxCNC start?
I am still getting the "linuxcnc-uspace" with the red question mark ie broken package.
I will have to try aging tomorrow. Thanks
Please Log in or Create an account to join the conversation.
- RNJFAB
- Offline
- Elite Member
- Posts: 209
- Thank you received: 46
I have just followed this process (as completely as I could) and I have the cnc running again almost. Great work snowgoer540 for such an incredible and complete resource.
Currently just trying to get the final piece of code for the torch probe (switch works, shows on Hal that it activating) just doesn't stop the z axis from driving down into material.
I'm hoping tonight I'll get back down to the shed to have another go at sorting this out. I do have a machine that homes and moves (albeit without the keyboard inputs yet, that may be on the list for things to do tonight as well).
As soon as we are running I'll post up some pics.
Please Log in or Create an account to join the conversation.
- Clive S
- Offline
- Platinum Member
- Posts: 2240
- Thank you received: 474
Does LinuxCNC start?
I am still getting the "linuxcnc-uspace" with the red question mark ie broken package.
I will have to try aging tomorrow. Thanks
Ok after many hours (my fault) wrong kernel !!!
IN this step.
35.Enter the following command: /usr/lib/python3/dist-
packages/qtvcp/designer/install_script
36.When prompted, enter 1 (unless the user intends to do design work in QtVCP
But I get this. I can load a linuxcnc sim
$ uname -a
Linux mx 4.19.0-18-rt-amd64 #1 SMP PREEMPT RT Debian 4.19.208-1 (2021-09-29) x86_64 GNU/Linux
cnc@mx:~/Desktop
$ /usr/lib/python3/dist-packages/qtvcp/designer/install_script
bash: /usr/lib/python3/dist-packages/qtvcp/designer/install_script: Not a directory
Please Log in or Create an account to join the conversation.
- phillc54
- Offline
- Platinum Member
- Posts: 5713
- Thank you received: 2089
Sorry Clive, there is an issue with the package build, it confuses the filename and directory name. I will push a fix today. In the meantime you should be able to run it with the following command:
$ /usr/lib/python3/dist-packages/qtvcp/designer/install_script
bash: /usr/lib/python3/dist-packages/qtvcp/designer/install_script: Not a directory
/usr/lib/python3/dist-packages/qtvcp/designer
Please Log in or Create an account to join the conversation.
- snowgoer540
- Topic Author
- Offline
- Moderator
- Posts: 2397
- Thank you received: 787
If you did do a package install then you don't need to run the script unless you want Designer so that you can edit/make GUI files.
Whoops, don't think I knew that. Maybe I should probably amend the install guide to say that...
Please Log in or Create an account to join the conversation.
- phillc54
- Offline
- Platinum Member
- Posts: 5713
- Thank you received: 2089
Please Log in or Create an account to join the conversation.
- Clive S
- Offline
- Platinum Member
- Posts: 2240
- Thank you received: 474
$ /usr/lib/python3/dist-packages/qtvcp/designer/install_script
bash: /usr/lib/python3/dist-packages/qtvcp/designer/install_script: Not a directory
Sorry Clive, there is an issue with the package build, it confuses the filename and directory name. I will push a fix today. In the meantime you should be able to run it with the following command:
/usr/lib/python3/dist-packages/qtvcp/designer If you did do a package install then you don't need to run the script unless you want Designer so that you can edit/make GUI files.
Ok. yes it was a package install. Many thanks for clearing that up for me.
A big thankyou to Señor Snowy as well.
Please Log in or Create an account to join the conversation.
- snowgoer540
- Topic Author
- Offline
- Moderator
- Posts: 2397
- Thank you received: 787
A big thankyou to Señor Snowy as well.
You are quite welcome. Happy I could help!
Please Log in or Create an account to join the conversation.
- RNJFAB
- Offline
- Elite Member
- Posts: 209
- Thank you received: 46
Any chance you could do an idiots guide to upgrading as well?
And as i write this i realise if i read through the files you have already made i'll find my answers !!
Please Log in or Create an account to join the conversation.
- LinuxCNC
- Installing LinuxCNC
- LinuxCNC Install using MX Linux 19.4 - Geared Toward New Users - Discussion