- LinuxCNC
- Installing LinuxCNC
- Complete HOW-TO Linux Mint 18.1 32/64 RTAI or PREEMPT with RIP install or deb
Complete HOW-TO Linux Mint 18.1 32/64 RTAI or PREEMPT with RIP install or deb
- tomala89
- Offline
- New Member
-
Less
More
- Posts: 15
- Thank you received: 6
02 Jan 2019 18:41 #123348
by tomala89
Replied by tomala89 on topic Complete HOW-TO Linux Mint 18.1 32/64 RTAI or PREEMPT with RIP install or deb
Attachments:
Please Log in or Create an account to join the conversation.
- Grotius
-
- Offline
- Platinum Member
-
Less
More
- Posts: 2376
- Thank you received: 2291
02 Jan 2019 22:33 - 02 Jan 2019 22:41 #123367
by Grotius
Replied by Grotius on topic Complete HOW-TO Linux Mint 18.1 32/64 RTAI or PREEMPT with RIP install or deb
Hi,
I think you forgot to " sudo make setuid " at the end of the install of linuxcnc after the " make " command.
You can do it at any moment in src directory. Type : sudo make setuid
output is :
chown root ../bin/rtapi_app
chmod 4750 ../bin/rtapi_app
chown root ../bin/linuxcnc_module_helper
chmod 4750 ../bin/linuxcnc_module_helper
If this is not solving the problem for you, then the problem is one step back in installation process, at the kernel config chooser.
Good luck !
I think you forgot to " sudo make setuid " at the end of the install of linuxcnc after the " make " command.
You can do it at any moment in src directory. Type : sudo make setuid
output is :
chown root ../bin/rtapi_app
chmod 4750 ../bin/rtapi_app
chown root ../bin/linuxcnc_module_helper
chmod 4750 ../bin/linuxcnc_module_helper
If this is not solving the problem for you, then the problem is one step back in installation process, at the kernel config chooser.
Good luck !
Last edit: 02 Jan 2019 22:41 by Grotius.
Please Log in or Create an account to join the conversation.
- tommylight
-
- Online
- Moderator
-
Less
More
- Posts: 20033
- Thank you received: 6813
03 Jan 2019 00:49 #123380
by tommylight
Replied by tommylight on topic Complete HOW-TO Linux Mint 18.1 32/64 RTAI or PREEMPT with RIP install or deb
At the second screen in stepconf untick the "use simulated somethingoranother".
Please Log in or Create an account to join the conversation.
- tomala89
- Offline
- New Member
-
Less
More
- Posts: 15
- Thank you received: 6
03 Jan 2019 21:17 - 03 Jan 2019 21:50 #123429
by tomala89
Replied by tomala89 on topic Complete HOW-TO Linux Mint 18.1 32/64 RTAI or PREEMPT with RIP install or deb
Attachments:
Last edit: 03 Jan 2019 21:50 by tomala89.
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
Less
More
- Posts: 23262
- Thank you received: 4925
04 Jan 2019 13:37 #123474
by andypugh
Yes, I think that is probably the problem.
Replied by andypugh on topic Complete HOW-TO Linux Mint 18.1 32/64 RTAI or PREEMPT with RIP install or deb
At the second screen in stepconf untick the "use simulated somethingoranother".
Yes, I think that is probably the problem.
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
- tomala89
- Offline
- New Member
-
Less
More
- Posts: 15
- Thank you received: 6
05 Jan 2019 19:56 #123565
by tomala89
Replied by tomala89 on topic Complete HOW-TO Linux Mint 18.1 32/64 RTAI or PREEMPT with RIP install or deb
"Create simulated hardware configuration." - I did not enable this option, I did all the settings as in the original emc.
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
Less
More
- Posts: 23262
- Thank you received: 4925
06 Jan 2019 20:46 #123635
by andypugh
Replied by andypugh on topic Complete HOW-TO Linux Mint 18.1 32/64 RTAI or PREEMPT with RIP install or deb
On some versions the "create simulated config" was selected by default.
Please Log in or Create an account to join the conversation.
- richard123
- Offline
- New Member
-
Less
More
- Posts: 11
- Thank you received: 0
13 Apr 2019 14:44 #130772
by richard123
Replied by richard123 on topic Complete HOW-TO Linux Mint 18.1 32/64 RTAI or PREEMPT with RIP install or deb
Hello, I am a very beginner in Linuxcnc. I was trying to follow the instruction of installing the rtai linuxcnc on my Mint 18.1 32 bit with cinnamon desktop. When I get to the step of installing the linux-headers-3.4.9-rtai-686-pae, it is said that it need gcc 4.6 but it is not installable.
after this, I tried to follow the instruction for the rtai 4.1.0.1 version. With this version, when I got to the ./configure -r , it is said that there is no available rtai kernel for my Linux kernel which is 4.4.0-53-generic.
Can anyone help me please?
after this, I tried to follow the instruction for the rtai 4.1.0.1 version. With this version, when I got to the ./configure -r , it is said that there is no available rtai kernel for my Linux kernel which is 4.4.0-53-generic.
Can anyone help me please?
Please Log in or Create an account to join the conversation.
- AnnoyingMutt
-
- Visitor
-
13 Apr 2019 19:55 - 13 Apr 2019 20:00 #130789
by AnnoyingMutt
Replied by AnnoyingMutt on topic Complete HOW-TO Linux Mint 18.1 32/64 RTAI or PREEMPT with RIP install or deb
The problem is Precise is not the Ubuntu base for Mint 18, the Ubuntu base is Xenial, Xenial uses gcc 5 series.
PLEASE READ THE FOLLOWING LINKS
serverfault.com/questions/250224/how-do-...re-some-dependencies
unix.stackexchange.com/a/404449/23542
PLEASE READ THE FOLLOWING LINKS
serverfault.com/questions/250224/how-do-...re-some-dependencies
unix.stackexchange.com/a/404449/23542
Last edit: 13 Apr 2019 20:00 by AnnoyingMutt.
Please Log in or Create an account to join the conversation.
- pl7i92
-
- Offline
- Platinum Member
-
Less
More
- Posts: 1872
- Thank you received: 357
14 Apr 2019 08:32 #130834
by pl7i92
Replied by pl7i92 on topic Complete HOW-TO Linux Mint 18.1 32/64 RTAI or PREEMPT with RIP install or deb
whow 54 Pages of different infos
WE ((aMod)) shoudt make a sticky HOWto and be updatet if news are made
NEW users are well overvalue on this tread
WE ((aMod)) shoudt make a sticky HOWto and be updatet if news are made
NEW users are well overvalue on this tread
Please Log in or Create an account to join the conversation.
- LinuxCNC
- Installing LinuxCNC
- Complete HOW-TO Linux Mint 18.1 32/64 RTAI or PREEMPT with RIP install or deb
Time to create page: 0.641 seconds