PDA

Bekijk de volledige versie : P910ND printer daemon on WL700ge



Denmike
15-03-2008, 11:50
I couldn't setup printer to work with custom samba and internal printd daemon. I used cups and other print solution without success. After that I found a real good solution.
It is a p910nd - daemon. Setup is too easy and it works well for me.

1. For setting up you can download source from this page:
http://etherboot.sourceforge.net/p910nd/ (or use file from attachment to this message)
After unpacking uncomment string in Makefile:

CFLAGS += -DLOCKFILE_DIR=\"/var/run\"

Type make (buildroot package must be installed for this step)

Then copy p910nd file to /opt/bin/

Start this daemon with:

sudo p910nd -f /dev/usb/lp0 -i 192.168.1.1 where /dev/usb/lp0 - is your printer device and 192.168.1.1 - it's IP-address of lan-interface

For setup printer on local machine use this instruction:
http://wiki.openwrt.org/PrinterSharingHowto (section 5. Configure the clients for printing)

Add string
p910nd -f /dev/usb/lp0 -i 192.168.1.1 to startup script

tiwag
19-03-2008, 07:38
thx for sharing this !

i'll try it now

brgds, tiwag

Maccro
30-03-2008, 17:39
This works perfectly...thanks!

Ravell
30-01-2009, 03:50
Any help woul be great sorry im newb to this running kfurge i know how to telnet in etc