The printer driver must be installed in order to print from Canon LBP printers using Linux.
The printer driver files to be installed consist of:
Note
$ su
Enter the following rpm command:
# rpm -ivh cndrvcups-common-1.1X-X.i386.rpm
Note
Enter the following rpm command:
# rpm -ivh cndrvcups-capt-1.1X-X.i386.rpm
Enter the following command:
# /etc/init.d/cups restart
Note
Enter the following command:
# /usr/sbin/lpadmin -p [printer name] -m [PPD file name] -v ccp:/var/ccpd/fifo0 -E
Example: To register the LBP3200 in the print spooler as "LBP3200":
# /usr/sbin/lpadmin -p LBP3200 -m CNCUPSLBP3200CAPTK.PPD -v ccp:/var/ccpd/fifo0 -E
Note
Enter the following command.
# /usr/sbin/ccpdadmin -p [printer name] -o [printer device path]
Example: Register LBP3200 in the ccpd daemon setup file.
# /usr/sbin/ccpdadmin -p LBP3200 -o /dev/usb/lp0
Enter the following command.
# /etc/init.d/ccpd start
Note