[SLUG] Re: Printing

2008-01-22 Thread jam

On Wed, 2008-01-23 at 12:00 +1100, [EMAIL PROTECTED] wrote:
> 
> > Why use samba for any of the printing stuff?
> > Cups works perfectly, nicely, properly.
> >
> > I even use cups for windows to print raw to an epson photo
> printer, the
> > only missing bit is the ink-level feedback and despite all
> the PR
> > epson's win print of photos is better than their linux
> offering.
> > (Clearly Visible)
> > James
> 
> We use samba for allowing network printing..
> 
> I haven't tried using CUPS for doing that.. maybe it allows
> you
> to print from windows workstations but I'm not aware of it and
> haven't tried it.
> 
> Take care..

As I tried to say windows network printing works perfectly.
You can google for win/cups but it's trivial to setup

-> network printing
-> url: http://tigger.ws:631/printers/epson (whatever)

The End.
mail me if you want pointers for raw printing
James


-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Re: Printing

2008-01-21 Thread david . lyon

Quoting jam <[EMAIL PROTECTED]>:



Why use samba for any of the printing stuff?
Cups works perfectly, nicely, properly.

I even use cups for windows to print raw to an epson photo printer, the
only missing bit is the ink-level feedback and despite all the PR
epson's win print of photos is better than their linux offering.
(Clearly Visible)
James


We use samba for allowing network printing..

I haven't tried using CUPS for doing that.. maybe it allows you
to print from windows workstations but I'm not aware of it and
haven't tried it.

Take care..

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] Re: Printing

2008-01-21 Thread jam

On Tue, 2008-01-22 at 09:58 +1100, [EMAIL PROTECTED] wrote:
> I have seen those problems also.
> 
> If you are certain that you have the correct driver (this must
> be right) then try supplying a username and password.
> 
> It is quite possible that 'nobody' doesn't have the correct
> access with samba for the printer share to be able to print.
> 
> Within Samba, it checks username/passwords.. even to print..
> 
> Cleanest way is to make sure you have the user registered on
> the debian etch printing machine with smbpasswd.
> 
> In the print administration, click and select the log in with
> a user option if you need to test with a know userid/password.

Why use samba for any of the printing stuff?
Cups works perfectly, nicely, properly.

I even use cups for windows to print raw to an epson photo printer, the
only missing bit is the ink-level feedback and despite all the PR
epson's win print of photos is better than their linux offering.
(Clearly Visible)
James

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] Re: Printing to closest printer

2002-06-07 Thread Angus Lees

At Fri, 7 Jun 2002 14:59:48 +1000, steven  wrote:
> Our users use telnet to connect to a server where they run our main ERP
> application.  (This is Progress RDMS running on RedHat 6.2).

> I am thinking about a perl script that will direct printed output to the
> printer closest to the users terminal rather than relying on them to select
> the correct printer.

the first machine they log in to should set the PRINTER environment
variable appropriately. later machines should leave it if they find it
already set.  all lpr-alike clients should honour this variable.

presumably the first machine they log in to will be their terminal,
and will know (with a little help from the admin) which printer is
closest to it.

ssh, telnet, etc should all pass the PRINTER variable through by
default.

-- 
 - Gus
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



[SLUG] Re: Printing (Debian/Samba)

2000-11-04 Thread Angus Lees

On Sun, Nov 05, 2000 at 03:36:32PM +1100, Patrick Mougin wrote:
> Another good thing about apsfilter is that it can configure different styles
> of the one printer (I think), so let's say you want to print b+w one time
> and colour another. It can make different aliases to point to different
> resolutions on the same printer, which can come in very handy at times
> (again, correct me if I'm wrong, anyone).

you can do the same with magicfilter. just setup multiple print
queues.

(i have a normal and a "draft" queue for my bodgy little canon bjc)

-- 
 - Gus


-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug



[SLUG] Re: Printing (Debian/Samba)

2000-11-04 Thread Angus Lees

On Sun, Nov 05, 2000 at 03:00:34PM +1100, Stephen Graham wrote:
> I have gotten a fair way down the track...  I can print text files to
> the printer (ie 'cat /etc/fstab | lpr').  The only problem with doing
> this is that the file prints out but no page feed is delivered to the
> printer (ie the page stays in the printer at the last line).
> 
> I have gs and magicfilter on my machine, but no idea for how to
> configure them (I know that my gs devide name is djet500c).  My print
> spooler is LPRng.  I am happy to change the magic filter if required.
> 
> deskjet:\
>   :cm=HP DeskJet 500C:\
>   :sd=/var/spool/lpd/deskjet:\
>   :af=/var/spool/lpd/deskjet/acct:\
>   :if=/usr/bin/smbprint:\
>   :mx=0:\
>   :lp=/dev/deskjet:

you could try adding "fq" to the printcap settings
(ie: add the line ":fq:\" somewhere in there)


also, unless /usr/bin/smbprint pipes through magicfilter, you aren't
actually using magicfilter.

i note that magicfilter pipes default (text) data for djet500c through
"djscript -q", you might want to check a man page to see what that's
supposed to do.

something you might want to do, is change the magicfilter default line
to pipe through "a2ps -E -g -2 -o-" (and some further command-line
tweaking) instead. you'll amaze and astound your colleagues and be
much more successful with the opposite sex. (you'll need to change the
"filter" keyword to "pipe" too, see magicfilter(8)).

-- 
 - Gus


-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug