[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Need help configuring samba



Ah, ok, now we're getting somewhere. magicfilter *thinks* your printer can't handle
what's coming to it although it *does* recognize the data. Look at what the if=XXXX is
in /etc/printcap. This file will actually be a shell script. Each line recognizes a
file type and tells how to print it (or reject it!) You need lines like:

# HP Printer Job Language (PJL)
0       \033%-12345X    cat
0       "@PJL "         cat
0       @PJL\t          cat
0       @PJL\r          cat
0       @PJL\n          cat

Which sends the data straight on to the printer. If instead of "cat" you have "reject
blah blah blah" then you're using the wrong filter or your filter is screwed. Either
way if your printer really can handle the files then just change the 'reject ...' to
'cat' and it should work fine.

Will Lowe wrote:

> > which works just fine printing stuff from Win95 through samba. When you say: "the
> > magicfilter package doesn't let win95 queue things in the format that the win95
> > driver outputs them" what exactly do you mean? Do you mean that the printer
>
> The windows95 driver outputs something which would print fine if it
> ever made it to the printer,  but magicfilter rejects it as garbage so it
> doesn't get queued at all.  It says something about "PJL" not being a
> valid input format ...
>
>                                                         Will
>
> --------------------------------------------------------------------------
> |             harpo@udel.edu lowe@cis.udel.edu lowe@debian.org           |
> |                       http://www.cis.udel.edu/~lowe/                   |
> |    PGP Public Key:  http://www.cis.udel.edu/~lowe/index.html#pgpkey    |
> --------------------------------------------------------------------------
> |           You think you're so smart,  but I've seen you naked          |
> |                  and I'll prob'ly see you naked again ...              |
> |                 --The Barenaked Ladies,  "Blame It On Me"              |
> --------------------------------------------------------------------------
>
> --
> To UNSUBSCRIBE, email to debian-user-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



--
Jens B. Jorgensen
jjorgens@bdsinc.com



--
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: