View previous topic :: View next topic |
Author |
Message |
romalong Guru
Joined: 08 Jun 2005 Posts: 488 Location: Kiev
|
Posted: Fri Jul 28, 2006 11:13 am Post subject: network printing: client-error-not-possible |
|
|
Hello!
i'm trying to print over network and having client-error-not-possible.
i've setup CUPS with IPP, printer address is http://192.168.2.62:631/EPSON_IPP_Printer.
this address is shown when i access the printer in browser. this printer is working and other people can print from their windows machines.
how to solve my problem? |
|
Back to top |
|
|
romalong Guru
Joined: 08 Jun 2005 Posts: 488 Location: Kiev
|
Posted: Fri Jul 28, 2006 11:26 am Post subject: |
|
|
nmap says:
Code: |
PORT STATE SERVICE
21/tcp open ftp
23/tcp open telnet
80/tcp open http
139/tcp open netbios-ssn
515/tcp open printer
631/tcp open ipp
2501/tcp open rtsclient
9100/tcp open jetdirect
|
|
|
Back to top |
|
|
ronmon Veteran
Joined: 15 Apr 2002 Posts: 1043 Location: Key West, FL
|
Posted: Wed Aug 02, 2006 8:20 pm Post subject: |
|
|
Take a look at your /etc/cups/printers.conf file. Here's how mine is set for a Samsung ML-2252W running on its ethernet port:
Code: |
<DefaultPrinter ML2252W>
Info Samsung Laser Printer
Location clubhouse
DeviceURI socket://192.168.3.9
State Idle
Accepting Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
</Printer>
|
And the coresponding /etc/cups/ppd/ML2252W.ppd file exists. _________________ Ask Questions the Smart Way - by ESR |
|
Back to top |
|
|
|