03-30-2017, 02:15 PM
Good morning, LL-user ...
Re:
Yes, your solution worked very nicely and I was able to continue the installation - Thank you!
The printer is printing now, but I still have a bit of a problem - I can only print about 3 or 4 print jobs - and then it stops working. If I want to print a 5th document, I can only do so if I reboot the computer. Its like the communication channel between the computer and printer gets "clogged" with residue from each print job, until finally the communication channel is shut off altogether. Rebooting the computer cleans the channel enough to allow more print jobs through but, again, only maybe 3 or 4 at a time. (I had this same problem with Linux Lite 2.8.)
I think the problem is with the final command, which I haven't been able to figure out exactly. This is what I've done so far:
network beh
file cups-pdf:/
network ipp14
network http
network ipps
direct cnusb:/dev/usb/lp0
network socket
network lpd
network https
network ipp
direct usb://Canon/MF4500w%20Series?serial=0122OB11185D&interface=1
direct usb://Canon/MF4500w%20Series%20FAX?serial=0122OB11185D&interface=2
network smb
janlite@janlitea1030n:~/Downloads/Linux_UFRII_PrinterDriver_V330_uk_EN/32-bit_Driver/Debian$
This now takes me to the final command, and this is what I can't quite figure out, and maybe is the reason for the communication channel getting clogged after only a few print jobs. I've tried the following 4 different variations of the command. The test page lists the driver as being CNM4500WZK.PPD.
sudo /usr/sbin/lpadmin -p Canon-MF4500w -m CNM4500ZK.ppd -v usb://Canon/MF4500w%20Series?serial=0122OB11185D&interface=1 -E
[1] 3927
-E: command not found
[1]+ Stopped sudo /usr/sbin/lpadmin -p Canon-MF4500w -m CNM4500ZK.ppd -v usb://Canon/MF4500w%20Series?serial=0122OB11185D
janlite@janlitea1030n:~/Downloads/Linux_UFRII_PrinterDriver_V330_uk_EN/32-bit_Driver/Debian$ sudo /usr/sbin/lpadmin -p Canon-MF4500w -m CNM4500ZK.ppd -v usb:direct usb://Canon/MF4500w%20Series?serial=0122OB11185D&interface=1 -E
[2] 3952
-E: command not found
[2]+ Stopped sudo /usr/sbin/lpadmin -p Canon-MF4500w -m CNM4500ZK.ppd -v usb:direct usb://Canon/MF4500w%20Series?serial=0122OB11185D
janlite@janlitea1030n:~/Downloads/Linux_UFRII_PrinterDriver_V330_uk_EN/32-bit_Driver/Debian$ sudo /usr/sbin/lpadmin -p Canon-MF4500w -m CNM4500WZK.ppd -v usb:direct usb://Canon/MF4500w%20Series?serial=0122OB11185D&interface=1 -E
[3] 4092
-E: command not found
[3]+ Stopped sudo /usr/sbin/lpadmin -p Canon-MF4500w -m CNM4500WZK.ppd -v usb:direct usb://Canon/MF4500w%20Series?serial=0122OB11185D
janlite@janlitea1030n:~/Downloads/Linux_UFRII_PrinterDriver_V330_uk_EN/32-bit_Driver/Debian$ sudo /usr/sbin/lpadmin -p Canon-MF4500w -m CNM4500WZK.ppd -v usb://Canon/MF4500w%20Series?serial=0122OB11185D&interface=1 -E
[4] 4104
-E: command not found
[4]+ Stopped sudo /usr/sbin/lpadmin -p Canon-MF4500w -m CNM4500WZK.ppd -v usb://Canon/MF4500w%20Series?serial=0122OB11185D
janlite@janlitea1030n:~/Downloads/Linux_UFRII_PrinterDriver_V330_uk_EN/32-bit_Driver/Debian$
Any suggestions for the final command? Or ideas for unclogging the channel?
Re:
(03-30-2017, 03:10 AM)LL-user link Wrote: Hi Jan,
This should do the trick:
Code:sudo apt-get install -f
Hope that helps
Yes, your solution worked very nicely and I was able to continue the installation - Thank you!
The printer is printing now, but I still have a bit of a problem - I can only print about 3 or 4 print jobs - and then it stops working. If I want to print a 5th document, I can only do so if I reboot the computer. Its like the communication channel between the computer and printer gets "clogged" with residue from each print job, until finally the communication channel is shut off altogether. Rebooting the computer cleans the channel enough to allow more print jobs through but, again, only maybe 3 or 4 at a time. (I had this same problem with Linux Lite 2.8.)
I think the problem is with the final command, which I haven't been able to figure out exactly. This is what I've done so far:
Code:
sudo apt-get install -f
sudo dpkg -i cndrvcups-ufr2-uk_3.30-1_i386.deb
sudo /etc/init.d/cups restart
/usr/sbin/lpinfo -v
file cups-pdf:/
network ipp14
network http
network ipps
direct cnusb:/dev/usb/lp0
network socket
network lpd
network https
network ipp
direct usb://Canon/MF4500w%20Series?serial=0122OB11185D&interface=1
direct usb://Canon/MF4500w%20Series%20FAX?serial=0122OB11185D&interface=2
network smb
janlite@janlitea1030n:~/Downloads/Linux_UFRII_PrinterDriver_V330_uk_EN/32-bit_Driver/Debian$
This now takes me to the final command, and this is what I can't quite figure out, and maybe is the reason for the communication channel getting clogged after only a few print jobs. I've tried the following 4 different variations of the command. The test page lists the driver as being CNM4500WZK.PPD.
sudo /usr/sbin/lpadmin -p Canon-MF4500w -m CNM4500ZK.ppd -v usb://Canon/MF4500w%20Series?serial=0122OB11185D&interface=1 -E
[1] 3927
-E: command not found
[1]+ Stopped sudo /usr/sbin/lpadmin -p Canon-MF4500w -m CNM4500ZK.ppd -v usb://Canon/MF4500w%20Series?serial=0122OB11185D
janlite@janlitea1030n:~/Downloads/Linux_UFRII_PrinterDriver_V330_uk_EN/32-bit_Driver/Debian$ sudo /usr/sbin/lpadmin -p Canon-MF4500w -m CNM4500ZK.ppd -v usb:direct usb://Canon/MF4500w%20Series?serial=0122OB11185D&interface=1 -E
[2] 3952
-E: command not found
[2]+ Stopped sudo /usr/sbin/lpadmin -p Canon-MF4500w -m CNM4500ZK.ppd -v usb:direct usb://Canon/MF4500w%20Series?serial=0122OB11185D
janlite@janlitea1030n:~/Downloads/Linux_UFRII_PrinterDriver_V330_uk_EN/32-bit_Driver/Debian$ sudo /usr/sbin/lpadmin -p Canon-MF4500w -m CNM4500WZK.ppd -v usb:direct usb://Canon/MF4500w%20Series?serial=0122OB11185D&interface=1 -E
[3] 4092
-E: command not found
[3]+ Stopped sudo /usr/sbin/lpadmin -p Canon-MF4500w -m CNM4500WZK.ppd -v usb:direct usb://Canon/MF4500w%20Series?serial=0122OB11185D
janlite@janlitea1030n:~/Downloads/Linux_UFRII_PrinterDriver_V330_uk_EN/32-bit_Driver/Debian$ sudo /usr/sbin/lpadmin -p Canon-MF4500w -m CNM4500WZK.ppd -v usb://Canon/MF4500w%20Series?serial=0122OB11185D&interface=1 -E
[4] 4104
-E: command not found
[4]+ Stopped sudo /usr/sbin/lpadmin -p Canon-MF4500w -m CNM4500WZK.ppd -v usb://Canon/MF4500w%20Series?serial=0122OB11185D
janlite@janlitea1030n:~/Downloads/Linux_UFRII_PrinterDriver_V330_uk_EN/32-bit_Driver/Debian$
Any suggestions for the final command? Or ideas for unclogging the channel?