Results 1 to 4 of 4

Thread: P910ND printer daemon on WL700ge

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    P910ND printer daemon on WL700ge

    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:
    Code:
    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:
    Code:
    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
    Code:
    p910nd -f /dev/usb/lp0 -i 192.168.1.1
    to startup script
    Attached Files Attached Files
    Last edited by Denmike; 15-03-2008 at 15:36.

Similar Threads

  1. How do I compile 'stuff' on the WL700ge?
    By neil in forum WL-700g Firmware Discussion
    Replies: 7
    Last Post: 14-01-2008, 11:56
  2. Printer werkt niet met router WL-500gPremium
    By EvO in forum Dutch Discussion - Nederlands
    Replies: 4
    Last Post: 12-11-2007, 15:42
  3. WL700ge: IMAP und Kolab / Alternativen?
    By Hinnerk in forum German Discussion - Deutsch (DE)
    Replies: 1
    Last Post: 06-11-2007, 08:39
  4. Bidirectional printer support - working for anybody?
    By fabiosantos in forum WL-500g Q&A
    Replies: 35
    Last Post: 08-01-2006, 15:27

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •