I cannot configure my Canon lbp2900b printer in Ubuntu 20.04. I have a dual boot of Windows 10 and Ubuntu 20.04, and it is working fine in Windows 10. When I turn on the printer in Ubuntu it is showing Configuring printer please wait...
and after some time it is showing Printer added Canon lbp2900
, but when I print a test page it's showing Printing test page
and then it is showing Printing completed
but there is no response from the printer.
I installed the driver for linux_64 from the official Canon website.
Results of lpinfo -v
:
file cups-brf:/
serial serial:/dev/ttyS0?baud=115200
network https
network beh
direct ccp
direct hp
network ipps
network http
network ipp
network socket
network lpd
direct hpfax
and the command systemctl list-units "ippusbxd" | grep service
shows nothing.
lpinfo -v
andsystemctl list-units "ippusbxd" | grep service
. – brian_p Dec 27 '20 at 16:40lpinfo -v
does not show an entry (a URI) for the ccp line. This is what should be used for the-v
option in the answer from @pLumo. A URI is where the print job is sent to. No such destination appears to exist. – brian_p Dec 28 '20 at 11:45