LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Issue with RHEL6 with parallel port communication? (https://www.linuxquestions.org/questions/linux-newbie-8/issue-with-rhel6-with-parallel-port-communication-849895/)

linuxunix 12-13-2010 05:27 AM

Issue with RHEL6 with parallel port communication?
 
I was trying out the parallel port communication on RHEL 6 but found it not working:

#echo hello > /dev/parport0
write error :Invalid argument”.

#ll > “/dev/lp0”
/dev/lp0:No such device or address

Any idea?

Tinkster 12-13-2010 11:15 PM

What does
Code:

lsmod | grep parport
say?

If that returns nothing, can you try
Code:

modprobe parport
and tell us the output?


Cheers,
Tink

linuxunix 12-14-2010 04:01 AM

A bug has already been raised https://bugzilla.redhat.com/show_bug.cgi?id=635968
Surprise to see noone commented.


All times are GMT -5. The time now is 10:50 AM.