How to setup the CANON bjc-150 or 250 printer with the new ghostscript ?

How to setup the CANON bjc-150 or 250 printer with the new ghostscript ?

Post by jg.. » Mon, 04 Jan 1999 04:00:00



Hi!

I've got the new aladdin ghostscript  5.50 (1998-9-16)
and some say that the bjc-150 and 250 printers can be used with it.
(i've got a bjc-150, and a friend of mine a bjc-250)

All i get is blank pages ...

Lpd seems to be ok. I use the new printtool from redhat 5.2 on my redhat
5.1 linux
(the old one did not work either)

Thanks in advance !

J. Gart


 
 
 

How to setup the CANON bjc-150 or 250 printer with the new ghostscript ?

Post by Cameron Spitze » Tue, 05 Jan 1999 04:00:00



>Hi!

>I've got the new aladdin ghostscript  5.50 (1998-9-16)
>and some say that the bjc-150 and 250 printers can be used with it.
>(i've got a bjc-150, and a friend of mine a bjc-250)

>All i get is blank pages ...

>Lpd seems to be ok. I use the new printtool from redhat 5.2 on my redhat
>5.1 linux
>(the old one did not work either)

FWIW I played with printtool for an hour or so and couldn't make it do
anything useful.  RH tech suppt (for which I have registered) made no
response, but it was over the holiday.  I replaced RH 5.1's old
Ghostscript with the .rpm on CTAN, quite painless and it enabled color
on the BJC-620.

To find out what printers your Ghostscript can drive, run gs in a
shell window and type
  devicenames ==
at the GS> prompt.  I think I have a bjc600 or something.
The command to read postscript and write the printer was

echo quit | gs -sDEVICE=bjc600 -sOutputFile=/dev/lp1 -dNOPAUSE printthis.ps > /tmp/gslog 2>&1

If we ever hear from Red Hat we'll do it right, meanwhile printtool
is a waste of time.

Next, we wanted point and click printing to work in Netscape, Star Office,
and Wordperfect.  Wordperfect seems to have "lpr -Plp" hardcoded
as its print spooler.  So I moved /usr/bin/lpr out of the way and put
a script in its place with the above command.  If the first arg is -Plp
it shifts it away, which makes Wordperfect happy.

Cameron

 
 
 

How to setup the CANON bjc-150 or 250 printer with the new ghostscript ?

Post by jg.. » Wed, 06 Jan 1999 04:00:00



> Hi!

> I've got the new aladdin ghostscript  5.50 (1998-9-16)
> and some say that the bjc-150 and 250 printers can be used with it.
> (i've got a bjc-150, and a friend of mine a bjc-250)

I succeeded all right !

i just configured the new printtool from redhat 5.2 with BJC600, suppress
headers, color depth 8 floyd-steinberg, send EOF

it works fine !


 
 
 

How to setup the CANON bjc-150 or 250 printer with the new ghostscript ?

Post by Michel Catuda » Fri, 08 Jan 1999 04:00:00




> >Hi!

> >I've got the new aladdin ghostscript  5.50 (1998-9-16)
> >and some say that the bjc-150 and 250 printers can be used with it.
> >(i've got a bjc-150, and a friend of mine a bjc-250)

> >All i get is blank pages ...

> >Lpd seems to be ok. I use the new printtool from redhat 5.2 on my redhat
> >5.1 linux
> >(the old one did not work either)

> FWIW I played with printtool for an hour or so and couldn't make it do
> anything useful.  RH tech suppt (for which I have registered) made no
> response, but it was over the holiday.  I replaced RH 5.1's old
> Ghostscript with the .rpm on CTAN, quite painless and it enabled color
> on the BJC-620.

> To find out what printers your Ghostscript can drive, run gs in a
> shell window and type
>   devicenames ==
> at the GS> prompt.  I think I have a bjc600 or something.
> The command to read postscript and write the printer was

> echo quit | gs -sDEVICE=bjc600 -sOutputFile=/dev/lp1 -dNOPAUSE printthis.ps > /tmp/gslog 2>&1

> If we ever hear from Red Hat we'll do it right, meanwhile printtool
> is a waste of time.

> Next, we wanted point and click printing to work in Netscape, Star Office,
> and Wordperfect.  Wordperfect seems to have "lpr -Plp" hardcoded
> as its print spooler.  So I moved /usr/bin/lpr out of the way and put
> a script in its place with the above command.  If the first arg is -Plp
> it shifts it away, which makes Wordperfect happy.

> Cameron

For netscape I put this in the window that appears
when you press on print. It will remember afterwards.
Remember that if the printer was off when you boot up
the pc it will complain that the printer doesn't exist.
Then you have to run lpc, do a man lpc, I don't remember
the details. You basically have to start the printer.

gs -dQUIET -sOutputFile=\|lpr -

in profile I put this

GS_DEVICE=bjc600
export GS_DEVICE

if you don't do that put the GS_xxx def on the same line

This works well for text. As for color it works like shit
for pictures. For simple few color printout it's ok. It seems
to soak the page with ink with stupid results.

--
Tann du plantage avec Ti-Mou?
Alors essayez donc Linux ou OS/2
http://www.netonecom.net/~bbcat/
We have software, food, music, news, search,
history, electronics and genealogy pages.

 
 
 

How to setup the CANON bjc-150 or 250 printer with the new ghostscript ?

Post by Michel Catuda » Fri, 08 Jan 1999 04:00:00




> > Hi!

> > I've got the new aladdin ghostscript  5.50 (1998-9-16)
> > and some say that the bjc-150 and 250 printers can be used with it.
> > (i've got a bjc-150, and a friend of mine a bjc-250)

> I succeeded all right !

> i just configured the new printtool from redhat 5.2 with BJC600, suppress
> headers, color depth 8 floyd-steinberg, send EOF

> it works fine !



What is your secret to get good colors? I haven't had much
success so far, it looks like shit in colors. I can't get
nice printouts like I get under OS/2.
B&W is ok but in color it tries to empty the cartridge and
it looks awfull.

--
Tann du plantage avec Ti-Mou?
Alors essayez donc Linux ou OS/2
http://www.netonecom.net/~bbcat/
We have software, food, music, news, search,
history, electronics and genealogy pages.

 
 
 

How to setup the CANON bjc-150 or 250 printer with the new ghostscript ?

Post by Michael Diabl » Fri, 22 Jan 1999 04:00:00




> >Hi!

> >I've got the new aladdin ghostscript  5.50 (1998-9-16)
> >and some say that the bjc-150 and 250 printers can be used with it.
> >(i've got a bjc-150, and a friend of mine a bjc-250)

> >All i get is blank pages ...

> >Lpd seems to be ok. I use the new printtool from redhat 5.2 on my redhat
> >5.1 linux
> >(the old one did not work either)

> FWIW I played with printtool for an hour or so and couldn't make it do
> anything useful.  RH tech suppt (for which I have registered) made no
> response, but it was over the holiday.  I replaced RH 5.1's old
> Ghostscript with the .rpm on CTAN, quite painless and it enabled color
> on the BJC-620.

Use this filter put in /etc>

Quote:> Cameron

--
The more I try, the harder it gets....uh I think...

[ filter < 1K ]
#!/bin/sh

# Set the PRINTER var to a "gs" device.
# Try gs -h for a list of drivers
# You must have nenscript installed to run this.

PRINTER=bj200
nenscript -ZB -p- | gs -q -sDEVICE=$PRINTER \
                -sPAPERSIZE=letter -dNOPAUSE \
                -dSAFER -sOutputFile=- -

 
 
 

1. Printer-Driver-for CANON BJC-150, where2find??

Hayhoo,

My machine runs with SUSE 6.4.
I'm looking 4 a driver for my printer. It's Canon BJC 150.
No Canon - Site is equiped with it.
Anyone else out in space who got da same problem??

Can't imagine that not !!

thx so far....
gerald

2. Automatically start as non-root?

3. Canon BJC-250 and Ghostscript

4. select?

5. Canon BJC-150

6. 20GB Tape Drives

7. Printing with bjc-150 canon

8. Help..XDB debugger problems

9. Need help with Canon BJC 250 Printer

10. Is there a printer driver for Canon BJC-250?

11. Printer driver for Canon BJC-250

12. Canon BJC-250 printer.