From owner-freebsd-questions@FreeBSD.ORG Sat Jun 2 10:45:49 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7205106566C for ; Sat, 2 Jun 2012 10:45:49 +0000 (UTC) (envelope-from mueller23@insightbb.com) Received: from mail.insightbb.com (smtp.insight.synacor.com [208.47.185.22]) by mx1.freebsd.org (Postfix) with ESMTP id 77CD88FC1B for ; Sat, 2 Jun 2012 10:45:49 +0000 (UTC) X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=1.1 cv=twixd6A1rHKCw+3MOTIe0/+bhYCYfWrVDLkgnUZfdD8= c=1 sm=0 a=iHZnyJ6tsWsA:10 a=jLN7EqiLvroA:10 a=XFZBYLv-S6n2TDhDIjQA:9 a=Q/oqmR4JO1zR3vNQamCQeQ==:117 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp02.insight.synacor.com header.from=mueller23@insightbb.com; sender-id=softfail Authentication-Results: smtp02.insight.synacor.com smtp.mail=mueller23@insightbb.com; spf=softfail; sender-id=softfail Received-SPF: softfail (smtp02.insight.synacor.com: transitional domain insightbb.com does not designate 74.134.26.53 as permitted sender) Received: from [74.134.26.53] ([74.134.26.53:53353] helo=localhost) by mail.insightbb.com (envelope-from ) (ecelerity 2.2.2.40 r(29895/29896)) with ESMTP id C5/72-05368-CDEE9CF4; Sat, 02 Jun 2012 06:45:49 -0400 Date: Sat, 02 Jun 2012 06:45:48 -0400 Message-ID: From: "Thomas Mueller" To: freebsd-questions@freebsd.org Cc: Wojciech Puchar Subject: Re: HP networked printer -- hp-setup won't use, hp-probe finds X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2012 10:45:49 -0000 From: Wojciech Puchar : > seems you like to incredibly complicated things. > It just happens that i configured that printer in one office and there is > NO NEED for this windows-style crappy shit from HP. > /usr/ports/print/hplip (make config and disable GUI trash) is enough. > scanning works directly to SMB exported shares or mails - just connect by > WWW browser to http://yourprinterip and configure it. > printing works fine with this lpr filter > #!/bin/sh > export PATH=/usr/bin:/usr/sbin:/bin:/sbin:/usr/local/bin:/usr/local/sbin > /usr/local/bin/gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE \ > -sDEVICE=ijs -sIjsServer=hpijs -sDeviceManufacturer="HEWLETT-PACKARD" \ > -sDeviceModel="deskjet 5600" -dIjsUseOutputFD -dDEVICEWIDTHPOINTS=595 \ > -dDEVICEHEIGHTPOINTS=842 -r600 \ > -sIjsParams=Quality:Quality=0,Quality:ColorMode=2,Quality:MediaType=0,Quality:PenSet=2 \ > -sOutputFile=/tmp/$$ - >/dev/null > cat /tmp/$$ > rm /tmp/$$ > that's all. Work for whole office without trash software installed on > (windoze) workstation or unix server. _______________________________________________ Your message is worth saving, gives me some new ideas on getting that recalcitrant printer (HP M1212nf MFP) to work. Tom