Re: lexmark z53 printer

2003-01-01 Thread Collins
On Wed, 1 Jan 2003 15:45:01 -0500
Joel Hammer <[EMAIL PROTECTED]> wrote:

> No problem. I generated the configuration file with the lexmarkz53
> program, renamed it z53Photo.conf, and then edited the filter file to
> use that configuration file only, and renamed it z53Photo.sh
> 

[ useful scripts snipped ]

Muchas gracias!   Will file away and evaluate as soon as I have the
time.  

Right now I'm setting up a userid for my wife and checking out
everything.  Since I now have the only working scanner in the house, she
will need to learn the basics of xfce navigation, gimp, mozilla, mozilla
mail or sylpheed, and OpenOffice.

Wish me luck. 

-- 
Collins Richey - Denver Area
gentoo 1.4 system
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users



Re: lexmark z53 printer

2003-01-01 Thread Joel Hammer
No problem. I generated the configuration file with the lexmarkz53 program,
renamed it z53Photo.conf, and then edited the filter file to use that configuration 
file
only, and renamed it z53Photo.sh

First, the filter:

#!/bin/sh

DEBUG=0
PDIR=/usr/local/lexmark/z53
TMPFILE=`mktemp /tmp/lexmark.XX`

# lxgps is a little utility used to setup the
# Ghostscript parameters.  It sets two parameters
# in particular: resolution and paper size.  It
# determines what to set these to by reading the
# configuration file that is passed in.
GSPARMS=`$PDIR/lxacgsparm z53.conf`
echo $GSPARMS > parms
set > shellvalues
echo Have run this script >> shellvalues
runz53 ()
{
cat > $TMPFILE
file -b $TMPFILE | grep -i postscript > /dev/null
if [ $? -eq 0 ] ; then
gs -q -dNOPAUSE $GSPARMS -sDEVICE=ppmraw -sOutputFile=- $TMPFILE | 
$PDIR/z53 --config z53Photo.conf --dotcounts
else
file -b $TMPFILE | grep -i PDF > /dev/null
if [ $? -eq 0 ] ; then
gs -q -dNOPAUSE $GSPARMS -sDEVICE=ppmraw -sOutputFile=- 
$TMPFILE | $PDIR/z53 --config z53Photo.conf --dotcounts
else
enscript -B -o - $TMPFILE | gs -q -dNOPAUSE $GSPARMS
-sDEVICE=ppmraw -sOutputFile=- - | $PDIR/z53 --output blackonly --config z53Photo.conf 
--dotcounts
fi
fi
/bin/rm -f $TMPFILE
}

 
runz53 2> /dev/null

The only change was in the --config parameter given to the lexmark provided
driver, z53.
Now, it is not obvious, but lexmarkz53, and the lxacgsparm program in
the filter above assume  /var/spool/lexmark is the directory to store the
configuration files.  (I find these things out by using locate and
strings binaryprogram | grep spool, and so on.)
So, you don't need to provide the full pathname for the configuration file
in the --config option, just the name of the file.

Here is my z53Photo.conf:
[settings]

queue=z53-outfiles
resolution=2400
blackonly=no
mediasize=letter
quality=business
paper=glossy
cartridge=black

[outfiles]

align=/usr/local/lexmark/z53/lxacalgn.out
clean=/usr/local/lexmark/z53/lxaucln.out
photoalign=/usr/local/lexmark/z53/lxacphal.out
photoclean=/usr/local/lexmark/z53/lxauphcl.out
testpage=/usr/local/lexmark/z53/lxactstc.out

[black]

a=25
b=7
c=10
d=15
e=13
f=13

[photo]

a=15
b=8
c=15
d=15

[dotcounts]

cyan=205244387
magenta=203060491
yellow=226198509
black=321406435
dilutedcyan=0
dilutedmagenta=0

[oldblack]

black=0
blackindex=0

[oldkcm]

black=0
dilutedcyan=0
dilutedmagenta=0
photoindex=0

[oldcmy]

cyan=0
magenta=0
yellow=0
colorindex=0

=End of z53Photo.conf

This editing of programs to use different configuration files is very handy.

It can also be done with binary files, with vi -b.

The only trick there is to use the exact same number of characters for the
new file name as the old file name. This is very handy. For example, for
a while my daughter ran two version of netscape, one which did and one which
did not use a proxy server. She never had to change any settings herself,
just start the right version of netscape (ie., click on the correct icon.)

Don't forget you have to add a printcap entry, with the right print filter
name, too.
Photo:\
sh:sd=/var/spool/lpd/z53Photo:mx#0:\
:lp=/dev/lp0:\
:if=/usr/local/lexmark/z53/z53Photo.sh
:mc#1
:sh:

Joel

On Wed, Jan 01, 2003 at 12:21:36PM -0700, Collins wrote:
> On Wed, 1 Jan 2003 01:21:03 -0500
> Joel Hammer <[EMAIL PROTECTED]> wrote:
> 
> > The z53Photo.sh is one I wrote myself. You won't have it. It is just
> > z53.sh which uses a different configuration file, one that is
> > configured for glossy photo printing.
> > 
> 
> Joel,
> 
> Would you have any problem with posting your Z53Photo.sh and
> configuration file to the group?  I, for one, would like to try it out.
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users



Re: lexmark z53 printer

2003-01-01 Thread Collins
On Wed, 1 Jan 2003 01:21:03 -0500
Joel Hammer <[EMAIL PROTECTED]> wrote:

> The z53Photo.sh is one I wrote myself. You won't have it. It is just
> z53.sh which uses a different configuration file, one that is
> configured for glossy photo printing.
> 

Joel,

Would you have any problem with posting your Z53Photo.sh and
configuration file to the group?  I, for one, would like to try it out.

-- 
Collins Richey - Denver Area
gentoo 1.4 system
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users



Re: lexmark z53 printer

2003-01-01 Thread Ted Ozolins
Collins wrote:


Thanks for all the help; enjoy your rest; Happy New Year tomorrow.

Problem solved - ghostscript was gimped up.  I emerged ghostscript
(7.05) again, and now the printer works like a champ.

Tomorrow I can get back to working with some scanned pictures.

It's really great to have a simple printing system rather than all that
CUPS crap.  I guess my opposition to bloated software is showing
through. 

 

Thats the beauty of linux, choices and more choices, anything from slim 
and trim to outright bloat. : )

--
Ted Ozolins (VE7TVO)
Westbank, B. C.

Powered by Slackware 8.1, sent with Mozilla


___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users


Re: lexmark z53 printer

2003-01-01 Thread Collins
On Wed, 1 Jan 2003 02:16:31 -0500
Joel Hammer <[EMAIL PROTECTED]> wrote:

> One feature of this printer is that if a job arrives at it improperly
> formatted, the job just gets lost. I guess the printer just ignores
> it.
> 

Thanks for all the help; enjoy your rest; Happy New Year tomorrow.

Problem solved - ghostscript was gimped up.  I emerged ghostscript
(7.05) again, and now the printer works like a champ.

Tomorrow I can get back to working with some scanned pictures.

It's really great to have a simple printing system rather than all that
CUPS crap.  I guess my opposition to bloated software is showing
through. 

-- 
Collins Richey - Denver Area
gentoo 1.4 system
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users



Re: lexmark z53 printer

2002-12-31 Thread Joel Hammer
BTW, I'm heading to bed now, so, if you have any more questions tonight,
I won't see them for about 8 to 10 hours.

Joel

On Tue, Dec 31, 2002 at 11:44:23PM -0700, Collins wrote:
> On Wed, 1 Jan 2003 01:21:03 -0500
> Joel Hammer <[EMAIL PROTECTED]> wrote:
> 
> > The z53Photo.sh is one I wrote myself. You won't have it. It is just
> > z53.sh which uses a different configuration file, one that is
> > configured for glossy photo printing.
> > 
> 
> Yes.
> 
> > Can you run the lexmark configuration program, as
> > root, lexmarkz53?  
> > It should be installed in /usr/local/lexmark/z53/  although there may
> > be symbolic links in your path to it.
> 
> Wow, yes.  The test page prints!
> 
> > 
> > Are there any useful messages in one of the status files in 
> > /var/spool/lpd/z53 ?
> > 
> 
> No errors, just normal messages which would lead you to believe the
> print request worked.
> 
> -- 
> Collins Richey - Denver Area
> gentoo 1.4 system
> ___
> Linux-users mailing list
> [EMAIL PROTECTED]
> Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users



Re: lexmark z53 printer

2002-12-31 Thread Joel Hammer
One feature of this printer is that if a job arrives at it improperly
formatted, the job just gets lost. I guess the printer just ignores it.

So, are you sure you have the lexmark driver installed properly? 

At this point, I would go to the stepbystep (search filters hammer) and get
my article about print filters. At the end I dissect the filter that comes
with lexmark drivers. Note you need gs installed. I have version 6.01. You
also need enscript. You also need the driver program z53 working. You can
check to see if the filter got called by looking at the tmp file created
when the driver is activated. (This tmp file is needed to print pdf files.)

You can put debugging commands into the filter, eg:
echo Got here > /home/youruser/message
in appropriate places.

Relax, you're gonna solve this thing, you'll really like this printer,
and you will learn some useful stuff about print filters in the bargain.

Joel

On Tue, Dec 31, 2002 at 11:44:23PM -0700, Collins wrote:
> On Wed, 1 Jan 2003 01:21:03 -0500
> Joel Hammer <[EMAIL PROTECTED]> wrote:
> 
> > The z53Photo.sh is one I wrote myself. You won't have it. It is just
> > z53.sh which uses a different configuration file, one that is
> > configured for glossy photo printing.
> > 
> 
> Yes.
> 
> > Can you run the lexmark configuration program, as
> > root, lexmarkz53?  
> > It should be installed in /usr/local/lexmark/z53/  although there may
> > be symbolic links in your path to it.
> 
> Wow, yes.  The test page prints!
> 
> > 
> > Are there any useful messages in one of the status files in 
> > /var/spool/lpd/z53 ?
> > 
> 
> No errors, just normal messages which would lead you to believe the
> print request worked.
> 
> -- 
> Collins Richey - Denver Area
> gentoo 1.4 system
> ___
> Linux-users mailing list
> [EMAIL PROTECTED]
> Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users



Re: lexmark z53 printer

2002-12-31 Thread Collins
On Wed, 1 Jan 2003 01:21:03 -0500
Joel Hammer <[EMAIL PROTECTED]> wrote:

> The z53Photo.sh is one I wrote myself. You won't have it. It is just
> z53.sh which uses a different configuration file, one that is
> configured for glossy photo printing.
> 

Yes.

> Can you run the lexmark configuration program, as
> root, lexmarkz53?  
> It should be installed in /usr/local/lexmark/z53/  although there may
> be symbolic links in your path to it.

Wow, yes.  The test page prints!

> 
> Are there any useful messages in one of the status files in 
> /var/spool/lpd/z53 ?
> 

No errors, just normal messages which would lead you to believe the
print request worked.

-- 
Collins Richey - Denver Area
gentoo 1.4 system
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users



Re: lexmark z53 printer

2002-12-31 Thread Joel Hammer
The z53Photo.sh is one I wrote myself. You won't have it. It is just z53.sh
which uses a different configuration file, one that is configured for
glossy photo printing.

Can you run the lexmark configuration program, as
root, lexmarkz53?  
It should be installed in /usr/local/lexmark/z53/  although there may be
symbolic links in your path to it.

Are there any useful messages in one of the status files in 
/var/spool/lpd/z53 ?

Joel


> Well, the cake's a little dry .  I backed out cups and gimp-print
> and installed lprng, got the Lexmark driver (bummer: it's a freaking
> rpm, so I had to emerge rpm ).  The rpm, of course, found none of
> its dependencies, but they all verified (had to emerge slang), then I
> could install with --nodeps.  I'm using your printcap.  Got the spool
> directories allocated, and LPD is started, but no joy.
> 
> cat tiger.ps | lpr -P ps puts the file in the spool, but lpstat says
> there are no files to print and no server running.  checkpc only
> complains about the z53Photo.sh filter, which I don't have.
> 
> Any suggetions?
> 
> -- 
> Collins Richey - Denver Area
> gentoo 1.4 system
> ___
> Linux-users mailing list
> [EMAIL PROTECTED]
> Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users



Re: lexmark z53 printer

2002-12-31 Thread Collins
On Tue, 31 Dec 2002 17:03:34 -0500
Joel Hammer <[EMAIL PROTECTED]> wrote:

> I can't offer much advice about cups.  BTW, I gave up using CUPS when
> I had permissions problem with it. Who needs those things? lprng works
> fine. Why bother with the latest and greatest if the tried and true
> works fine? I still use ipchains.
> 
> I don't use gimp printer drivers either. lexmark supplies a nice
> configuration and testing tool with its drivers.
> 
> Basically, I just use a basic lprng setup, with the lexmark supplied
> filter specified in printcap. 
> 
> This is my printcap. It isn't pretty but it works.
> 
[ snipped ]

> ps|z53 filters jobs.
> Photo filters jobs, but I edited the filter to use a configuration
> file which prints hi quality images to photo paper. If you dissect the
> print filter, it is easy to do.
> lp is to dump the print image right to the printer. This is required
> for printing test pages, since they do not need to be formatted or
> filtered. As
> 
> I dimly recall, z53-outfiles is the magic name here for the
> configuration program to use.  

[ snipped ]

> POC (Piece of cake).
> 

Well, the cake's a little dry .  I backed out cups and gimp-print
and installed lprng, got the Lexmark driver (bummer: it's a freaking
rpm, so I had to emerge rpm ).  The rpm, of course, found none of
its dependencies, but they all verified (had to emerge slang), then I
could install with --nodeps.  I'm using your printcap.  Got the spool
directories allocated, and LPD is started, but no joy.

cat tiger.ps | lpr -P ps puts the file in the spool, but lpstat says
there are no files to print and no server running.  checkpc only
complains about the z53Photo.sh filter, which I don't have.

Any suggetions?

-- 
Collins Richey - Denver Area
gentoo 1.4 system
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users



Re: lexmark z53 printer

2002-12-31 Thread Joel Hammer
I can't offer much advice about cups.  BTW, I gave up using CUPS when
I had permissions problem with it. Who needs those things? lprng works
fine. Why bother with the latest and greatest if the tried and true
works fine? I still use ipchains.

I don't use gimp printer drivers either. lexmark supplies a nice
configuration and testing tool with its drivers.

Basically, I just use a basic lprng setup, with the lexmark supplied filter
specified in printcap. 

This is my printcap. It isn't pretty but it works.

ps|z53:\
sh:sd=/var/spool/lpd/z53:mx#0:\
:lp=/dev/lp0:\
:if=/usr/local/lexmark/z53/z53.sh  
:mc#1
:sh:

Photo:\
sh:sd=/var/spool/lpd/z53Photo:mx#0:\
:lp=/dev/lp0:\
:if=/usr/local/lexmark/z53/z53Photo.sh  
:mc#1
:sh:


lp|LP|z53-outfiles:\
:sd=/var/spool/lpd/lp:\
:mx#0:\
:lp=/dev/lp0:\
:sh:rw:

ps|z53 filters jobs.
Photo filters jobs, but I edited the filter to use a configuration file
which prints hi quality images to photo paper. If you dissect the print
filter, it is easy to do.
lp is to dump the print image right to the printer. This is required for
printing test pages, since they do not need to be formatted or filtered. As

I dimly recall, z53-outfiles is the magic name here for the configuration
program to use.  I THINK you have to have this queue available to print
test pages. If you install the lexmark drivers on your windows clients,
you would send those jobs here, too.

As I said, you just send postscript jobs to ps, and all works well. Windows
clients do fine if you choose the HP laserjet III+ driver.

POC (Piece of cake).

Joel

___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users



Re: lexmark z53 printer

2002-12-31 Thread Tom Jandl
Same problem I had with gimp-print. Have you tried foomatic & the
Lexmark drivers yet? Just curious, I have a fresh 1.4-rc2 system
compiling right now. It should be ready to set up printing next year :(.

Tom

On Tue, 2002-12-31 at 09:13, Collins wrote:

> Steps taken:
> 
> 1. Cable the printer
> 2. http://localhost:631/admin
> 3. Add printer scenario, selected parallel port, lexmark z53 and also
> tried z52, with same results
> 4. Print test page produces: The connection was refused when attempting
> to contact richeypc1.home.com (my hostname).  I also tried changing
> parameters in cups.conf to
> 
>  
> Order Deny,Allow
> Allow From All
> 
> 
>  5. cat xxx | lpr -P z53 prodcues no error
> messages that I can see. Tail of error_log is
> D [31/Dec/2002:08:01:39 -0700] UpdateJob: job 1, file 0 is complete. 
> d [31/Dec/2002:08:01:39 -0700] UpdateJob: Removing fd 3 from InputSet...
> D [31/Dec/2002:08:01:39 -0700] CancelJob: id = 1 
> D [31/Dec/2002:08:01:39 -0700] StopJob: id = 1, force= 0 
> D [31/Dec/2002:08:01:39 -0700] StopJob: printer state is 3
> d [31/Dec/2002:08:01:39 -0700] StopJob: Freeing status buffer...
> 
> This is with cups-1.1.17 gimp-print-cups-4.3.0.
> 
> -- 
> Collins Richey - Denver Area
> gentoo 1.4 system


___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users



Re: lexmark z53 printer

2002-12-31 Thread Collins
On Tue, 31 Dec 2002 06:26:30 -0500
Joel Hammer <[EMAIL PROTECTED]> wrote:

> I have  been using a lexmarkz53 for perhaps a year. It works great.
> The lexmark provided drivers work fine. I get excellent color photos
> with them.
> 
> I use this printer attached to my linux box to provide print services
> to win98 and xp clients, as well as to the linux boxes. I don't use
> any lexmark windows drivers, but send all the jobs to the linux box as
> postscript jobs. This avoids headaches and provide excellent results.
> 
> I use lprng and samba.  The printer is on the parallel port.
> 
> If I try cat file > /dev/lp0, nothing happens, either. This printer
> ignores plain text files sent to it like this. That seems to be a
> feature. I think you have to use the lexmark or other specific driver
> for this printer.
> 
> In the stepbystep I wrote about print filters, I dissect the lexmark
> filter(not the driver.)
> 
> I think Kurt bought the same printer after my exclaiming over
> the vendor provided drivers. 
> 
> So, what is the problem?  What have you done so far?
> 
> Joel
> 
> 
> On Mon, Dec 30, 2002 at 11:24:26PM -0700, Collins wrote:
> > Does anyone have one of these working on linux?
> > 
> > I just moved mine over from my windows machine, and it's a boat
> > anchor. 
> >  Drat, I just got my epson 1660 scanner working, and nowhere to
> >  print.
> > 
> > Even cat xxx >/dev/lp0 produces no response.
> > 
> > Yes, lp0 was working with my hp lj1100.
> > 
> > This printer has a USB plug, too, so I wonder if I'd get better
> > results with a USB cable?  CUPS has USB support.

Steps taken:

1. Cable the printer
2. http://localhost:631/admin
3. Add printer scenario, selected parallel port, lexmark z53 and also
tried z52, with same results
4. Print test page produces: The connection was refused when attempting
to contact richeypc1.home.com (my hostname).  I also tried changing
parameters in cups.conf to

 
Order Deny,Allow
Allow From All


 5. cat xxx | lpr -P z53 prodcues no error
messages that I can see. Tail of error_log is
D [31/Dec/2002:08:01:39 -0700] UpdateJob: job 1, file 0 is complete. 
d [31/Dec/2002:08:01:39 -0700] UpdateJob: Removing fd 3 from InputSet...
D [31/Dec/2002:08:01:39 -0700] CancelJob: id = 1 
D [31/Dec/2002:08:01:39 -0700] StopJob: id = 1, force= 0 
D [31/Dec/2002:08:01:39 -0700] StopJob: printer state is 3
d [31/Dec/2002:08:01:39 -0700] StopJob: Freeing status buffer...

This is with cups-1.1.17 gimp-print-cups-4.3.0.

-- 
Collins Richey - Denver Area
gentoo 1.4 system
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users



Re: lexmark z53 printer

2002-12-31 Thread Joel Hammer
I have  been using a lexmarkz53 for perhaps a year. It works great. The
lexmark provided drivers work fine. I get excellent color photos with them.

I use this printer attached to my linux box to provide print services to
win98 and xp clients, as well as to the linux boxes. I don't use any lexmark
windows drivers, but send all the jobs to the linux box as postscript jobs.
This avoids headaches and provide excellent results.

I use lprng and samba.  The printer is on the parallel port.

If I try cat file > /dev/lp0, nothing happens, either. This printer
ignores plain text files sent to it like this. That seems to be a
feature. I think you have to use the lexmark or other specific driver
for this printer.

In the stepbystep I wrote about print filters, I dissect the lexmark filter
(not the driver.)

I think Kurt bought the same printer after my exclaiming over
the vendor provided drivers. 

So, what is the problem?  What have you done so far?

Joel


On Mon, Dec 30, 2002 at 11:24:26PM -0700, Collins wrote:
> Does anyone have one of these working on linux?
> 
> I just moved mine over from my windows machine, and it's a boat anchor. 
>  Drat, I just got my epson 1660 scanner working, and nowhere to print.
> 
> Even cat xxx >/dev/lp0 produces no response.
> 
> Yes, lp0 was working with my hp lj1100.
> 
> This printer has a USB plug, too, so I wonder if I'd get better results
> with a USB cable?  CUPS has USB support.
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users



Re: lexmark z53 printer

2002-12-31 Thread Tom Jandl
Tried gimp-print on Gentoo, but didnt have enough chicken feet to get it
working. Maybe I should try building Evolution on eDesktop 2.4? On
second thought, not enough chicken feet in the midwest to get through
that dependency hell. Gentoo has me spoiled (even without gimp-print). 

Time to cut some zzz's

Tom

On Tue, 2002-12-31 at 02:16, Bill Campbell wrote:
> On Mon, Dec 30, 2002 at 11:24:26PM -0700, Collins wrote:
> >Does anyone have one of these working on linux?
> 
> I've had one working for about a year now.  Lexmark has drivers,
> but gimp-print has better.
> 
> Bill
> --
> INTERNET:   [EMAIL PROTECTED]  Bill Campbell; Celestial Software LLC
> UUCP:   camco!bill  PO Box 820; 6641 E. Mercer Way
> FAX:(206) 232-9186  Mercer Island, WA 98040-0820; (206) 236-1676
> URL: http://www.celestial.com/
> 
> Democracy, n.:
>   A government of the masses.  Authority derived through mass
> meeting or any other form of direct expression.  Results in mobocracy.
> Attitude toward property is communistic... negating property rights.
> Attitude toward law is that the will of the majority shall regulate,
> whether it is based upon deliberation or governed by passion,
> prejudice, and impulse, without restraint or regard to consequences.
> Result is demagogism, license, agitation, discontent, anarchy.
>   -- U. S. Army Training Manual No. 2000-25 (1928-1932),
>  since withdrawn.


___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users



Re: lexmark z53 printer

2002-12-31 Thread Tom Jandl
Sorry about the doubled up messages, sent one from the wrong account
first & figured it would bounce.
need sleep.
ZZ

On Tue, 2002-12-31 at 02:01, Tom Jandl wrote:
> Collins, my Z53 works on my older 1.4-rc1 Gentoo system.
> cat xxx >/dev/lp0 does NOT work. I'm using:
> glibc 2.2.5-r7
> gcc 3.2-r1
> enscript 1.6.3-r1
> ghostscript 7.05.5
> cups 1.1.16-r0
> Lexmark linux drivers 
> lexmark-foomatic-kit from linuxprinting.org
> I built a fresh system on another partition last week, 
> & havent been able to get the Lexmark to work.
> Havent figured out the problem yet.
> Hope this helps!
> 
> Tom


___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users



Re: lexmark z53 printer

2002-12-31 Thread Bill Campbell
On Mon, Dec 30, 2002 at 11:24:26PM -0700, Collins wrote:
>Does anyone have one of these working on linux?

I've had one working for about a year now.  Lexmark has drivers,
but gimp-print has better.

Bill
--
INTERNET:   [EMAIL PROTECTED]  Bill Campbell; Celestial Software LLC
UUCP:   camco!bill  PO Box 820; 6641 E. Mercer Way
FAX:(206) 232-9186  Mercer Island, WA 98040-0820; (206) 236-1676
URL: http://www.celestial.com/

Democracy, n.:
A government of the masses.  Authority derived through mass
meeting or any other form of direct expression.  Results in mobocracy.
Attitude toward property is communistic... negating property rights.
Attitude toward law is that the will of the majority shall regulate,
whether it is based upon deliberation or governed by passion,
prejudice, and impulse, without restraint or regard to consequences.
Result is demagogism, license, agitation, discontent, anarchy.
-- U. S. Army Training Manual No. 2000-25 (1928-1932),
   since withdrawn.
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users



Re: lexmark z53 printer

2002-12-31 Thread Tom Jandl
Collins, my Z53 works on my older 1.4-rc1 Gentoo system.
cat xxx >/dev/lp0 does NOT work. I'm using:
glibc 2.2.5-r7
gcc 3.2-r1
enscript 1.6.3-r1
ghostscript 7.05.5
cups 1.1.16-r0
Lexmark linux drivers 
lexmark-foomatic-kit from linuxprinting.org
I built a fresh system on another partition last week, 
& havent been able to get the Lexmark to work.
Havent figured out the problem yet.
Hope this helps!

Tom

-Forwarded Message-

> From: Tom Jandl <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Fw: lexmark z53 printer
> Date: 31 Dec 2002 01:03:19 -0600
> 
> 
> - Original Message -
> From: "Collins" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, December 31, 2002 12:24 AM
> Subject: lexmark z53 printer
> 
> 
> > Does anyone have one of these working on linux?
> >
> > I just moved mine over from my windows machine, and it's a boat anchor.
> >  Drat, I just got my epson 1660 scanner working, and nowhere to print.
> >
> > Even cat xxx >/dev/lp0 produces no response.
> >
> > Yes, lp0 was working with my hp lj1100.
> >
> > This printer has a USB plug, too, so I wonder if I'd get better results
> > with a USB cable?  CUPS has USB support.
> >
> > --
> > Collins Richey - Denver Area
> > gentoo 1.4 system



___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users



Re: lexmark z53 printer

2002-12-31 Thread Tom Jandl
Collins, my Z53 works on my older 1.4-rc1 Gentoo system.
cat xxx >/dev/lp0 does NOT work. I'm using:
glibc 2.2.5-r7
gcc 3.2-r1
enscript 1.6.3-r1
ghostscript 7.05.5
cups 1.1.16-r0
Lexmark linux drivers 
lexmark-foomatic-kit from linuxprinting.org
I built a fresh system on another partition last week, 
& havent been able to get the Lexmark to work.
Havent figured out the problem yet.
Hope this helps!

Tom

-Forwarded Message-

> From: Tom Jandl <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Fw: lexmark z53 printer
> Date: 31 Dec 2002 01:03:19 -0600
> 
> 
> - Original Message -
> From: "Collins" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, December 31, 2002 12:24 AM
> Subject: lexmark z53 printer
> 
> 
> > Does anyone have one of these working on linux?
> >
> > I just moved mine over from my windows machine, and it's a boat anchor.
> >  Drat, I just got my epson 1660 scanner working, and nowhere to print.
> >
> > Even cat xxx >/dev/lp0 produces no response.
> >
> > Yes, lp0 was working with my hp lj1100.
> >
> > This printer has a USB plug, too, so I wonder if I'd get better results
> > with a USB cable?  CUPS has USB support.
> >
> > --
> > Collins Richey - Denver Area
> > gentoo 1.4 system


___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users