Re: [Emc-users] Can't find the PP. Where is lspci or equiv ?

2021-05-04 Thread John Dammeyer
> From: Jon Elson [mailto:el...@pico-systems.com] > On 05/04/2021 07:26 PM, John Dammeyer wrote: > >> > > I thought I'd try that on my LinuxCNC system. With or without sudo it does > > print a list of all the devices but it doesn't tell me the > actual port address of the standard port on the

Re: [Emc-users] Pi4 LinuxCNC

2021-05-04 Thread Ralph Stirling
The only 64 bit OS for Rpi is still in bera, so you would have to work hard to find it and install it. I dug around last week to verify that. The "v7l" in the image name and in uname -a is for 32bit. -- Ralph On May 4, 2021 5:37 PM, John Dammeyer wrote: CAUTION: This email originated from

Re: [Emc-users] Can't find the PP. Where is lspci or equiv ?

2021-05-04 Thread Jon Elson
On 05/04/2021 07:26 PM, John Dammeyer wrote: I thought I'd try that on my LinuxCNC system. With or without sudo it does print a list of all the devices but it doesn't tell me the actual port address of the standard port on the machine (0x378) which I know because when I dual boot it into

Re: [Emc-users] Pi4 LinuxCNC

2021-05-04 Thread Gene Heskett
On Tuesday 04 May 2021 20:36:36 John Dammeyer wrote: > > From: Robert Murphy [mailto:robert.mur...@gmx.com] > > > > file /bin/bash ? > > > > On 5/5/21 9:53 am, John Dammeyer wrote: > > > How can I find out if the Pi4 running LinuxCNC is an ARM64 or 32 > > > bit version? Is there a clue with uname

Re: [Emc-users] Pi4 LinuxCNC

2021-05-04 Thread Gene Heskett
On Tuesday 04 May 2021 19:53:49 John Dammeyer wrote: > How can I find out if the Pi4 running LinuxCNC is an ARM64 or 32 bit > version? Is there a clue with uname -a? > > John > Linux rpi4.coyote.den 4.19.71-rt24-v7l+ #1 SMP PREEMPT RT Thu Feb 6 07:09:18 EST 2020 armv7l GNU/Linux the armv7l is

Re: [Emc-users] Pi4 LinuxCNC

2021-05-04 Thread John Dammeyer
> From: Robert Murphy [mailto:robert.mur...@gmx.com] > > file /bin/bash ? > > On 5/5/21 9:53 am, John Dammeyer wrote: > > How can I find out if the Pi4 running LinuxCNC is an ARM64 or 32 bit > > version? > > Is there a clue with uname -a? > > > > John So if it says ELF 32-bit LSB executable

Re: [Emc-users] Can't find the PP. Where is lspci or equiv ?

2021-05-04 Thread John Dammeyer
> From: Jon Elson [mailto:el...@pico-systems.com] > > > > > On some installs, for some reason, lspci is not listed in > the right library, and you have to use > /sbin/lspci > > I have no idea why, might be a Debian idea. > > You DO have to run it under sudo or with privileges to see > all the

Re: [Emc-users] Pi4 LinuxCNC

2021-05-04 Thread Robert Murphy
file /bin/bash ? On 5/5/21 9:53 am, John Dammeyer wrote: How can I find out if the Pi4 running LinuxCNC is an ARM64 or 32 bit version? Is there a clue with uname -a? John ___ Emc-users mailing list Emc-users@lists.sourceforge.net

Re: [Emc-users] Can't find the PP. Where is lspci or equiv ?

2021-05-04 Thread Jon Elson
On 05/04/2021 02:01 PM, Ed wrote: Updating an old retrofit that uses step servos, Gecko 320's. I tried using lspci to find the ports (onboard and an addon ) and no such animal as lspci. Is there another good way to find the ports? On some installs, for some reason, lspci is not listed in

[Emc-users] Pi4 LinuxCNC

2021-05-04 Thread John Dammeyer
How can I find out if the Pi4 running LinuxCNC is an ARM64 or 32 bit version? Is there a clue with uname -a? John ___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

Re: [Emc-users] Can't find the PP. Where is lspci or equiv ?

2021-05-04 Thread Matthew Herd
To be clear, I may have had to run install pciutils to get it to work, but I know it worked. I have install notes somewhere, but they aren’t handy. > On May 4, 2021, at 5:51 PM, andy pugh wrote: > > On Tue, 4 May 2021 at 22:06, Ed wrote: > >> Just installed 2.8 Wheezy and lspci works great.

Re: [Emc-users] Can't find the PP. Where is lspci or equiv ?

2021-05-04 Thread andy pugh
On Tue, 4 May 2021 at 22:06, Ed wrote: > Just installed 2.8 Wheezy and lspci works great. Go figure. I wouldn't recommend using Wheezy any more, though, it is well and truly out of support. With the Buster install you could try "sudo apt-get install pciutils" -- atp "A motorcycle is a

Re: [Emc-users] Can't find the PP. Where is lspci or equiv ?

2021-05-04 Thread Ed
On 5/4/21 3:18 PM, Matthew Herd wrote: I installed the LinuxCNC 2.8.0 Debian 10 Buster PREEMPT-RT ISO a few months ago direct from the downloads page (http://linuxcnc.org/downloads/ ). I can confirm that lspci worked for me. This was a Buster install. Just

Re: [Emc-users] Can't find the PP. Where is lspci or equiv ?

2021-05-04 Thread Matthew Herd
I installed the LinuxCNC 2.8.0 Debian 10 Buster PREEMPT-RT ISO a few months ago direct from the downloads page (http://linuxcnc.org/downloads/ ). I can confirm that lspci worked for me. > On May 4, 2021, at 3:58 PM, Ed wrote: > > On 5/4/21 2:46 PM, andy pugh

Re: [Emc-users] Can't find the PP. Where is lspci or equiv ?

2021-05-04 Thread Ed
On 5/4/21 2:46 PM, andy pugh wrote: On Tue, 4 May 2021 at 20:06, Ed wrote: no such animal as lspci. Try "sudo lspci". Linux denies all knowledge of commands that you don't have the rights to. I have no idea why. Comes back as  "command not found " Is there another good way to find

Re: [Emc-users] Can't find the PP. Where is lspci or equiv ?

2021-05-04 Thread andy pugh
On Tue, 4 May 2021 at 20:06, Ed wrote: > > no such animal as lspci. Try "sudo lspci". Linux denies all knowledge of commands that you don't have the rights to. I have no idea why. > Is there another good way to find the ports? cat /proc/ioports if it is an onboard one. -- atp "A motorcycle

[Emc-users] Can't find the PP. Where is lspci or equiv ?

2021-05-04 Thread Ed
Updating an old retrofit that uses step servos, Gecko 320's. I tried using lspci to find the ports (onboard and an addon ) and no such animal as lspci. Is there another good way to find the ports? Some year it is getting a Pico PWM i have setup on it but not today. Ed.

Re: [Emc-users] Maybe a minimally printed harmonic drive?

2021-05-04 Thread Gene Heskett
On Monday 03 May 2021 22:52:13 Jon Elson wrote: > On 05/03/2021 07:35 PM, Gene Heskett wrote: > > Thanks Jon, I hadn't thought of it in that exact manner, and it > > makes perfect sense. So I'll likely give it a shot in the next few > > days. > > > > Does there seem to be a golden ratio that