These are just the commands i used , i am also adding the url's that helped me at the end
Uninstalling Previous installation
$ su
# /usr/sbin/ccpdadmin -x LBP2900
# dpkg -P cndrvcups-capt
# dpkg -P cndrvcups-common
//****checking common print driver is available *****//oprp opvp
moshe@moshe-desktop:~$ gs -h | grep opvp
oce9050 oki182 oki4w okiibm omni oprp opvp paintjet pam pbm pbmraw pcl3
moshe@moshe-desktop:~$ gs -h | grep opvp
oce9050 oki182 oki4w okiibm omni oprp opvp paintjet pam pbm pbmraw pcl3
moshe@moshe-desktop:~/printer driver/canon/CAPT_Printer_Driver_for_Linux_V200_uk_EN/Driver/Debian$ ls
cndrvcups-capt_2.00-2_i386.deb cndrvcups-common_2.00-2_i386.deb
moshe@moshe-desktop:~/printer driver/canon/CAPT_Printer_Driver_for_Linux_V200_uk_EN/Driver/Debian$ sudo dpkg -i cndrvcups-common_2.00-2_i386.deb
[sudo] password for moshe:
Selecting previously deselected package cndrvcups-common.
(Reading database ... 212025 files and directories currently installed.)
Unpacking cndrvcups-common (from cndrvcups-common_2.00-2_i386.deb) ...
Setting up cndrvcups-common (2.00-2) ...
moshe@moshe-desktop:~/printer driver/canon/CAPT_Printer_Driver_for_Linux_V200_uk_EN/Driver/Debian$ sudo dpkg -i cndrvcups-capt_2.00-2_i386.deb
Selecting previously deselected package cndrvcups-capt.
(Reading database ... 212085 files and directories currently installed.)
Unpacking cndrvcups-capt (from cndrvcups-capt_2.00-2_i386.deb) ...
Setting up cndrvcups-capt (2.00-2) ...
Processing triggers for ureadahead ...
ureadahead will be reprofiled on next reboot
moshe@moshe-desktop:~/printer driver/canon/CAPT_Printer_Driver_for_Linux_V200_uk_EN/Driver/Debian$ sudo /etc/init.d/cups restart
* Restarting Common Unix Printing System: cupsd [ OK ]
moshe@moshe-desktop:~/printer driver/canon/CAPT_Printer_Driver_for_Linux_V200_uk_EN/Driver/Debian$ sudo /usr/sbin/lpadmin -p LBP2900 -m CNCUPSLBP2900CAPTK.ppd -v ccp:/var/ccpd/fifo0 -E
moshe@moshe-desktop:~/printer driver/canon/CAPT_Printer_Driver_for_Linux_V200_uk_EN/Driver/Debian$ sudo /usr/sbin/ccpdadmin -p LBP2900 -o /dev/usb/lp0
CUPS_ConfigPath = /etc/cups/
LOG Path = None
UI Port = 59787
Entry Num : Spooler : Backend : FIFO path : Device Path : Status
----------------------------------------------------------------------------
[0] : LBP2900 : ccp : /var/ccpd/fifo0 : /dev/usb/lp0 : New!!
moshe@moshe-desktop:~/printer driver/canon/CAPT_Printer_Driver_for_Linux_V200_uk_EN/Driver/Debian$
moshe@moshe-desktop:~/printer driver/canon/CAPT_Printer_Driver_for_Linux_V200_uk_EN/Driver/Debian$ sudo /etc/init.d/ccpd start
Starting /usr/sbin/ccpd: .
moshe@moshe-desktop:~/printer driver/canon/CAPT_Printer_Driver_for_Linux_V200_uk_EN/Driver/Debian$ captstatusui -P LBP2900
moshe@moshe-desktop:~/printer driver/canon/CAPT_Printer_Driver_for_Linux_V200_uk_EN/Driver/Debian$ su
Password:
//***to provide ccpd run access to all users edit sudoers file***//
root@moshe-desktop:/home/moshe/printer driver/canon/CAPT_Printer_Driver_for_Linux_V200_uk_EN/Driver/Debian# sudo visudo
visudo: /etc/sudoers.tmp unchanged
root@moshe-desktop:/home/moshe/printer driver/canon/CAPT_Printer_Driver_for_Linux_V200_uk_EN/Driver/Debian# sh -c "sleep 30; /usr/bin/captstatusui -P LBP2900"
root@moshe-desktop:/home/moshe/printer driver/canon/CAPT_Printer_Driver_for_Linux_V200_uk_EN/Driver/Debian#
My Special thanks
http://software.canon-europe.com/products/0010177.asp
http://sunscreen.blog.com/2010/03/31/how-to-install-the-canon-lb2900-on-ubuntu-910/
https://help.ubuntu.com/community/HardwareSupportComponentsPrinters/CanonPrinters/Canon_LBP_2900
http://www.infoworld.com/t/platforms/don%E2%80%99t-panic-seven-ways-troubleshoot-ubuntu-416
http://wiki.ubuntu.org.cn/UbuntuHelp:CanonCaptDrv190
https://help.ubuntu.com/community/CanonCaptDrv190
https://bugs.edge.launchpad.net/ubuntu/+source/cupsys/+bug/133818
http://software.canon-europe.com/software/0028622.asp?model=
https://help.ubuntu.com/community/HardwareSupportComponentsPrinters/CanonPrinters/Canon_LBP_2900
https://help.ubuntu.com/community/HardwareSupportComponentsPrinters/CanonPrinters/Canon_LBP_2900
note: restart after uninstalling the prev installation .Better to give a new name for the new installation
My Experience with open source software
In this blog i would like to explain about how to test applications using open source testing tools
Friday, September 10, 2010
Friday, October 10, 2008
Using javacode in Selenium test
Here i will list out the steps to be followed to run a java code using Selenium RC
* :Using Selenium IDE create the script
* :Export to a java code
* :Be sure the java file is in the folder specified in the package statement
* :Run selenium server
* :Compile the java file
* :Run the java file
Subscribe to:
Posts (Atom)