Unruh wrote:
> "Javac" <(E-Mail Removed)> writes:
>
>>Hi everybody,
>>I have some questions about printers in linux. I am trying to configure
>>an internet printer on my fedora system. This printer is accesible with
>>a public address on http ( http ://x.y.z.k ). On windows it perfectly
>>works, but i can't manage to make it work on linux. Does anybody have
>>an idea for me? Also a small hint would be great 
>
> No idea what you mean "accessible with a public address on http". http is
> NOT a printing protocol.
> I would try
> Add a printer with lpd and with the public address x.y.z.k
> using cups or the redhat printer config tool.
HTTP sure wasn't designed as a print protocol, but it's been one for the
last few years, anyway. IPP is pretty much just HTTP with a more
rigidly defined document format and a service port, usually, of 631. MS
IPP usually uses port 80, though, so MS URIs usually start with
http://.
CUPS knows how to print to HTTP printers. Install, run, and configure
CUPS. By far, the easiest way to configure it is via its web page. I
find CUPS easier than Windows to configure for HTTP printing.