Quote:
Originally Posted by Lucas Malor
Yes, it works on the PC, not on the notebook. I installed on both the cnijfilter2-5.90-1-deb Canon proprietary drivers. I also tried to connect the notebook to the router with a LAN cable, but no luck. With the USB cable it works.
|
The URI will differ for USB connectivity of course. When configured as a network printer, share the output of the following command
Quote:
The only difference I see is that on the PC I have Lubuntu 20.04 with CUPS 2.3.3, while on the notebook I have 18.04 with CUPS 2.2.7.
|
That may well be relevant here, although you'd need to check the error_log to gain more knowledge about what is failing when attempting to print. Sometimes , it is necessary to put CUPS in to debug logging mode (more verbose output) to help with the diagnostics. That can be done with
Code:
sudo cupsctl --debug-logging
The error log can contain lengthy output from previous print jobs. You can remove it (as root) and it will be recreated when CUPS is restarted. A print job can be sent, and observe messages (filter-related or errors) with something like...
Code:
egrep -iA4 "filter|error" /var/log/cups/error_log
That may illuminate where the source of the trouble is, although since you have reported that the same driver works when USB connectivity is in play, it may well be with the Canon network backend itself somehow.