PDA

Bekijk de volledige versie : Printing through port 9101 with debian



Faberic
28-05-2005, 11:56
Hey,

I've got my HP LaserJet 3200 connected throught USB with my WL-500g router. Works fine with Windows. But I want to get rid of windows and use linux instead. So how do I configure my debian system for this? I'm using the testing version, "Sarge".

Faberic

macsat
28-05-2005, 14:19
Hi

Use CUPS and configure it as "Networked Jetdirect", Choose your router IP as printer (192.168.1.1 is default) and port 9101.

Faberic
28-05-2005, 19:57
can't find that option. How do I use CUPS?

macsat
28-05-2005, 20:54
Well....I dont know debian too well, but in my Fedora, the file that needs to be edited is /etc/cups/printer.conf

Mine is something like :


# Printer configuration file for CUPS v1.1.22rc1
# Written by cupsd on Sun 08 May 2005 05:58:58 PM CEST
<DefaultPrinter PSC950>
Info Created by redhat-config-printer 0.6.x
DeviceURI socket://192.168.0.1:9100
Location
State Idle
Accepting Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
</Printer>


As you can see, my router is at 192.168.0.1 and I use port 9100 for printing.

Faberic
12-06-2005, 16:42
I tried several settings, but I still don't get the hang of it. I tried the HP jetdirect, and lpd, with the following settings:
uri:
lpd://192.168.1.1/LPRServer (the LPRServer with this address works on windows)

socket://192.168.1.1:9101 AND 9100

none of them work. For information:
I use firmware 1.6.5.3, and i don't want to upgrade because internet doesn't work with a newer firmware (with the same settings), and I don't want to figure that out.
The printer is connected through the USB port. (Am I right that the combination of this firmware with the USB port makes port 9101??)

Any solutions left?

Oleg
12-06-2005, 18:29
1.6.5.3 firmware does not support RAW printing.

Faberic
13-06-2005, 13:17
But I didn't configure it as RAW, I just selected HP LASERJET.

macsat
13-06-2005, 13:23
Maby you didnt configure it that way, but accessing through 9101 (or 9100) IS raw printing....

You should go for Olegs latest firmware if you want it to work.

Faberic
13-06-2005, 14:38
And why doesn't the LPRServer setting work then? It should, because it works fine on windows...

Faberic
23-06-2005, 07:54
Anyone?
It works on windows, it should on linux, shouldn't it?