From owner-freebsd-usb@FreeBSD.ORG Mon Mar 29 10:58:46 2010 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8CBE81065670 for ; Mon, 29 Mar 2010 10:58:46 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe10.tele2.se [212.247.155.33]) by mx1.freebsd.org (Postfix) with ESMTP id 1FC3F8FC12 for ; Mon, 29 Mar 2010 10:58:44 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=8nJEP1OIZ-IA:10 a=M8b_wTzEtboA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=LKbTK7i2AAAA:8 a=OYVN3WtrNRvzpVrJ9ZQA:9 a=SlZHSkpHDWBEM7u-EtcA:7 a=KMR9do3SsNTYy_oC_LCOKJLp_eMA:4 a=wPNLvfGTeEIA:10 a=CeQlkLTVoki4bfg_:21 a=rddgbVDWRr8NHwAX:21 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe10.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 1180197396; Mon, 29 Mar 2010 12:58:42 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Mon, 29 Mar 2010 12:56:52 +0200 User-Agent: KMail/1.12.4 (FreeBSD/8.0-STABLE; KDE/4.3.4; amd64; ; ) References: In-Reply-To: X-Face: +~\`s("[*|O,="7?X@L.elg*F"OA\I/3%^p8g?ab%RN'(; _IjlA: hGE..Ew, XAQ*o#\/M~SC=S1-f9{EzRfT'|Hhll5Q]ha5Bt-s|oTlKMusi:1e[wJl}kd}GR Z0adGx-x_0zGbZj'e(Y[(UNle~)8CQWXW@:DX+9)_YlB[tIccCPN$7/L' MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201003291256.52388.hselasky@c2i.net> Cc: Steve Brownjohn Subject: Re: ulpt0 and cheap ink-jet printer X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Mar 2010 10:58:46 -0000 On Monday 29 March 2010 11:26:33 Steve Brownjohn wrote: > hi all, > > I'm having no luck in getting a cheap HP printer - DeskJet 3940 - to > work with FreeBSD 8. It shows up as connected to ulpt0, but won't > respond to lp / lpr even with appropriate printcap settings. > > I'm guessing that the fact that I can't # cat file > /dev/ulpt0 has > something to do with it, perhaps the printer requires a filter to print > anything. > > At a pinch, I'll go down the HPLIP route - CUPS on its own didn't work, > even with a ulpt-less kernel - but I only want to print plain text > files! > > thanks for any ideas you may have, > > Steve > -------- > > Have you tried /dev/unlpt0 ? --HPS