Check out the auto-start script /root/Startup/910nd-start. It contains the line
Code: Select all
p910nd -f /dev/usb/lp0 0
Initially, the startup script is disabled. To start the print server, run the P910nd Control Panel from the System menu.
As usual, the Puppy firewall may interfere with the operation of P910nd. Read here.
--------------------------------------------
Setting up a Client Printer under Linux
Hint: On a client machine, run PeasyPort and check that Port 9100 is open on the server.
1. Open the CUPS web interface.
2. Select Add Printer.
3. Under Device, select AppSocket/JetDirect (P910nd printers are NOT auto-detected by CUPS)
4. Under Connection, enter the following URI, using the IP address of the server:
Code: Select all
socket://aaa.bbb.cc.dd:9100
---------------------------------------------
Setting up a Client Printer under Windows XP
1. Start the Add Printer Wizard
2. Select Local Printer (even though it's not)
3 Select New Port > standard TCP/IP
4. Enter the IP address of the server and change the port name to something descriptive.
5. There will now be a pause while Windows tries to find the printer, but cannot.
6. Select Custom > Settings
7. Select Raw and enter the port number 9100.
8. Install the printer driver
9. Check the printer's properties and verify the port configuration.
---------------------------------------------
Be aware that if the server's IP address changes, clients will lose their connection to the shared printer. There are two solutions:
1. Assign the server a fixed IP address. (If you have Windows clients, this may be your best choice.)
2. Add an entry to the client's /etc/hosts file containing the server's current IP address and a descriptive name, like
Code: Select all
192.168.2.15 Deskjet-F4280-Bedroom
Code: Select all
socket://Deskjet-F4280-Bedroom:9100
--------------------
The Control Panel has two sections. Use the Server section on the computer that has the attached printer and is running the P910nd server.
You can optionally install the P910nd package on other computers. Use the Client section to manage a computer's own CUPS printers, either attached or remote.
-------------------------------------------