NativeCam on LinuxCNC 2.9.3
- Becksvill
- Offline
- Elite Member
-
Less
More
- Posts: 192
- Thank you received: 88
06 Jan 2025 17:51 #318246
by Becksvill
Replied by Becksvill on topic NativeCam on LinuxCNC 2.9.3
hey guys
also interested in trying native cam
i have a new install of the 2.93 iso. (current release i think)
are you guys still around and checking the forum? this is 2 months old
cheers
also interested in trying native cam
i have a new install of the 2.93 iso. (current release i think)
are you guys still around and checking the forum? this is 2 months old
cheers
Please Log in or Create an account to join the conversation.
- Giovanni
- Offline
- Junior Member
-
Less
More
- Posts: 31
- Thank you received: 22
09 Jan 2025 16:53 #318553
by Giovanni
Replied by Giovanni on topic NativeCam on LinuxCNC 2.9.3
Yes, I'm still around...
Cheers
Cheers
The following user(s) said Thank You: gmouer
Please Log in or Create an account to join the conversation.
- Becksvill
- Offline
- Elite Member
-
Less
More
- Posts: 192
- Thank you received: 88
09 Feb 2025 08:24 #321047
by Becksvill
Replied by Becksvill on topic NativeCam on LinuxCNC 2.9.3
awesome
sorry i didn't check the notify me box so only just stumbled across this.
just getting a bit stuck working out how to download it and install.
ideally a guide would be great. or something. I can go back through the thread and try to see what i missed but any up to date info would be great
i always seem to get caught out in the little details. like i have the wrong repo or just missing a command
but i have done many retrofits so not completely useless:)
but i think i might need a tiny bit of hand holding on this one.
cheers
Andrew
sorry i didn't check the notify me box so only just stumbled across this.
just getting a bit stuck working out how to download it and install.
ideally a guide would be great. or something. I can go back through the thread and try to see what i missed but any up to date info would be great
i always seem to get caught out in the little details. like i have the wrong repo or just missing a command
but i have done many retrofits so not completely useless:)
but i think i might need a tiny bit of hand holding on this one.
cheers
Andrew
Please Log in or Create an account to join the conversation.
- Giovanni
- Offline
- Junior Member
-
Less
More
- Posts: 31
- Thank you received: 22
09 Feb 2025 21:08 #321116
by Giovanni
Replied by Giovanni on topic NativeCam on LinuxCNC 2.9.3
I have prepared and tested an installing procedure for Debian systems.
(thank you freemoore for the collaboration)
Maybe youu could be interested.
Regards
(thank you freemoore for the collaboration)
Maybe youu could be interested.
Regards
The following user(s) said Thank You: gmouer
Please Log in or Create an account to join the conversation.
- Becksvill
- Offline
- Elite Member
-
Less
More
- Posts: 192
- Thank you received: 88
26 Feb 2025 17:59 #322725
by Becksvill
Replied by Becksvill on topic NativeCam on LinuxCNC 2.9.3
hey there
i have been trying to get your guide working
getting a issue that stops me in my tracks
i just downloaded the latest 2.9.4 iso file.
and i am testing in a virtual machine VM
following your guide halfway through step 3
"then move the NativeCam folder in:
/usr/share/linuxcnc/gladevcp
sudo mv NativeCam /usr/share/linuxcnc/gladevcp
and this fails with the error mv: cannot stat 'NativeCam' : No such file or directory
everything up to this stage seemed to work
would love any help you have cheers
i have been trying to get your guide working
getting a issue that stops me in my tracks
i just downloaded the latest 2.9.4 iso file.
and i am testing in a virtual machine VM
following your guide halfway through step 3
"then move the NativeCam folder in:
/usr/share/linuxcnc/gladevcp
sudo mv NativeCam /usr/share/linuxcnc/gladevcp
and this fails with the error mv: cannot stat 'NativeCam' : No such file or directory
everything up to this stage seemed to work
would love any help you have cheers
Please Log in or Create an account to join the conversation.
- Giovanni
- Offline
- Junior Member
-
Less
More
- Posts: 31
- Thank you received: 22
28 Feb 2025 17:21 - 28 Feb 2025 18:06 #322878
by Giovanni
Replied by Giovanni on topic NativeCam on LinuxCNC 2.9.3
Hello,
it seems you have not the folder to move.
Mybe you are in the wrong place.
If you list the folder by typing ls command, can you see the NativeCam folder listed?
it seems you have not the folder to move.
Mybe you are in the wrong place.
If you list the folder by typing ls command, can you see the NativeCam folder listed?
Last edit: 28 Feb 2025 18:06 by Giovanni. Reason: Syntax
Please Log in or Create an account to join the conversation.
- HansU
-
- Offline
- Platinum Member
-
Less
More
- Posts: 685
- Thank you received: 207
21 Mar 2025 19:35 #324448
by HansU
Replied by HansU on topic NativeCam on LinuxCNC 2.9.3
I created a branch with a gmoccapy sample config: github.com/LinuxCNC/linuxcnc/commits/nativecam
to test in a RIP environment.
I added NativeCAM as a submodule from github.com/freemoore/NativeCAM, so you need to run 'git submodule update --init --recursive' for the first time to get its content.
Please let me know if it works for you as well.
to test in a RIP environment.
I added NativeCAM as a submodule from github.com/freemoore/NativeCAM, so you need to run 'git submodule update --init --recursive' for the first time to get its content.
Please let me know if it works for you as well.
The following user(s) said Thank You: gmouer, Aciera
Please Log in or Create an account to join the conversation.
- Becksvill
- Offline
- Elite Member
-
Less
More
- Posts: 192
- Thank you received: 88
23 Mar 2025 03:46 #324610
by Becksvill
Replied by Becksvill on topic NativeCam on LinuxCNC 2.9.3
hey Giovanni
did you use virtual box for your VM
i am about to try your guide again using virtual box and a stock standard linuxcnc iso 2.93 install
just thinking i could just grab your vm file and work back from there if you used virtual box
cheers
Andrew
did you use virtual box for your VM
i am about to try your guide again using virtual box and a stock standard linuxcnc iso 2.93 install
just thinking i could just grab your vm file and work back from there if you used virtual box
cheers
Andrew
Please Log in or Create an account to join the conversation.
- Becksvill
- Offline
- Elite Member
-
Less
More
- Posts: 192
- Thank you received: 88
23 Mar 2025 05:31 - 23 Mar 2025 05:34 #324619
by Becksvill
Replied by Becksvill on topic NativeCam on LinuxCNC 2.9.3
Attachments:
Last edit: 23 Mar 2025 05:34 by Becksvill. Reason: fixing photos
Please Log in or Create an account to join the conversation.
- HansU
-
- Offline
- Platinum Member
-
Less
More
- Posts: 685
- Thank you received: 207
23 Mar 2025 08:15 #324636
by HansU
Replied by HansU on topic NativeCam on LinuxCNC 2.9.3
Please run LinuxCNC from the command line, then we will probably see what the error is

Please Log in or Create an account to join the conversation.
Time to create page: 0.169 seconds