I have an Asus WL-520GU with the newest USB tomato MOD, and a USB hub connected to the router, everything show up in the USB part of tomato fine, the printers work great if just one is plugged in. but with two plug in, all print jobs just go to one particular printer no matter what printer I select in windows, I used the IP address of the router to set them up, but I had to use raw mode for printing and port 9100, they both would not work under LPR mode. So what do in windows or tomato to get both printers to together
Unlock lightning-fast Microsoft support with Magenium’s Premier Services+. Our expert team ensures seamless integration, proactive monitoring, and rapid issue resolution. Save up to 40% on costs while enjoying priority access to top-tier engineers. Experience unparalleled support today!
Recent comments
- After the initial Kong Mod 2 years 2 months ago
- Working the EXACT same 2 years 2 months ago
- While the "5 Easy Steps" 2 years 2 months ago
- R8000P would be grate to see. 2 years 2 months ago
- Have a R8000 but ordered a 2 years 2 months ago
Only one instance of printer server is started automatically, and listens on port 9100. If you need to support more than 1 printer, add commands to run additional instances of p910nd to your startup script.
like this
/usr/sbin/p910nd -b -f /dev/usb/lp1 1
In Windows you should also add two printers with different ports.
Duplicated
thanks, is there info on the web somewhere more in details on p910nd and the switches?
p910nd is an open source project. You can find its documents on sourceforge, I think.