Re: Recent upgrade broke my canon printer

2011-08-06 Thread Rustom Mody
On Thu, Aug 4, 2011 at 9:40 AM, Rustom Mody rustompm...@gmail.com wrote:

 On Thu, Aug 4, 2011 at 8:44 AM, Rustom Mody rustompm...@gmail.com wrote:


 On the new system I see similar behavior under /dev/bus/usb
 I guess I will just have to run the ccpdadmin command with the changed
 path.
 [Ive forgotten the command -- will have to fish it out]

 Does this seem appropriate?


 No. no luck.
 On my system under /dev/bus/usb/003 with printer switched off there was
 only one 001
 With on there was (another) 003

 There was/is no /dev/bus/usb/lp0

 So what I ran was
 ccpdadmin -p LBP1210  -o /dev/bus/usb/003

 instead of (I assume)
 ccpadmin -p LBP1210 -o /dev/usb/lp0

 Obviously it did not work :-(


Hello folks!

I modprobe'd usblp module and my printer is again working.

Thanks

Rusi


Re: Recent upgrade broke my canon printer

2011-08-03 Thread Jonathan Nieder
Hi,

Rustom Mody wrote:

 I have a canon printer that has been working with debian and the canon
 supplied packages for quite a while
 Recent upgrades broke the printer is now the captstatusui gives me:

Quick context for the printing team: this printer is not currently
supported out of the box by Debian, nor by packages in the non-free
repository that accompanies it.  There is a free driver available
though I'm not sure how well it works.  Packaging work is tracked at
http://bugs.debian.org/618640


-- 
To UNSUBSCRIBE, email to debian-printing-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110803133759.GB5186@elie.Hillsp



Re: Recent upgrade broke my canon printer

2011-08-03 Thread Jonathan Nieder
Rustom Mody wrote:

 I just have one little question -- hope someone on printing team can answer:
 Who makes the /dev/usb/lp0 device?

udev.  What versions of udev and the kernel do you use?  Does
/etc/udev/rules.d contain any custom entries?


-- 
To UNSUBSCRIBE, email to debian-printing-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110803192827.GA3223@elie.Hillsp



Re: Recent upgrade broke my canon printer

2011-08-03 Thread Didier Raboud
Jonathan Nieder wrote:

 Rustom Mody wrote:
 
 I just have one little question -- hope someone on printing team can
 answer: Who makes the /dev/usb/lp0 device?
 
 udev.  What versions of udev and the kernel do you use?  Does
 /etc/udev/rules.d contain any custom entries?

Note that nowadays, cups blacklists the usblp kernel module, which forces 
you to use the usb cups backend instead.



-- 
To UNSUBSCRIBE, email to debian-printing-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/j1c8ue$aq2$1...@dough.gmane.org



Re: Recent upgrade broke my canon printer

2011-08-03 Thread Rustom Mody
On Thu, Aug 4, 2011 at 7:36 AM, Rustom Mody rustompm...@gmail.com wrote:

 Thanks Jonathan, Didier for the responses.
 On Thu, Aug 4, 2011 at 1:22 AM, Didier Raboud o...@debian.org wrote:

  Note that nowadays, cups blacklists the usblp kernel module, which
 forces
  you to use the usb cups backend instead.
 

 Yes I gathered (something like) this is the issue, though I dont
 understand the details.
 Is it possible to reverse the blacklisting and see what happens?

  Jonathan Nieder wrote:
 
   Rustom Mody wrote:
  
   I just have one little question -- hope someone on printing team can
   answer: Who makes the /dev/usb/lp0 device?
  
   udev.  What versions of udev and the kernel do you use?  Does
   /etc/udev/rules.d contain any custom entries?
 

 Not sure how this is best checked.
 Synaptic shows udev and libudev0 as
 installed: 171-3
 latest: 172-1
 That is it is upgradable. I can try doing that but dont know if this
 will only muddy the waters further :-)

 As for kernel:
 uname gives me 2.6.32-5-686
 synaptic for linux-image-2.6.32.5-686 shows installed version at
 2.6.32-31 same as latest


Small addition. Just noticed this:
The devices were originally appearing and disappearing on switching printer
on and off under /dev/usb on the old working system

On the new system I see similar behavior under /dev/bus/usb
I guess I will just have to run the ccpdadmin command with the changed path.
[Ive forgotten the command -- will have to fish it out]

Does this seem appropriate?


Re: Recent upgrade broke my canon printer

2011-08-03 Thread Rustom Mody
On Thu, Aug 4, 2011 at 8:44 AM, Rustom Mody rustompm...@gmail.com wrote:


 On the new system I see similar behavior under /dev/bus/usb
 I guess I will just have to run the ccpdadmin command with the changed
 path.
 [Ive forgotten the command -- will have to fish it out]

 Does this seem appropriate?


No. no luck.
On my system under /dev/bus/usb/003 with printer switched off there was only
one 001
With on there was (another) 003

There was/is no /dev/bus/usb/lp0

So what I ran was
ccpdadmin -p LBP1210  -o /dev/bus/usb/003

instead of (I assume)
ccpadmin -p LBP1210 -o /dev/usb/lp0

Obviously it did not work :-(