View previous topic :: View next topic |
Author |
Message |
IRQsRFun Apprentice
Joined: 02 May 2003 Posts: 195 Location: Somewhere between .3 and .7 Vdd
|
Posted: Thu Jan 18, 2007 3:54 pm Post subject: please help, cups and network printers (solved) |
|
|
I have a network printer that has postscript enabled, but I am unable to find a guide to set up cups to talk to this printer. The closest thing that I can find tells me to change /etc/cups/client.conf to add a server name and an IP address. Unfortunately, this seems to only work if the printer also has a cups server on the same port (correct me if I am wrong). I can browse to the printer with konqueor. I plan to have the printer off when it is not in use and I still do a few things with my windows machine, so I do not want to use the USB or parallel port connection. If anybody has any suggestions, please let me know.
Printer: Brother HL-5250 DN
Last edited by IRQsRFun on Thu Jan 18, 2007 5:15 pm; edited 1 time in total |
|
Back to top |
|
|
rmh3093 Advocate
Joined: 06 Aug 2003 Posts: 2138 Location: Albany, NY
|
Posted: Thu Jan 18, 2007 4:35 pm Post subject: Re: please help, cups and network printers |
|
|
linuxNewbe1234 wrote: | I have a network printer that has postscript enabled, but I am unable to find a guide to set up cups to talk to this printer. The closest thing that I can find tells me to change /etc/cups/client.conf to add a server name and an IP address. Unfortunately, this seems to only work if the printer also has a cups server on the same port (correct me if I am wrong). I can browse to the printer with konqueor. I plan to have the printer off when it is not in use and I still do a few things with my windows machine, so I do not want to use the USB or parallel port connection. If anybody has any suggestions, please let me know.
Printer: Brother HL-5250 DN |
if you have a PS compatible printer then:
1. install cups -> 'emerge cups'
2. start cups -> '/etc/init.d/cups start'
3. configure cups -> 'http://localhost:631'
all you should have to do is name your printer, enter the IP address and then select generic postscript printer for the driver _________________ Do not meddle in the affairs of wizards, for they are subtle and quick to anger. |
|
Back to top |
|
|
d2_racing Bodhisattva
Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
|
Back to top |
|
|
wynn Advocate
Joined: 01 Apr 2005 Posts: 2421 Location: UK
|
Posted: Thu Jan 18, 2007 4:51 pm Post subject: |
|
|
http://www.linuxprinting.org/show_printer.cgi?recnum=Brother-HL-5250DN says the printer emulates PostScript level 3 in the Windows driver. It seems to be an open question whether the Brother supplied Linux driver does the same. The recommended driver is hl1250 which is in ghostscript-esp 8.x.
Gentoo Printing Guide gives AppSocket/HP JetDirect, Internet Printing Protocol or LPD/LPR Host or Printer as the possibilities for communicating from CUPS to a networked printer. You will have to search through the docs to see if it supports HP JetDirect, it may support IPP or it may only have an LPD server. All these should be set up using the CUPS web interface (http://localhost:631) _________________ The avatar is jorma, a "duck" from "Elephants Dream": the film and all the production materials have been made available under a Creative Commons Attribution 2.5 License, see orange.blender.org for details. |
|
Back to top |
|
|
IRQsRFun Apprentice
Joined: 02 May 2003 Posts: 195 Location: Somewhere between .3 and .7 Vdd
|
Posted: Thu Jan 18, 2007 5:09 pm Post subject: |
|
|
Thank you everybody for the fast response. I thought I RTFM'd this but http://localhost:631 was right in the gentoo docs. I am now able to print a test page from http://localhost:631. |
|
Back to top |
|
|
IRQsRFun Apprentice
Joined: 02 May 2003 Posts: 195 Location: Somewhere between .3 and .7 Vdd
|
Posted: Thu Jan 18, 2007 6:09 pm Post subject: oops |
|
|
Everything bu duplexing is working. this is usable enough for now. |
|
Back to top |
|
|
rmh3093 Advocate
Joined: 06 Aug 2003 Posts: 2138 Location: Albany, NY
|
Posted: Thu Jan 18, 2007 6:15 pm Post subject: Re: oops |
|
|
linuxNewbe1234 wrote: | Everything bu duplexing is working. this is usable enough for now. |
yeah you wont get that with the PS drivers.... are you sure there is no other driver for it? _________________ Do not meddle in the affairs of wizards, for they are subtle and quick to anger. |
|
Back to top |
|
|
|