From owner-freebsd-questions@FreeBSD.ORG Sun Mar 7 22:46:45 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 26D8F16A4CE for ; Sun, 7 Mar 2004 22:46:45 -0800 (PST) Received: from mail.evilcoder.org (cust.94.120.adsl.cistron.nl [195.64.94.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6DF643D2F for ; Sun, 7 Mar 2004 22:46:44 -0800 (PST) (envelope-from remko@elvandar.org) From: "Remko Lodder" To: "Stephen Liu" Date: Mon, 8 Mar 2004 07:46:40 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) In-Reply-To: <20040308061806.534E919@mail.elvandar.org> Importance: Normal X-Virus-Scanned: for evilcoder.org Message-Id: <20040308064643.DB63A2B4DAD@mail.evilcoder.org> cc: questions@freebsd.org Subject: RE: MAKEDEV question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2004 06:46:45 -0000 Hm Excuse my for my previous post, read down/top instead top/down, Stephen, Perhaps try searching google for similiar options, then try figuring out stuff yourself, and THEN ask us how it works, it gives great education for yourself also ;) Cheers -- Kind regards, Remko Lodder Elvandar.org/DSINet.org www.mostly-harmless.nl Dutch community for helping newcomers on the hackerscene mrtg.grunn.org Dutch mirror of MRTG -----Oorspronkelijk bericht----- Van: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]Namens Stephen Liu Verzonden: maandag 8 maart 2004 16:40 Aan: Kris Kennaway CC: questions@freebsd.org Onderwerp: Re: MAKEDEV question - snip - > > # grep ppc0 /var/run/dmesg.boot > > ppc0 port 0x778-0x77b,0x378-0x37f irq 7 drq 3 on acpi0 > > ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode > > ppc0: FIFO with 16/16/7 bytes threshold > > ppbus0: on ppc0 > > > > I suppose lpt0 is supported. > > If your kernel detects it it will be listed in the dmesg: > > lpt0: on ppbus0 > lpt0: Interrupt-driven port Hi Kris, Turned on printer to make following tests # dmesg ..... ppbus0: MLC,PCL,PML plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 ...... ls -l /dev/lpt0 crw------- 1 root wheel 16, 0 Mar 8 22:48 /dev/lpt0 It is there. I skipped following steps 1) # ./MAKEDEV port and 2) # lptcontrol -i -d /dev/lpt0 (to set interrupt-driven mode for lpt0) and 3) # lptcontrol -p -d /dev/lpt0 (to set polled-mode for lptN) Jumped to; # lptest > /dev/lpt0 only strange symbols printed and printing continued without stop until I removed the paper tray. Communication between printer and port seemed working Kindly advise how to fix the test printing error. TIA B.R. Stephen _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"