View Single Post
  #2   (View Single Post)  
Old 24th June 2012
shep shep is offline
Real Name: Scott
Arp Constable
 
Join Date: May 2008
Location: Dry and Dusty
Posts: 1,507
Default

It looks like you are trying to use the built in wireless for network printing.

The manufacturers spec sheet indicates that it supports hp jet direct on port 9100
Quote:
Supported Network Protocols (IPv4) ARP, RARP, BOOTP, DHCP, APIPA (Auto IP), NetBIOS/WINS, LPR/LPD, Custom Raw Port/Port9100, DNS Resolver, mDNS, FTP Server, TELNET, SNMPv1, TFTP, Scanner Port, LLTD Responder, Web Services (Print)
The printcap syntax that worked for me was
Code:
hp5l|lp|ljet4;r=300x300;q=draft;c=gray;p=letter;m=auto:\
    :lp=9100@192.168.1.2:\
    :rp=raw:\
    :if=/etc/apsfilter/basedir/bin/apsfilter:\
    :sd=/var/spool/lpd/hp5l:\
    :lf=/var/spool/lpd/hp5l/log:\
    :af=/var/spool/lpd/hp5l/acct:\
    :mx#0:\
    :sh:
Other options are to try cups or apsfilter. In gnome/xfce4 network printers can be "discovered' in cups

Last edited by shep; 24th June 2012 at 01:51 AM.
Reply With Quote