locate parallel port address

Asked by Allen

Hi,

I need the command(s) to locate multipal LPT port addresses so I can run some tests.

Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Fabrício Vicente Massuia
Solved:
Last query:
Last reply:
Revision history for this message
N1ck 7h0m4d4k15 (nicktux) said :
#1

Check this thread
http://ubuntuforums.org/showthread.php?t=2060188

will help you to understand.

Regards
 NikTh

Revision history for this message
Allen (allenwg2005) said :
#2

I'm not sure if it helped me to understand or served to confuse me all the more.
This person had a problem I just need an address.

Isn't there a simple command for locating a parallel port?

Revision history for this message
Best Fabrício Vicente Massuia (fabriciovmassuia) said :
#3

You could try:

cat /proc/ioports

or

install and execute "lshw" program

Revision history for this message
Allen (allenwg2005) said :
#4

Thanx

Revision history for this message
Allen (allenwg2005) said :
#5

Thanks Fabrício Vicente Massuia, that solved my question.