Cannon LBP 2900 Printer Problem Fixed
Cannon LBP 2900 Printer Problem Fixed
2. Install debian package (right click and open with Gdebi package)
if Gdebi package is not available download it from software center
3. Run this command on terminal
sudo service cups restart
4. check service status
sudo service ccpd status
(we need to restart cups every time when system restart so create startup process for it)
to create start up process
Create printer.sh file and type this and save it
#!/bin/sh
# RUN ##############################################
# make -f OS_restart.mk
restart:
echo "On restart:"
sudo service cups restart
sudo /usr/sbin/lpadmin -p LBP2900 -m CNCUPSLBP2900CAPTK.ppd -v ccp://localhost:59787 -E
sudo /usr/sbin/ccpdadmin -p LBP2900 -o /dev/usb/lp0
sudo service ccpd start
sudo service ccpd status
create printer.desktop file and type this command and save it
[Desktop Entry]
Name=Printer autostart
Exec=gksu /etc/CannonPrint/printer.sh
Type=Application
Terminal=false
and follow the following process
1. sudo mkdir '/etc/CannonPrint'
2. sudo cp <drag printer.sh file> '/etc/CannonPrint/'
3. sudo cp <drag printer.desktop file' '/etc/xdg/autostart/'
4. sudo chmod a+x '/etc/CannonPrint/printer.sh'
5. sudo chmod a+x '/etc/xdg/autostart/printer.desktop'
6. restart the system
this process create the startup program and ask system password in every time when system restart and continue the printing process
0 Comments
thank you for your comment