Use this command to see port addresses for motherboard parallel ports and any 
other parallel port that is properly identified as a parallel port.

cat /proc/ioports | grep parport

This won't work for some add in card ports that are not properly recognized as 
parallel ports by the Linux kernel.  Those cards may still work with Linuxcnc, 
but you'll need to use lspci to look up their addresses.

Todd Zuercher
P. Graham Dunn Inc.
630 Henry Street 
Dalton, Ohio 44618
Phone:  (330)828-2105ext. 2031

-----Original Message-----
From: andy pugh <bodge...@gmail.com> 
Sent: Wednesday, May 05, 2021 3:32 AM
To: Enhanced Machine Controller (EMC) <emc-users@lists.sourceforge.net>
Subject: Re: [Emc-users] Can't find the PP. Where is lspci or equiv ?

[EXTERNAL EMAIL] Be sure links are safe.

On Wed, 5 May 2021 at 03:19, John Dammeyer <jo...@autoartisans.com> wrote:

>
> Interesting.  Hadn't thought to use verbose.  What's even more 
> interesting is my parallel port doesn't show up in the list.
>

Motherboard P-Ports are not always on the PCI bus. Those show up with cat 
/proc/ioports

--
atp
"A motorcycle is a bicycle with a pandemonium attachment and is designed for 
the especial use of mechanical geniuses, daredevils and lunatics."
— George Fitch, Atlanta Constitution Newspaper, 1912

_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to