LinuxCNC on Linux Mint 19
03 Mar 2019 14:33 #127603
by PCW
I dont think its that, I'm running Ubuntu 18.04 with a current 64 bit kernel on a Core Duo:
Model name: Intel(R) Core(TM)2 Duo CPU E8500 @ 3.16GHz
Linux dc7800 4.19.23-rt14 #1 SMP PREEMPT RT Mon Feb 25 07:27:55 PST 2019 x86_64 x86_64 x86_64 GNU/Linux
Maybe a un-noticed build error?
Replied by PCW on topic LinuxCNC on Linux Mint 19
hi BigJohnT
I followed your instructions and the kernel was build without any errors.
but it dose not boot in to it
if I select the recovery option in grub menu it hangs included a photo of it
I tried to do a fresh install again and same result
what is going wrong here?
the computer got core duo 2 processor and runs 64 mint 19
I'm no expert at PC's but I think a core duo 2 is a bit old for modern OS's using 64 bit.
JT
I dont think its that, I'm running Ubuntu 18.04 with a current 64 bit kernel on a Core Duo:
Model name: Intel(R) Core(TM)2 Duo CPU E8500 @ 3.16GHz
Linux dc7800 4.19.23-rt14 #1 SMP PREEMPT RT Mon Feb 25 07:27:55 PST 2019 x86_64 x86_64 x86_64 GNU/Linux
Maybe a un-noticed build error?
The following user(s) said Thank You: BigJohnT
Please Log in or Create an account to join the conversation.
- jeroenkort
- Offline
- New Member
Less
More
- Posts: 2
- Thank you received: 0
03 Mar 2019 15:12 #127604
by jeroenkort
Replied by jeroenkort on topic LinuxCNC on Linux Mint 19
got it up and working on Debian 9 with RT kernel
Please Log in or Create an account to join the conversation.
03 Mar 2019 16:46 - 03 Mar 2019 16:53 #127606
by bvd1940
Replied by bvd1940 on topic LinuxCNC on Linux Mint 19
P17i92
I purchased a disk as my internet connection is not that good out in the dessert in SE Idaho and is not reliable.
I will follow this thread be silent as I have lots to learn.
I purchased a disk as my internet connection is not that good out in the dessert in SE Idaho and is not reliable.
I will follow this thread be silent as I have lots to learn.
Last edit: 03 Mar 2019 16:53 by bvd1940.
Please Log in or Create an account to join the conversation.
03 Mar 2019 17:16 #127608
by lorenzn
Replied by lorenzn on topic LinuxCNC on Linux Mint 19
Thanks for the guide. I updated from an earlier build today. I installed to a new SSD so I can always fall back to the old one if needed.
Here is an alternative way to update grub. It's only a preference. The grub-customizer may be better for new linux users but if you are more comfortable modifying text files try this. (replace gvim with your editor of choice)
Search for the submenu name and the menuentry name for the newly built rt kernel. For example:
submenu name: Advanced options for Linux Mint 19.1 MATE
menuentry name: Linux Mint 19.1 MATE, with Linux 4.19.1-rt3
Now copy/paste and combine these together with the ">" character:
"Advanced options for Linux Mint 19.1 MATE>Linux Mint 19.1 MATE, with Linux 4.19.1-rt3"
Edit /etc/default/grub
Change the GRUB_DEFAULT=0 line. Add the combined submenu and menuentry string as:
GRUB_DEFAULT="Advanced options for Linux Mint 19.1 MATE>Linux Mint 19.1 MATE, with Linux 4.19.1-rt3"
Then reboot.
Here is an alternative way to update grub. It's only a preference. The grub-customizer may be better for new linux users but if you are more comfortable modifying text files try this. (replace gvim with your editor of choice)
gvim /boot/grub/grub.cfg
Search for the submenu name and the menuentry name for the newly built rt kernel. For example:
submenu name: Advanced options for Linux Mint 19.1 MATE
menuentry name: Linux Mint 19.1 MATE, with Linux 4.19.1-rt3
Now copy/paste and combine these together with the ">" character:
"Advanced options for Linux Mint 19.1 MATE>Linux Mint 19.1 MATE, with Linux 4.19.1-rt3"
Edit /etc/default/grub
sudo gvim /etc/default/grub
Change the GRUB_DEFAULT=0 line. Add the combined submenu and menuentry string as:
GRUB_DEFAULT="Advanced options for Linux Mint 19.1 MATE>Linux Mint 19.1 MATE, with Linux 4.19.1-rt3"
sudo update-grub
Then reboot.
Please Log in or Create an account to join the conversation.
06 Apr 2019 04:01 #130381
by jackotool
Replied by jackotool on topic LinuxCNC on Linux Mint 19
Hello,
Thanks for the instructions - I have followed carefully -but when i get to "dpkg-checkbuilddeps"
I get error message "dpkg-checkbuilddeps: error: Unmet build dependencies: rtai-modules-3.4-9-rtai-686-pae intltool" How do I add this dependency? I thought it was already there?
gnipsel.com/linuxcnc/uspace/linuxmint19-emc.html
Any help appreciated ...
Many thanks,
Jack
Thanks for the instructions - I have followed carefully -but when i get to "dpkg-checkbuilddeps"
I get error message "dpkg-checkbuilddeps: error: Unmet build dependencies: rtai-modules-3.4-9-rtai-686-pae intltool" How do I add this dependency? I thought it was already there?
gnipsel.com/linuxcnc/uspace/linuxmint19-emc.html
Any help appreciated ...
Many thanks,
Jack
Please Log in or Create an account to join the conversation.
08 Apr 2019 12:44 #130501
by pl7i92
Replied by pl7i92 on topic LinuxCNC on Linux Mint 19
Step 1: Fetch the updates available for your computer using apt-get update command:
sudo apt-get update
Step 2: You can then use apt-get upgrade command will upgrade the current packages
sudo apt-get upgrade
sudo apt-get update
Step 2: You can then use apt-get upgrade command will upgrade the current packages
sudo apt-get upgrade
Please Log in or Create an account to join the conversation.
- InMyDarkestHour
- Offline
- User is blocked
Less
More
- Posts: 701
- Thank you received: 111
08 Apr 2019 19:26 #130524
by InMyDarkestHour
Replied by InMyDarkestHour on topic LinuxCNC on Linux Mint 19
dist-upgrade is a safer option than upgrade.
help.ubuntu.com/community/AptGet/Howto
sudo apt-get install intltool
Did you build and install the kernel as per JT instructions then reboot with the newer kernel ?
help.ubuntu.com/community/AptGet/Howto
sudo apt-get install intltool
Did you build and install the kernel as per JT instructions then reboot with the newer kernel ?
Please Log in or Create an account to join the conversation.
13 Apr 2019 14:27 #130771
by jackotool
Replied by jackotool on topic LinuxCNC on Linux Mint 19
Hello,
Thanks for the above - I have done everything as follows ... but still have error:
adam3d@adam3d:~/emc$ dpkg-checkbuilddeps
dpkg-checkbuilddeps: error: Unmet build dependencies: rtai-modules-3.4-9-rtai-686-pae
Please advise ...
Many thanks!
Thanks for the above - I have done everything as follows ... but still have error:
adam3d@adam3d:~/emc$ dpkg-checkbuilddeps
dpkg-checkbuilddeps: error: Unmet build dependencies: rtai-modules-3.4-9-rtai-686-pae
Please advise ...
Many thanks!
Please Log in or Create an account to join the conversation.
- InMyDarkestHour
- Offline
- User is blocked
Less
More
- Posts: 701
- Thank you received: 111
13 Apr 2019 19:30 #130788
by InMyDarkestHour
Replied by InMyDarkestHour on topic LinuxCNC on Linux Mint 19
Did you configure for uspace ?
Please Log in or Create an account to join the conversation.
15 Apr 2019 04:02 #130883
by jackotool
Replied by jackotool on topic LinuxCNC on Linux Mint 19
what is u space? - I only followed the instructions ... if upsace was included in the instructions, then I would have configured uspace?
Please Log in or Create an account to join the conversation.
Time to create page: 0.109 seconds