I managed to get the canon lbp-1120 to work on Ubuntu 16.04 (64bit) using the 32 bit driver as suggested here LBP1120 on Ubuntu 14.04. However once I shutdown or re-boot, it no longer works, even though the printer is showing as installed. Is it possible that on re-boot, it is defaulting back to the 64bit driver and if so, how do I delete that driver?
Asked
Active
Viewed 380 times
sudo /etc/init.d/ccpd start
and if you edit rc.local you can place it there I believe; to automate; but I have never sat down to do that .. – pdc Jan 28 '18 at 02:19/etc/init.d
which is where ccpd is; and it seems to be going off to/usr/sbin
and then telling you it can't find ccpd there; which ain't surprising; as ccpd ain't there; it is one folder down in the etc folder; so you just ran the commandsudo /etc/init.d/ccpd start
......... in the terminal? All I can suggest is copying this command from here; opening a terminal; and trying again .. – pdc Feb 01 '18 at 17:42sudo cp /etc/init.d/ccpd /usr/sbin
then look inside /usr/sbin to see if ccpd is therels /usr/sbin
then if it is there now, trysudo /etc/init.d/ccpd start
again ........... – pdc Feb 02 '18 at 02:12