From owner-freebsd-questions@FreeBSD.ORG Tue Mar 9 09:21:47 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CA6516A4CE for ; Tue, 9 Mar 2004 09:21:47 -0800 (PST) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC62443D55 for ; Tue, 9 Mar 2004 09:21:46 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.196.44]) by comcast.net (rwcrmhc12) with ESMTP id <20040309172146014006rc9le>; Tue, 9 Mar 2004 17:21:46 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id A6B40E; Tue, 9 Mar 2004 12:21:45 -0500 (EST) Sender: lowell@be-well.ilk.org To: Stephen Liu References: <200403080839.14867.satimis@icare.com.hk> <44smgjea7v.fsf@be-well.ilk.org> <200403091244.59171.satimis@icare.com.hk> From: Lowell Gilbert Date: 09 Mar 2004 12:21:45 -0500 In-Reply-To: <200403091244.59171.satimis@icare.com.hk> Message-ID: <44hdwy3phy.fsf@be-well.ilk.org> Lines: 58 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable cc: freebsd-questions@freebsd.org Subject: Re: A question on installing printer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2004 17:21:47 -0000 Stephen Liu writes: > - snip - > > > According to handbook I should run > > > > > > # ./MAKEDEV lpt0 (para port) > > > > > > whether to be replaced with > > > > > > # ./devfs -m lpt0 > > > > No, devfs should recognize the device on its own, without your having > > to do anything. Is there a /dev/lpt0 already? > > > > Also, see "man devfs". >=20 > Hi Lowell, >=20 > Tks for your response. >=20 > FreeBSD 5.2 > HP Deskjet 690C > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > I performed following test; >=20 > # dmesg > ....... > Probing for PnP devices on ppbus0: > ppbus0: MLC,PCL,PML > plip0: on ppbus0 > lpt0: on ppbus0 > lpt0: Interrupt-driven port > ppi0: on ppbus0 > ....... > =A0 > # ls -l /dev/lpt0 > crw------- 1 root wheel 16, 0 Mar 9 01:17 /dev/lpt0 > =A0 > # lptcontrol -i -d /dev/lpt0 > # lptcontrol -p -d /dev/lpt0 > both without printout > =A0 > # lptest > /dev/lpt0 > =A0 > One line printed on 1st page as follow; >=20 > !"#$%&'()* > +,-./0123456789:;<=3D>?@ABCDEFGHIJK.....XYZ......abcdefghijk.......xyz.... > =A0 > It seemed OK but paper feed-in continued with 'no_paper' light on (I put = only=20 > 1 paper in the tray) Sounds fine.=20=20 You have more configuration you'll want to do; see the Handbook chapter for an extensive explanation. Personally, I use apsfilter (from the ports) to configure and run my Deskjet.