From owner-freebsd-questions@FreeBSD.ORG Thu May 31 23:03:11 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 251AC106566C for ; Thu, 31 May 2012 23:03:11 +0000 (UTC) (envelope-from ah@dreamchaser.org) Received: from nightmare.dreamchaser.org (nightmare.dreamchaser.org [12.32.44.142]) by mx1.freebsd.org (Postfix) with ESMTP id E33758FC0A for ; Thu, 31 May 2012 23:03:10 +0000 (UTC) Received: from breakaway.dreamchaser.org (breakaway.dreamchaser.org. [12.32.36.73]) by nightmare.dreamchaser.org (8.13.6/8.13.6) with ESMTP id q4VN3A4a048045 for ; Thu, 31 May 2012 17:03:10 -0600 (MDT) (envelope-from ah@dreamchaser.org) Message-ID: <4FC7F8AE.1010307@dreamchaser.org> Date: Thu, 31 May 2012 17:03:10 -0600 From: Gary Aitken User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:12.0) Gecko/20120528 Thunderbird/12.0.1 MIME-Version: 1.0 To: FreeBSD Mailing List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (nightmare.dreamchaser.org [12.32.36.65]); Thu, 31 May 2012 17:03:10 -0600 (MDT) Subject: 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: Thu, 31 May 2012 23:03:11 -0000 I've got an HP printer directly connected to the local network. hp-probe finds it: #hp-probe -bnet HP Linux Imaging and Printing System (ver. 3.12.2) Printer Discovery Utility ver. 4.1 ... Device URI Model Name ----------------------------------------------- ------------------------ -------- hp:/net/Officejet_Pro_8500_A909g?ip=aa.bb.cc.dd Officejet_Pro_8500_A909g HP4356E6 Found 1 printer(s) on the 'net' bus. However, hp-setup and hp-uri refuse to use it: #hp-makeuri -ldebug aa.bb.cc.dd HP Linux Imaging and Printing System (ver. 3.12.2) Device URI Creation Utility ver. 5.0 ... hp-makeuri[63924]: debug: Trying IP address aa.bb.cc.dd hp-makeuri[63924]: debug: Not found. hp-makeuri[63924]: debug: Trying serial number aa.bb.cc.dd hp-makeuri[63924]: debug: Probing bus: usb hp-makeuri[63924]: debug: Probing bus: par error: Device not found When the gui comes up, only the USB option is enabled. There is no parallel port active and no wireless on the box, but at least the network connection should be available. The probe which succeeds takes several seconds, but the hp-setup gui and makeuri fail immediately, and the missing ability to set the network discovery option in the gui lead me to believe it's not even trying the ip addr. Anyone with experience setting these guys up have any advice? Alternately, is there anything other than a special lp filter really needed, and if not, any suggestions on the best one to use? I looked at apsfilter but the installation SETUP driver options didn't seem to include this printer. Thanks