From owner-freebsd-hardware Thu Oct 2 08:39:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA02881 for hardware-outgoing; Thu, 2 Oct 1997 08:39:50 -0700 (PDT) Received: from word.smith.net.au (ppp20.portal.net.au [202.12.71.120]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA02871; Thu, 2 Oct 1997 08:39:44 -0700 (PDT) Received: from word.smith.net.au (localhost.smith.net.au [127.0.0.1]) by word.smith.net.au (8.8.7/8.8.5) with ESMTP id BAA00683; Fri, 3 Oct 1997 01:07:14 +0930 (CST) Message-Id: <199710021537.BAA00683@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: User Gp cc: freebsd-questions@FreeBSD.ORG, freebsd-hardware@FreeBSD.ORG Subject: Re: Problems with ppbus and ||-port zip In-reply-to: Your message of "Wed, 01 Oct 1997 18:59:32 -0400." <199710012259.SAA00554@tower.my.domain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 03 Oct 1997 01:07:13 +0930 From: Mike Smith Sender: owner-freebsd-hardware@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > I am still having trouble with my ||-port zip, though looking better > now than before. My problem is if I try fdisk > /dev/sd0 or mount /dev/sd0, the machine just hangs. I waited 15 > minutes for an error message but got nothing. I was able to get my > prompt back with ^C. Try : # stty status ^T # disklabel -rwB sd0 auto If the disklabel command hangs, hit ^T and you should see something like: load: 0.47 cmd: disklabel 29432 [vnread] 0.00u 0.00s 0% 20k It would be very useful to know what the word in [] is in your case. > controller ppbus0 # ppbus stuff > controller vpo0 at ppbus0 > device nlpt0 at ppbus0 > device ppi0 at ppbus0 > device plip0 at ppbus0 > > controller ppc0 at isa? port 0x278 irq 12 flags 0x1 vector ppcintr > > > #device lpt0 at isa? port "IO_LPT2" tty irq 12 vector lptintr > device lpt1 at isa? port "IO_LPT1" tty irq 7 vector lptintr I suspect that it would be a Very Bad Idea to have the lpt driver in your kernel at the same time as the ppbus code. Also, are you sure about IRQ 12 for the first port? mike