I did the following:
- Downloaded and installed CAPT drivers v 2.6 with dpkg.
- Installed
portreserve
,gsfonts
,gsfonts-other
,gsfonts-X11
withapt-get
. - Ran
sudo service cups restart
. Then
sudo /usr/sbin/lpadmin -p LBP2900 -m CNCUPSLBP2900CAPTK.ppd -v ccp://localhost:59787 -E
Ran
sudo /usr/sbin/ccpdadmin -p LBP2900 -o /dev/usb/lp0
- Ran
sudo service ccpd start
- Ran
sudo service ccpd status
Ran
captstatusui -P LBP290
and got an error message in a window with the title LBP 2900:Check the DevicePath of /etc/ccpd.conf
The DevicePath
line in /etc/ccpd.conf
says: /dev/usb/lp0
When I checked /dev/usb
, I found only lp1
there, so I changed the entry in the DevicePath
line to /dev/usb/lp1
.
No difference to the results.
No printing done.
Can anyone help?