building linuxcnc-dev on ubuntu 16.04 preempt-rt kernel
10 Apr 2018 02:50 #108698
by thang
Replied by thang on topic building linuxcnc-dev on ubuntu 16.04 preempt-rt kernel
did you try the link i give you above? Normally when i install newer realtime kernel, it will automatic select rt kernal. Try command to see which kernel did you install :
cd /boot
ls
cd /boot
ls
Please Log in or Create an account to join the conversation.
10 Apr 2018 06:05 #108709
by dbanks
Replied by dbanks on topic building linuxcnc-dev on ubuntu 16.04 preempt-rt kernel
I utilized the link you had. It error'd saying it failed to load when selected. The patch link was dead though, and I was unable to locate a fix for that. That could be part of it. Apologies in advance, obviously new at this stuff.
Please Log in or Create an account to join the conversation.
10 Apr 2018 06:45 - 10 Apr 2018 06:48 #108713
by thang
Replied by thang on topic building linuxcnc-dev on ubuntu 16.04 preempt-rt kernel
i edit link:
wget mirrors.edge.kernel.org/pub/linux/kernel...4.9.47-rt37.patch.gz
wget mirrors.edge.kernel.org/pub/linux/kernel...4.9.47-rt37.patch.gz
Last edit: 10 Apr 2018 06:48 by thang.
Please Log in or Create an account to join the conversation.
10 Apr 2018 06:51 #108714
by thang
Replied by thang on topic building linuxcnc-dev on ubuntu 16.04 preempt-rt kernel
i tried google and found this:
askubuntu.com/questions/41930/kernel-pan...-on-unknown-block0-0
not sure if it can fix your bug.
askubuntu.com/questions/41930/kernel-pan...-on-unknown-block0-0
not sure if it can fix your bug.
Please Log in or Create an account to join the conversation.
10 Apr 2018 21:06 #108771
by dbanks
Replied by dbanks on topic building linuxcnc-dev on ubuntu 16.04 preempt-rt kernel
cd linux-4.9.47 says no such directory now, and running the following patch update says "I can't seem to find the patch anywhere.
Please Log in or Create an account to join the conversation.
11 Apr 2018 22:32 #108852
by dbanks
Replied by dbanks on topic building linuxcnc-dev on ubuntu 16.04 preempt-rt kernel
Dpkg says no file or directory, are you aware of what the issue there is?
Please Log in or Create an account to join the conversation.
12 Apr 2018 15:48 #108886
by thang
Replied by thang on topic building linuxcnc-dev on ubuntu 16.04 preempt-rt kernel
we need more information about what you did to help you. Make sure you are using correct kernel , installed require packages.
Please Log in or Create an account to join the conversation.
- JoeHildreth
- Offline
- Premium Member
Less
More
- Posts: 82
- Thank you received: 14
12 Apr 2018 19:25 #108894
by JoeHildreth
Replied by JoeHildreth on topic building linuxcnc-dev on ubuntu 16.04 preempt-rt kernel
While following this tutorial, I am to the point of running the "./configure --with-realtime=uspace" to configure LCNC. I get the following error:
checking for img::png using /usr/bin/tclsh8.4... no
configure: error: Tk img::png not found!
install with "sudo apt-get install libtk-img"
However, libtk-img is installed. I am using a fresh install of Ubuntu 16.04
Any suggestions as to why I may be getting this error?
Thanks,
Joe
checking for img::png using /usr/bin/tclsh8.4... no
configure: error: Tk img::png not found!
install with "sudo apt-get install libtk-img"
However, libtk-img is installed. I am using a fresh install of Ubuntu 16.04
Any suggestions as to why I may be getting this error?
Thanks,
Joe
Please Log in or Create an account to join the conversation.
12 Apr 2018 20:58 - 12 Apr 2018 21:09 #108901
by Grotius
Replied by Grotius on topic building linuxcnc-dev on ubuntu 16.04 preempt-rt kernel
Hi i get the kernel also working with draftsight 64 bit.
In the menuconfig i see this :
kernel hacking menu : IO delay type (no port-IO delay)
I choose no delay, standard is with delay, somebody advise?
I had error to solve :
Error : the frame size of 1056 bytes is larger than 1024 bytes
Solved with : menuconfig => Kernel Hacking Menu => changing frame size from 1024 to 2500
I had error to solve :
Boot directory no space available anymore.
Solved with : deleting old files with command : sudo rm filename
I used the tutorial kernel links :
wget mirrors.edge.kernel.org/pub/linux/kernel.../linux-4.9.47.tar.gz
wget mirrors.edge.kernel.org/pub/linux/kernel...4.9.47-rt37.patch.gz
If i want to install the latest kernel file combination.. Is it better to do this, or leave it like this?
Many thanks for this nice tutorial.
For the one's who are not able to install this 64 bit configuration. Maybe i can sent a pre installed hard disk around the globe.
In the menuconfig i see this :
kernel hacking menu : IO delay type (no port-IO delay)
I choose no delay, standard is with delay, somebody advise?
I had error to solve :
Error : the frame size of 1056 bytes is larger than 1024 bytes
Solved with : menuconfig => Kernel Hacking Menu => changing frame size from 1024 to 2500
I had error to solve :
Boot directory no space available anymore.
Solved with : deleting old files with command : sudo rm filename
I used the tutorial kernel links :
wget mirrors.edge.kernel.org/pub/linux/kernel.../linux-4.9.47.tar.gz
wget mirrors.edge.kernel.org/pub/linux/kernel...4.9.47-rt37.patch.gz
If i want to install the latest kernel file combination.. Is it better to do this, or leave it like this?
Many thanks for this nice tutorial.
For the one's who are not able to install this 64 bit configuration. Maybe i can sent a pre installed hard disk around the globe.
Last edit: 12 Apr 2018 21:09 by Grotius.
The following user(s) said Thank You: tivoi
Please Log in or Create an account to join the conversation.
12 Apr 2018 22:11 #108914
by andypugh
It might be that you have to force a version. I think you can do this in Synaptic.
Replied by andypugh on topic building linuxcnc-dev on ubuntu 16.04 preempt-rt kernel
checking for img::png using /usr/bin/tclsh8.4... no
configure: error: Tk img::png not found!
install with "sudo apt-get install libtk-img"
However, libtk-img is installed.
It might be that you have to force a version. I think you can do this in Synaptic.
Please Log in or Create an account to join the conversation.
Time to create page: 0.120 seconds