Re-installing LinuxCNC on old Intel Atom D525
- MilchstrabeStern
- Offline
- New Member
Less
More
- Posts: 4
- Thank you received: 1
29 Nov 2023 21:27 #286816
by MilchstrabeStern
Re-installing LinuxCNC on old Intel Atom D525 was created by MilchstrabeStern
I inherited an old CNC setup for a milling machine. It's a Gecko G540 driver interfaced to a Linux box running LinuxCNC with a parallel port. Recently I was trying to make some small changes to the machine, but discovered I couldn't do anything of that nature since I didn't know the admin user password, nor the root password. Everything was working fine, and the machine was configured to login automatically, so I could still get into LinuxCNC and use it.
After a few futile attempts to recover and reset the passwords though I decided to start fresh, and am now a little stuck. This is old hardware, and I'm not even sure it's 64-bit -- the processor supports 64-bit, but I'm not sure the motherboard does as when I tried to install a 64-bit version of Lubuntu it crashed, but a 32-bit version installed fine.
Realising that LinuxCNC is not installed ontop of an OS, but as it's own complete system, I tried writing the old 10.04 images here: www.linuxcnc.org/iso/ to my USB and booting those, but they seem to be ignored and aren't showing up as boot media in the BIOS. Maybe this is the disk image writer tool I'm using (I'm just using the Rasperry Pi imager I already had installed). This worked for other images I wrote on this USB drive and on this machine, e.g. the Lubuntu images, but maybe I need to try a different imager for LinuxCNC.
Ideally I'd like to update the hardware, but this seem non-trivial given I need the parallel port to interface with the Gecko G540 controller, and they aren't exactly shipping boxes with parallel ports these days.
After a few futile attempts to recover and reset the passwords though I decided to start fresh, and am now a little stuck. This is old hardware, and I'm not even sure it's 64-bit -- the processor supports 64-bit, but I'm not sure the motherboard does as when I tried to install a 64-bit version of Lubuntu it crashed, but a 32-bit version installed fine.
Realising that LinuxCNC is not installed ontop of an OS, but as it's own complete system, I tried writing the old 10.04 images here: www.linuxcnc.org/iso/ to my USB and booting those, but they seem to be ignored and aren't showing up as boot media in the BIOS. Maybe this is the disk image writer tool I'm using (I'm just using the Rasperry Pi imager I already had installed). This worked for other images I wrote on this USB drive and on this machine, e.g. the Lubuntu images, but maybe I need to try a different imager for LinuxCNC.
Ideally I'd like to update the hardware, but this seem non-trivial given I need the parallel port to interface with the Gecko G540 controller, and they aren't exactly shipping boxes with parallel ports these days.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19106
- Thank you received: 6398
29 Nov 2023 22:49 #286819
by tommylight
Replied by tommylight on topic Re-installing LinuxCNC on old Intel Atom D525
Try the Wheezy ISO, use Balena etcher or Rufus or ....
But first, if you can still boot the old system, copy the contents of home/user_name/emc2 or home/user_name/linuxcnc to another USB, that will save time in setting up everything to a simple copy/paste/run.
But first, if you can still boot the old system, copy the contents of home/user_name/emc2 or home/user_name/linuxcnc to another USB, that will save time in setting up everything to a simple copy/paste/run.
Please Log in or Create an account to join the conversation.
- MilchstrabeStern
- Offline
- New Member
Less
More
- Posts: 4
- Thank you received: 1
30 Nov 2023 05:03 #286840
by MilchstrabeStern
Replied by MilchstrabeStern on topic Re-installing LinuxCNC on old Intel Atom D525
So the 2.7.14 wheezy iso worked, and with minimal changes to my old configuration files.
However, I've been trying to add a gamepad as a pendant, following these instructions: wiki.linuxcnc.org/cgi-bin/wiki.pl? Simple_Remote_Pendant but ran into some issues because the halui components axis.N.analog do not seem to exist in 2.7. So I tried upgrading to the wheezy 2.8 release following these instructions: buildbot.linuxcnc.org/ but was ultimately unsuccessful. I had a lot of authentication issues with the wheezy related repositories, maybe because it's unsupported at this point. In any case I thought I could just side-step the whole thing by downloading the 2.8 buster iso, but I can't get those to install on this hardware.
So I'll probably go back to 2.7 on wheezy and see if I can find a work around your the gamepad setup.
However, I've been trying to add a gamepad as a pendant, following these instructions: wiki.linuxcnc.org/cgi-bin/wiki.pl? Simple_Remote_Pendant but ran into some issues because the halui components axis.N.analog do not seem to exist in 2.7. So I tried upgrading to the wheezy 2.8 release following these instructions: buildbot.linuxcnc.org/ but was ultimately unsuccessful. I had a lot of authentication issues with the wheezy related repositories, maybe because it's unsupported at this point. In any case I thought I could just side-step the whole thing by downloading the 2.8 buster iso, but I can't get those to install on this hardware.
So I'll probably go back to 2.7 on wheezy and see if I can find a work around your the gamepad setup.
Please Log in or Create an account to join the conversation.
30 Nov 2023 06:05 - 30 Nov 2023 06:07 #286844
by Unlogic
Replied by Unlogic on topic Re-installing LinuxCNC on old Intel Atom D525
I think axis.N.analog has been renamed halui.joint.N.analog in recent versions.
linuxcnc.org/docs/html/man/man1/halui.1.html
linuxcnc.org/docs/html/man/man1/halui.1.html
Last edit: 30 Nov 2023 06:07 by Unlogic.
Please Log in or Create an account to join the conversation.
- MilchstrabeStern
- Offline
- New Member
Less
More
- Posts: 4
- Thank you received: 1
30 Nov 2023 06:32 #286845
by MilchstrabeStern
Replied by MilchstrabeStern on topic Re-installing LinuxCNC on old Intel Atom D525
I'm running 2.7, and the issue I was getting was saying that neither the axis.N.analog, nor the joint.N.analog existed -- but the axis.N.analog values I had were axis.x.analog, axis.y.analog, etc. Maybe I should try 0, 1, and 3 instead of x, y, z.
I also didn't see mention of the "analog" in the 2.7 manual, so I assumed it was introduced later.
But looking at this now: linuxcnc.org/docs/2.7/html/gui/halui.html#_halui_pin_reference
It seems like maybe I can use jog.N.analog?
I also didn't see mention of the "analog" in the 2.7 manual, so I assumed it was introduced later.
But looking at this now: linuxcnc.org/docs/2.7/html/gui/halui.html#_halui_pin_reference
It seems like maybe I can use jog.N.analog?
Please Log in or Create an account to join the conversation.
- MilchstrabeStern
- Offline
- New Member
Less
More
- Posts: 4
- Thank you received: 1
01 Dec 2023 03:33 #286927
by MilchstrabeStern
Replied by MilchstrabeStern on topic Re-installing LinuxCNC on old Intel Atom D525
Alright we're in business!
2.7 Wheezy is running great.
Using jog.0.analog, etc, instead of axis.0.analog etc also worked for the gamepad control.
Thanks for the help.
2.7 Wheezy is running great.
Using jog.0.analog, etc, instead of axis.0.analog etc also worked for the gamepad control.
Thanks for the help.
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19106
- Thank you received: 6398
01 Dec 2023 22:28 #287001
by tommylight
Replied by tommylight on topic Re-installing LinuxCNC on old Intel Atom D525
Am i included in that business?Alright we're in business!
Please Log in or Create an account to join the conversation.
Time to create page: 0.179 seconds