OS2World OLD-STATIC-BACKUP Forum

OS/2 - Technical => Setup & Installation => Topic started by: bbouchard on 2011.08.18, 19:34:22

Title: cups and hplip
Post by: bbouchard on 2011.08.18, 19:34:22
I have 2 printers. One Samsung ML-1610 work just fine.
The second HP ColorLaserJet CP1215 doesn't work.
Here is the message I got:
HP_Color_LaserJet_CP1215 "/cups/lib/cups/filter/hpcups.exe failed"
Is there anything to do to resolve this problem?
Title: Re: cups and hplip
Post by: djcaetano on 2011.08.19, 06:07:15
Quote from: bbouchard on 2011.08.18, 19:34:22
I have 2 printers. One Samsung ML-1610 work just fine.
The second HP ColorLaserJet CP1215 doesn't work.
Here is the message I got:
HP_Color_LaserJet_CP1215 "/cups/lib/cups/filter/hpcups.exe failed"
Is there anything to do to resolve this problem?

  Hi!,

  I could not make my HP CP1515n work with CUPS... but I was able to
use the PostScript PSD available at Linux driver package and convert
it to a valid eCS PostScript driver using the "Add printer drivers" provided
with eCS 2.x.

  Regards,

  Daniel Caetano
Title: Re: cups and hplip
Post by: Paul Smedley on 2011.08.19, 12:04:32
Quote from: bbouchard on 2011.08.18, 19:34:22
I have 2 printers. One Samsung ML-1610 work just fine.
The second HP ColorLaserJet CP1215 doesn't work.
Here is the message I got:
HP_Color_LaserJet_CP1215 "/cups/lib/cups/filter/hpcups.exe failed"
Is there anything to do to resolve this problem?

I'll bet you're missing a GCC runtime DLL.

try running \cups\lib\cups\filter\hpcups.exe from the command line and see what error is returned.

Cheers,

Paul
Title: Re: cups and hplip
Post by: bbouchard on 2011.08.19, 15:37:19
Thank for your reply.

running \cups\lib\cups\filter\hpcups.exe

I got:

prnt/hpcups/HPCupsFilter.cpp 66: ERROR: hpcups.exe job-id user title copies options [file]

Under x:\ecs\dll\ I have a series of gcc files
gcc322, gcc335, gcc432, gcc434, gcc442, gcc444, gcc452
ecs version is 2.0

Title: Re: cups and hplip
Post by: Paul Smedley on 2011.08.20, 12:20:09
Quote from: bbouchard on 2011.08.19, 15:37:19
Thank for your reply.

running \cups\lib\cups\filter\hpcups.exe

I got:

prnt/hpcups/HPCupsFilter.cpp 66: ERROR: hpcups.exe job-id user title copies options [file]

Under x:\ecs\dll\ I have a series of gcc files
gcc322, gcc335, gcc432, gcc434, gcc442, gcc444, gcc452
ecs version is 2.0


Not what I was expecting... to understand the problem further, try the following:

1) close cupsd.exe
2) edit \cups\etc\cups\cupsd.conf
    change Loglevel from info to Debug
3) remove \cups\var\log\cups\error_log
4) restart cupsd.exe and try a test print
5) close cupsd
6) send error_log to paul at smedley dot id dot au

Thanks,

Paul
Title: Re: cups and hplip
Post by: Paul Smedley on 2011.08.20, 12:21:05
Hi Daniel,

Quote from: djcaetano on 2011.08.19, 06:07:15
Quote from: bbouchard on 2011.08.18, 19:34:22
I have 2 printers. One Samsung ML-1610 work just fine.
The second HP ColorLaserJet CP1215 doesn't work.
Here is the message I got:
HP_Color_LaserJet_CP1215 "/cups/lib/cups/filter/hpcups.exe failed"
Is there anything to do to resolve this problem?

  Hi!,

  I could not make my HP CP1515n work with CUPS... but I was able to
use the PostScript PSD available at Linux driver package and convert
it to a valid eCS PostScript driver using the "Add printer drivers" provided
with eCS 2.x.

  Regards,

  Daniel Caetano

I'd be interested to hear more about your problems with hplip....

Cheers,

Paul