Updating EMC2 V2.3.5 on Ubuntu 8.04 fails
23 Sep 2014 06:02 #51460
by ksanger35
Updating EMC2 V2.3.5 on Ubuntu 8.04 fails was created by ksanger35
I'm having trouble trying to upgrade to linuxcnc on ubuntu 8.04. I fail at the first step, upgrading 2.3.5 to 2.4. The repository python-numpy is not found.
linuxcnc.org downloads, state that an 8.04 live cd exists. Then further down the page it states to install the live cd with 2.3.5 and upgrade to 2.5. Then the instructions state you must upgrade to 2.4 first.
Unfortunately I can not run 10.04 as my hardware is too slow. 2.3.5 is giving me a limit error. It appears to be noise. It will not allow me to home any axis. I was hoping I could filter the limit input with v2.5.
linuxcnc.org downloads, state that an 8.04 live cd exists. Then further down the page it states to install the live cd with 2.3.5 and upgrade to 2.5. Then the instructions state you must upgrade to 2.4 first.
Unfortunately I can not run 10.04 as my hardware is too slow. 2.3.5 is giving me a limit error. It appears to be noise. It will not allow me to home any axis. I was hoping I could filter the limit input with v2.5.
Please Log in or Create an account to join the conversation.
23 Sep 2014 06:38 #51464
by andypugh
You can filter the limit switches in 2.3.5, there is nothing different there in 2.5. You need to use the "debounce" HAL component.
linuxcnc.org/docs/html/man/man9/debounce.9.html
You can probably set the debounce time quite long, the machine won't go all that far past the end-stops in 1mS.
Replied by andypugh on topic Updating EMC2 V2.3.5 on Ubuntu 8.04 fails
2.3.5 is giving me a limit error. It appears to be noise. It will not allow me to home any axis. I was hoping I could filter the limit input with v2.5.
You can filter the limit switches in 2.3.5, there is nothing different there in 2.5. You need to use the "debounce" HAL component.
linuxcnc.org/docs/html/man/man9/debounce.9.html
You can probably set the debounce time quite long, the machine won't go all that far past the end-stops in 1mS.
The following user(s) said Thank You: ksanger35
Please Log in or Create an account to join the conversation.
23 Sep 2014 06:40 #51465
by andypugh
Replied by andypugh on topic Updating EMC2 V2.3.5 on Ubuntu 8.04 fails
And to answer the real question, have you tried getting the 2.5 package direct from the buildbot?
buildbot.linuxcnc.org
buildbot.linuxcnc.org
Please Log in or Create an account to join the conversation.
23 Sep 2014 14:43 #51476
by cncbasher
Replied by cncbasher on topic Updating EMC2 V2.3.5 on Ubuntu 8.04 fails
i would also look at updating your system , as of ver 2.6 the older versions are are being retired , so updating long term will give you problems
perhaps now is the time to look at your pc and look towards using version 2.6.3 on a more appropriate pc for the future ..
perhaps now is the time to look at your pc and look towards using version 2.6.3 on a more appropriate pc for the future ..
Please Log in or Create an account to join the conversation.
23 Sep 2014 14:57 #51479
by ArcEye
8.04 is dead, in fact so is 10.04
There is still some backported and specially built support to be had from launchpad
launchpad.net/ubuntu/hardy/+package/python-numpy
This shows you how to add it to your apt sources.list
ubuntuforums.org/showthread.php?t=865741
regards
Replied by ArcEye on topic Updating EMC2 V2.3.5 on Ubuntu 8.04 fails
I'm having trouble trying to upgrade to linuxcnc on ubuntu 8.04. I fail at the first step, upgrading 2.3.5 to 2.4. The repository python-numpy is not found.
8.04 is dead, in fact so is 10.04
There is still some backported and specially built support to be had from launchpad
launchpad.net/ubuntu/hardy/+package/python-numpy
This shows you how to add it to your apt sources.list
ubuntuforums.org/showthread.php?t=865741
regards
The following user(s) said Thank You: ksanger35
Please Log in or Create an account to join the conversation.
23 Sep 2014 23:04 - 23 Sep 2014 23:16 #51493
by ksanger35
Replied by ksanger35 on topic Updating EMC2 V2.3.5 on Ubuntu 8.04 fails
Andypugh; Thanks. I will try implementing a hal filter. Though I think I will try disabling limits, and shorting them out one at a time to see if I can find an open in the wiring. Didn't have stranded wire available and maybe its opening up.
Do you have a source for how to use hal to debounce and input?
Do you have a source for how to use hal to debounce and input?
Last edit: 23 Sep 2014 23:16 by ksanger35.
Please Log in or Create an account to join the conversation.
23 Sep 2014 23:05 - 23 Sep 2014 23:19 #51494
by ksanger35
Replied by ksanger35 on topic Updating EMC2 V2.3.5 on Ubuntu 8.04 fails
I did not try uninstalling 2.3.5 yet to install 2.5 directly. I have seen posts that additional software may require to be deleted too though its not clear if that will be required from the ubuntu 8.04 emc2 liveCD. The posts state that additional files need to be deleted if one compiles emc2 on your system. Installing 2.5 direclty will be my last resort if the upgrade path does not work.
Last edit: 23 Sep 2014 23:19 by ksanger35.
Please Log in or Create an account to join the conversation.
23 Sep 2014 23:09 #51495
by ksanger35
Replied by ksanger35 on topic Updating EMC2 V2.3.5 on Ubuntu 8.04 fails
I have acquired another PC that might be able to run 10.04 that I have not tested yet. This would be my third choice, and depending on how it tests I may do it sooner.
Then I have an XP box that I use as a print server. If I upgrade to a win7 box for printing I could repurpose the xp box and run a later version of ubuntu. This is my fourth option as I"ld rather not buy a used win7 box to replace xp.
Then I have an XP box that I use as a print server. If I upgrade to a win7 box for printing I could repurpose the xp box and run a later version of ubuntu. This is my fourth option as I"ld rather not buy a used win7 box to replace xp.
Please Log in or Create an account to join the conversation.
23 Sep 2014 23:15 #51496
by ksanger35
Replied by ksanger35 on topic Updating EMC2 V2.3.5 on Ubuntu 8.04 fails
ArcEye; Thank you for the repository links and instructions. I'll try testing my wiring some more first, AndyPugh's hal debounce suggestion second, then continue to try to upgrade to 2.5 before working on a newer replacement PC. I'm currently using a 386 circa 1991. Unfortunately I'm at 800 MHz and 756 MB of ram.
Please Log in or Create an account to join the conversation.
Time to create page: 0.073 seconds