public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Printer not working after world update
@ 2010-10-14 13:15 Vincent Launchbury
  2010-10-14 17:45 ` Mick
  0 siblings, 1 reply; 5+ messages in thread
From: Vincent Launchbury @ 2010-10-14 13:15 UTC (permalink / raw
  To: gentoo-user

Hi list,

I've been using my printer problem free for years, but a recent world
update seems to have broken something. Now whenever I print I get:

   (/usr/libexec/cups/filter/foomatic-rip) stopped with status 1!
   [Job 129] Job stopped due to filter errors.

and the job eventually vanishes from the queue. I've tried reinstalling
(and later downgrading) foomatic-filters, ghostscript-gpl, and cups.
I've also tried deleting and re-adding the printer, restarting cups,
restarting the printer.. etc, and nothing seems to be helping.

The foomatic-rip script says the return code 1 means "printer error
occured", but my printer's error light isn't flashing.

Also, revdep-rebuild shows nothing, and I do read ewarns. Hopefully I
haven't missed something obvious. Any ideas?

Thanks,
Vincent.

Current versions:
   foomatic-filters-3.0.20080507
   ghostscript-gpl-8.71-r1
   cups-1.3.11-r2
Printer:
   PagePro 1350W (simple ps-compat, using ppd from openprinting.org)






^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Printer not working after world update
  2010-10-14 13:15 [gentoo-user] Printer not working after world update Vincent Launchbury
@ 2010-10-14 17:45 ` Mick
  2010-10-15  4:15   ` Vincent Launchbury
  0 siblings, 1 reply; 5+ messages in thread
From: Mick @ 2010-10-14 17:45 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: Text/Plain, Size: 1371 bytes --]

On Thursday 14 October 2010 14:15:12 Vincent Launchbury wrote:
> Hi list,
> 
> I've been using my printer problem free for years, but a recent world
> update seems to have broken something. Now whenever I print I get:
> 
>    (/usr/libexec/cups/filter/foomatic-rip) stopped with status 1!
>    [Job 129] Job stopped due to filter errors.
> 
> and the job eventually vanishes from the queue. I've tried reinstalling
> (and later downgrading) foomatic-filters, ghostscript-gpl, and cups.
> I've also tried deleting and re-adding the printer, restarting cups,
> restarting the printer.. etc, and nothing seems to be helping.
> 
> The foomatic-rip script says the return code 1 means "printer error
> occured", but my printer's error light isn't flashing.
> 
> Also, revdep-rebuild shows nothing, and I do read ewarns. Hopefully I
> haven't missed something obvious. Any ideas?
> 
> Thanks,
> Vincent.
> 
> Current versions:
>    foomatic-filters-3.0.20080507
>    ghostscript-gpl-8.71-r1
>    cups-1.3.11-r2
> Printer:
>    PagePro 1350W (simple ps-compat, using ppd from openprinting.org)

Have you tried unmasking and using cups-1.4.4-r2 ?

I came up to some problems as described in a previous thread and some nice 
people in this list suggested to use a later version, which fixed some (but 
not all) of my problems.

Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Printer not working after world update
  2010-10-14 17:45 ` Mick
@ 2010-10-15  4:15   ` Vincent Launchbury
  2010-10-15  7:33     ` Mick
  2010-10-15  8:03     ` Peter Humphrey
  0 siblings, 2 replies; 5+ messages in thread
From: Vincent Launchbury @ 2010-10-15  4:15 UTC (permalink / raw
  To: gentoo-user

On 10/14/10 13:45, Mick wrote:
> Have you tried unmasking and using cups-1.4.4-r2 ?

Thanks! It didn't fix things, but it did lead me to the solution.
Apparently cups 1.4 has much more verbose logging, which pointed me to
an issue with the min12xxw driver. Cups 1.4 doesn't seem to detect USB
printers though, but fixing the driver issue and downgrading back to 1.3
got me printing again :).

> I came up to some problems as described in a previous thread and some nice 
> people in this list suggested to use a later version, which fixed some (but 
> not all) of my problems.

I guess each version has it's pros and cons. Thanks for the pointer.

Regards,
Vincent.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Printer not working after world update
  2010-10-15  4:15   ` Vincent Launchbury
@ 2010-10-15  7:33     ` Mick
  2010-10-15  8:03     ` Peter Humphrey
  1 sibling, 0 replies; 5+ messages in thread
From: Mick @ 2010-10-15  7:33 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: Text/Plain, Size: 961 bytes --]

On Friday 15 October 2010 05:15:03 Vincent Launchbury wrote:
> On 10/14/10 13:45, Mick wrote:
> > Have you tried unmasking and using cups-1.4.4-r2 ?
> 
> Thanks! It didn't fix things, but it did lead me to the solution.
> Apparently cups 1.4 has much more verbose logging, which pointed me to
> an issue with the min12xxw driver. Cups 1.4 doesn't seem to detect USB
> printers though, but fixing the driver issue and downgrading back to 1.3
> got me printing again :).
> 
> > I came up to some problems as described in a previous thread and some
> > nice people in this list suggested to use a later version, which fixed
> > some (but not all) of my problems.
> 
> I guess each version has it's pros and cons. Thanks for the pointer.

You're welcome.  Have a look at the 1.4.4-r2 USE flags.  There's a usb flag 
there which allows cups to access raw usb devices directly - you may not need 
another driver for your printer.

Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Printer not working after world update
  2010-10-15  4:15   ` Vincent Launchbury
  2010-10-15  7:33     ` Mick
@ 2010-10-15  8:03     ` Peter Humphrey
  1 sibling, 0 replies; 5+ messages in thread
From: Peter Humphrey @ 2010-10-15  8:03 UTC (permalink / raw
  To: gentoo-user

On Friday 15 October 2010 05:15:03 Vincent Launchbury wrote:

> Cups 1.4 doesn't seem to detect USB printers though, but fixing the
> driver issue and downgrading back to 1.3 got me printing again :).

It detects some but not others. I raised bug 337266 about this.


-- 
Rgds
Peter.          Linux Counter 5290, 1994-04-23.



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-10-15 17:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-14 13:15 [gentoo-user] Printer not working after world update Vincent Launchbury
2010-10-14 17:45 ` Mick
2010-10-15  4:15   ` Vincent Launchbury
2010-10-15  7:33     ` Mick
2010-10-15  8:03     ` Peter Humphrey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox