PDA

Bekijk de volledige versie : How to connect two printers at the same time ?



Atreides
25-09-2007, 20:00
Hi, i have an asus wl500g-premium and i want to use 2 printers at the same time, tried some configuration but didnt manage to get it work :(. Is working only 1 ( the one that is discovered by router ). I have the latest update, oleg's firmware but still, maybe i`m missing something. If you could share...please do. Thanks.

Atreides
09-10-2007, 18:44
Nobody knows? or there isnt possible ?.

thE_29
10-10-2007, 08:19
What says dmesg? Are both routers accepted by the usb ports and are the drivers initiated?

al37919
10-10-2007, 14:10
I guess:
1) both printers should recognized by OS (see dmesg output)
2) the second instance of p910nd should be started manually using something like this:
p9100d -f /dev/usb/lp1 1
After that, the second printer should be available under port 9101 while the first one will use standard port 9100

Atreides
16-10-2007, 18:01
Umm, ok, i'll try and see what will happen. Thanks.

Ok, so both printers are recognised by router :

Oct 18 17:17:32 kernel: hub.c: new USB device 01:03.0-2, assigned address 7
Oct 18 17:17:32 kernel: printer.c: usblp1: USB Bidirectional printer dev 7 if 0 alt 1 proto 2 vid 0x03F0 pid 0x0C17
Oct 18 17:17:32 kernel: printer.c: usblp1 Device ID string [143]='MFG:Hewlett-Packard;CMD:PJL,MLC,BIDI-ECP,DW-PCL;MDL:hp LaserJet 1010;CLS:PRINTER;DES:Hewlett-Packard LaserJet 1010;MEM:5MB;COMMENT:RES=600x1;'
Oct 18 17:18:33 p9100d[80]: Connection from 192.168.1.74 port 50798 accepted
Oct 18 17:18:36 p9100d[80]: Finished job: 464246 bytes received
Oct 18 17:19:27 kernel: printer.c: usblp0 Device ID string [79/max 1552]='MFG:Samsung;CMD:GDI;MDL:SCX-4x21 Series;CLS:PRINTER;MODE:PCL,FAX;STATUS:IDLE;'
Oct 18 17:19:27 kernel: printer.c: Parsing USBLPID...


But if i enter p9100d -f /dev/usb/lp1 1 in the system command table it returns me : "sh: p9100d: not found" . Any help ? do I need to install some additional patches? compile programs, kernel?. Thanks

Atreides
24-10-2007, 06:39
If anyone manage to use 2 printers at the same time with this router, please share.

al37919
24-10-2007, 09:14
I haven't seen a message with logs, however they look really good. Both printers are recognized correctly as lp0 and lp1.

The correct name of this daemon is p910nd. You may find its manpage e.g. here: http://members.shaw.ca/nicholas.fong/printsrv/p910nd.html

The correct line to start it looks:

p910nd -f /dev/usb/lp1 1

or

/usr/sbin/p910nd -f /dev/usb/lp1 1