LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 12-21-2010, 05:26 AM   #1
SIFE
LQ Newbie
 
Registered: Apr 2009
Posts: 9

Rep: Reputation: 0
Fail to print with Canon LBP3010


After I install my print Canon LBP3010 following this instruction:
Code:
[root@localhost ]#cd CAPT_Printer_Driver_for_Linux_V190_uk_EN/Driver/RPM
[root@localhost RPM]#rmp -ivh cndrvcups-capt-1.90-1.i386.rpm
[root@localhost RPM]#rpm -ivh  cndrvcups-common-1.90-1.i386.rpm

[root@localhost RPM]#/usr/sbin/lpadmin -p LBP3010 -m CNCUPSLBP3050CAPTK.ppd -v ccp:/var/ccpd/fifo0 -E
[root@localhost RPM]#/usr/sbin/ccpdadmin -p LBP3010 -o /dev/usb/lp0

 CUPS_ConfigPath = /etc/cups/
 LOG Path        = None
 UI Port         = 59787

 Entry Num  : Spooler   : Backend       : FIFO path             : Device Path   : Status 
 ----------------------------------------------------------------------------
     [0]    : LBP3010   : ccp           : /var/ccpd/fifo0       : /dev/usb/lp0  : New!!
[root@localhost RPM]#/etc/init.d/ccpd restart 
Shutting down /usr/sbin/ccpd:                              [FAILED]
.tarting /usr/sbin/ccpd:                                   [  OK  ]
[root@localhost RPM]# /etc/init.d/ccpd restart
Shutting down /usr/sbin/ccpd:                              [  OK  ]
.tarting /usr/sbin/ccpd:                                   [  OK  ]
[root@localhost RPM]# /etc/init.d/cups restart
Stopping cups:                                             [  OK  ]
Starting cups:                                             [  OK  ]
[root@localhost RPM]# /etc/init.d/ccpd status  
/usr/sbin/ccpd: 25921 25919
[root@localhost RPM]# captstatusui -P LBP3010 &  
[1] 26000
[root@localhost RPM]# dmesg|tail  
drivers/usb/class/usblp.c: usblp0: removed
usb 1-2: new high speed USB device using ehci_hcd and address 4
usb 1-2: configuration #1 chosen from 1 choice
drivers/usb/class/usblp.c: usblp0: USB Bidirectional printer dev 4 if 0 alt 0 proto 2 vid 0x04A9 pid 0x26DA
captmoncnab8[25908]: segfault at 00000000f7503acf rip 00000000f7503acf rsp 00000000f7501d60 error 14
usb 1-2: USB disconnect, address 4
drivers/usb/class/usblp.c: usblp0: removed
usb 1-2: new high speed USB device using ehci_hcd and address 5
usb 1-2: configuration #1 chosen from 1 choice
drivers/usb/class/usblp.c: usblp0: USB Bidirectional printer dev 5 if 0 alt 0 proto 2 vid 0x04A9 pid 0x26DA
Now if I print any page from pdf or web browser I get this message:
Code:
pstocapt3 write error,32.
I also try this solution but no home:
Code:
chown lp:lp /var/ccpd/fifo0
 
Old 12-22-2010, 02:37 PM   #2
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Hi SIFE,

load the driver down on this site: http://de.software.canon-europe.com/...re/0039340.asp
the name of the tarball is CAPT_Printer_Driver_for_Linux_V200_uk_EN.tar.gz

unpack it and cd into the directory CAPT_Printer_Driver_for_Linux_V200_uk_EN/Src
here you can unpack the source cndrvcups-capt-2.00. in this directory you'll find the ppd file for your printer.

Then open the cups webinterface in a browser "http://localhost:631" (without the quotes) and add your printer, when asked for a ppd-file, please navigate to the directory where you've unpacked the tarball.

Be sure to configure your users to be permitted to print.

Markus
 
Old 12-26-2010, 02:33 PM   #3
SIFE
LQ Newbie
 
Registered: Apr 2009
Posts: 9

Original Poster
Rep: Reputation: 0
I tried Canon LBP 3010 version 2 before but sounds does not work my printer according to this, I tried to install it with command line and via web browser, also I permit my account to print but it doesn't help.
After searching in google and a bit in google group, I found some peapole suggest to change distro(ubuntu 9.1 and 9.5 known to print perfectly with Canon LBP 2900, 3010, 5000) and sime deep search I found that cups included with Centos 5.X have a bug.
I didn't try to install ubuntu cups package in Centos due now I printing in my friend system (he has a windows, I know ...).
 
Old 04-02-2011, 05:28 AM   #4
Pentti Poytakangas
LQ Newbie
 
Registered: Mar 2011
Location: Finland
Distribution: S64-current/multilib
Posts: 27

Rep: Reputation: 2
canon lbp5050 slack64-13.1

I get it work..
get source http://www.downloadnew.org/drivers/p...ad-516028.html
CAPT_Printer_Driver_for_Linux_V220_uk_EN.tar.gz


$ sudo /etc/rc.d/rc.cups restart
$ sudo /usr/sbin/lpadmin -p LBP5050 -m CNCUPSLBP5050CAPTK.ppd -v ccp:/var/ccpd/fifo0 -E
$ sudo /usr/sbin/ccpdadmin -p LBP5050 -o /dev/usb/lp0


$rpm2tgz cndrvcups-capt-2.20-1.i386.rpm
$rpm2tgz cndrvcups-common-2.20-1.i386.rpm
or
$rpm2tgz cndrvcups-capt-2.20-1.x86_64.rpm
$rpm2tgz cndrvcups-common-2.20-1.x86_64.rpm

#installpkg cndrvcups*.tgz

#mkdir /var/captmon

#mkdir /var/ccpd

#mkfifo /var/ccpd/fifo0

#chmod 777 /var/ccpd/fifo0

#chown root /var/ccpd/fifo0

#chmod -R a+rx /usr/share/cups/model

#/etc/rc.d/rc.cups restart

#/usr/sbin/lpadmin -p LBP5050 -m CNCUPSLBP5050CAPTK.ppd -v ccp:/var/ccpd/fifo0 -E

#/usr/sbin/ccpdadmin -p LBP5050 -o /dev/usblp0

#cp /etc/init.d/ccpd /etc/rc.d/rc.ccpd

#chmod +x /etc/rc.d/rc.ccpd

#pico /etc/rc.d/rc.local
/etc/rc.d/rc.ccpd start

#start ccpd

#/etc/rc.d/rc.ccpd start

CHECK:

#ccpdadmin
Usage:
ccpdadmin [-p Printer-name -o Printer-dev-path]
ccpdadmin [-x Remove-Printer-name]


CUPS_ConfigPath = /etc/cups/
LOG Path = None
UI Port = 59787

Entry Num : Spooler : Backend : FIFO path : Device Path : Status
----------------------------------------------------------------------------
[0] : LBP5050 : ccp : /var/ccpd/fifo0 : /dev/usblp0 :



captstatusui -P LBP5050
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Cannot print to canon i550 targettl Linux - Newbie 16 01-27-2010 01:32 AM
Canon Print Driver saran_sai Linux - Newbie 1 02-24-2009 12:38 AM
Print server with Canon alitrix Linux - Hardware 4 11-10-2005 03:54 PM
Cannot print to Canon i250 over network. NightLord Linux - Hardware 0 11-05-2005 03:19 AM
Print with Canon i865 dyrer SUSE / openSUSE 1 06-28-2005 12:35 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 09:39 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration