- 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
- andypugh
-
- Online
- Moderator
-
- Posts: 23315
- Thank you received: 4944
forum.linuxcnc.org/38-general-linuxcnc-q...sie-install?start=20
You might have to uninstall the version you have and get 1.55.0. I think you can force a version in the synaptic package manager with a right-click option on the package.
Please Log in or Create an account to join the conversation.
- probamo
-
- Offline
- Premium Member
-
- Posts: 139
- Thank you received: 9
.The following packages have unmet dependencies:
linux-headers-3.4-9-rtai-686-pae : Depends: gcc-4.6 but it is not installable
To solve this I added in Source List two more lines:
install gcc-4.6, resume building kernel and make my day bright.deb archive.ubuntu.com/ubuntu/ trusty universe
deb-src archive.ubuntu.com/ubuntu/ trusty universe
Cheers,
Please Log in or Create an account to join the conversation.
- siggi
- Offline
- New Member
-
- Posts: 15
- Thank you received: 1
The only problem I have so far is that with my local-built 2.7.8 linuxcnc, it appears the keyboard repeat is messing up jogging in axis. It goes pretty smoothly at first, but as soon as the keyboard repeat kicks in, the axis I'm jogging starts groaning and complaining. The worst thing is that it looks like the repeat queues up a bunch of events, so the jogging doesn't stop when I let go of the arrow/pg up/pg down keys.
Anyone know what this is about, keyboard auto-repeat messing up jogging in axis?
Please Log in or Create an account to join the conversation.
- PCW
-
- Away
- Moderator
-
- Posts: 18527
- Thank you received: 5076
idle=poll since even 100 or so usec latency is not harmful and isolcpus lowers performance while
idle=poll uses more power
Please Log in or Create an account to join the conversation.
- siggi
- Offline
- New Member
-
- Posts: 15
- Thank you received: 1
I don't mind "slow", as those 3 decent cores are quite enough to run this machine to my satisfaction. I do mind the power and the heat of idle=poll, though.
Please Log in or Create an account to join the conversation.
- uli12us
- Offline
- Premium Member
-
- Posts: 97
- Thank you received: 2
cncnoob1979, is it allowed, that i steal (copy) some of your manual from several pages and make some additions?
If yes, than I'll post it here in the next days.
Please Log in or Create an account to join the conversation.
- hwylie
-
- Offline
- Junior Member
-
- Posts: 29
- Thank you received: 1
Considering my post of May 26, it's a consideration to dabble in experimental 'taskmodule.cc' code. With experience in mini-/microcomputer design (can't be the sole survivor of the 'good old days' of HP 2100, PDP, ... minicomputer ecosystems, ECL, STTL pre-VHDL/FPGA, and gate arrays) and embedded C++, retirement presents the pressure - or rather opportunity - to come to grips with Linux(CNC)!
As noted (in Rod's post of April 5), overlaying a custom module on checked out Master source should not be problematic ... but reference to issues around 'boost-python' (coded within 'taskmodule.cc') suggest there may be pitfalls.
Among other interests, extension of the 'task_mode' state machine design might facilitate robust manual tool change allowing jogging and touch-off (my post of May 26, and others).
Is this seen as being of only marginal interest to the community? My understanding of the entire LCNC software architecture is shallow at this time, oblivious to potential side-effects such an enhancement might cause. The modularity of LCNC code, and what appears (prior to scrutiny) to be scope limitation of coding to 'taskmodule.cc', suggest that this specific behavioural enhancement may be realised by making changes within that module only. Appreciating there may be sensitivity to dabbling with a module at the heart of LCNC implementation (not presently proposing another github branch), it's clear that intensive study is needed to verify this. The impact on libraries, Python API, halui and GUIs (etc) to exploit such an enhancement are not overlooked.
Comment on 'depth of the pit', and topic interest / similar initiative will be appreciated.
Please Log in or Create an account to join the conversation.
- Jorgefv
- Offline
- Senior Member
-
- Posts: 52
- Thank you received: 0
I run into some dependencies issue, and looking in this same thread I found someone who had exactly the same problem with the message on the console
python-imaging-tk : Depends: python-imaging (= 1.1.7-4) but 3.1.2-0ubuntu1.1 is to be installed
E: Unable to correct problems, you have held broken packages.
but he just started from fresh installation and the issue disappeared, I just got stuck on that and other dependencies issues on a 32 bit mint 18.1 and according to the tutorial those dependencies where an issue for the 64 bit version not for the 32 bit version, then I found the answer it was the DNS from my internet operator that was no able to resolve some of the urls, I changed to the usual google dns and the issue just disappeared and now I'm continuing with the installation.
Please Log in or Create an account to join the conversation.
- cncnoob1979
-
Topic Author
- Offline
- Platinum Member
-
- Posts: 403
- Thank you received: 75
uli12us,
Feel free to provide any further clarification or any helpful information. I give permission to anyone that would like to reproduce my text in any form.
hwylie,
I am not a coder by any means. I'm a guy that breaks stuff and then figures out how it broke

Jorgefv,
python-imaging-tk : Depends: python-imaging (= 1.1.7-4) but 3.1.2-0ubuntu1.1 is to be installed
E: Unable to correct problems, you have held broken packages.
Have you looked at Launchpad to see if this package is a dependency that is dependent on a larger package?
Are you still having an issue with this? If so post back here and I will help you out. I would need the complete console printout to help you however.
Please Log in or Create an account to join the conversation.
- Jorgefv
- Offline
- Senior Member
-
- Posts: 52
- Thank you received: 0
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