From owner-freebsd-hackers@FreeBSD.ORG Sat Jul 22 07:01:55 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C26A16A4DE for ; Sat, 22 Jul 2006 07:01:55 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe12.swip.net [212.247.155.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1056643D45 for ; Sat, 22 Jul 2006 07:01:54 +0000 (GMT) (envelope-from hselasky@c2i.net) X-T2-Posting-ID: gvlK0tOCzrqh9CPROFOFPw== X-Cloudmark-Score: 0.000000 [] Received: from [193.217.36.161] (HELO [10.0.0.249]) by mailfe12.swip.net (CommuniGate Pro SMTP 5.0.8) with ESMTP id 69884525; Sat, 22 Jul 2006 09:01:52 +0200 From: Hans Petter Selasky To: freebsd-hackers@freebsd.org Date: Sat, 22 Jul 2006 09:01:56 +0200 User-Agent: KMail/1.7 References: <200607220546.k6M5kq59001314@m5p.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607220902.00263.hselasky@c2i.net> Cc: george+freebsd@m5p.com Subject: Re: FreeBSD 6.0/6.1: open ("/dev/lpt0" ...) hangs up X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jul 2006 07:01:55 -0000 On Saturday 22 July 2006 08:01, Greg Black wrote: > On 2006-07-21, george+freebsd@m5p.com wrote: > > This problem is also present in 6.0. Why haven't a whole bunch of > > people already run into it? Am I the only person still using a > > parallel port printer and (at first) a generic kernel? > > I use parallel printers under 6.0 and 6.1 on i386 and amd64 > generic kernels and have never had a problem. So your issue > must be a little more specific than you've so far identified. > You could try installing my USB driver at: http://www.turbocat.net/~hselasky/usb4bsd And see if there is any change. PS: If you want the latest sources, then: svn --username anonsvn --password anonsvn checkout svn://svn.turbocat.net/i4b cd i4b/trunk/i4b/FreeBSD.usb make S=../src package make install Follow the "make help" instructions. --HPS