Results 1 to 3 of 3
hi,
i have not been able to find out the address of my pc's parallel port..
i am using linux os(mandriva).. i checked /proc/ioports
but parport is not there
pls ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-04-2007 #1Just Joined!
- Join Date
- Apr 2007
- Posts
- 2
parallel port address
hi,
i have not been able to find out the address of my pc's parallel port..
i am using linux os(mandriva).. i checked /proc/ioports
but parport is not there
pls help me find it..
thanks
- 04-05-2007 #2Just Joined!
- Join Date
- Jan 2007
- Posts
- 90
find out if the kernel is able to see your parallel port
dmesg |grep lp
if kernel was able to detect the parallel port, then there will be
lines like:
lp0: using parport0 (polling).
to find the address
cat /proc/ioports | grep parport0
which must read something like
0378-037a : parport0
whcih is the address you need i suppose.
Also, check if parallel port is enabled in your BIOS.
- 04-12-2007 #3Just Joined!
- Join Date
- Apr 2007
- Posts
- 2
thanks.. let me check


Reply With Quote
