LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   unable to load parallel port drivers for cups (https://www.linuxquestions.org/questions/linux-hardware-18/unable-to-load-parallel-port-drivers-for-cups-349115/)

bipins1979 08-02-2005 02:40 AM

unable to load parallel port drivers for cups
 
Hi
I am using cups-1.1.23, my parallel port devices is not getting loaded. "lpinfo -v" dosent list "direct parallel:/dev/lp0".. how do i include it ??

otchie1 08-05-2005 12:43 PM

? lp and cups are two differnet methods of controlling print servers. Which one you wanna use?

Best way to configure CUPS is via the browser, port 631 on the server ip gets you there.

maroonbaboon 08-05-2005 09:52 PM

Not sure what the 'lpinfo' command does. But a parallel printer installed under CUPS should certainly show up as parallel:/dev/lp0.

Check the output of 'lsmod' for kernel module 'lp'. If it's not there you could try loading it with 'modprobe lp'. It should automatically also load the 'parport' module. Then see if you can find your printer with the CUPS interface described in the previous post.

kopte 09-03-2005 03:19 PM

You have to load the parallel port modules and restart cups.

sh> modprobe lp

to verify if drivers are loaded

sh> lsmod | grep parport
parport_pc 24388 1
parport 30792 2 parport_pc,lp

Greetings
Kopte


All times are GMT -5. The time now is 09:00 AM.