From owner-freebsd-hardware Thu Oct 2 05:46:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA23303 for hardware-outgoing; Thu, 2 Oct 1997 05:46:14 -0700 (PDT) Received: from caliban.dihelix.com (caliban.dihelix.com [198.180.136.122]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA23298 for ; Thu, 2 Oct 1997 05:46:10 -0700 (PDT) Received: (from langfod@localhost) by caliban.dihelix.com (8.8.7/8.8.3) id CAA01731; Thu, 2 Oct 1997 02:44:21 -1000 (HST) Message-Id: <199710021244.CAA01731@caliban.dihelix.com> Subject: Re: ppbus problem In-Reply-To: <19971002133432.18047@coreff.prism.uvsq.fr> from Nicolas Souchu at "Oct 2, 97 01:34:32 pm" To: Nicolas.Souchu@prism.uvsq.fr (Nicolas Souchu) Date: Thu, 2 Oct 1997 02:44:21 -1000 (HST) Cc: hardware@FreeBSD.ORG From: "David Langford" X-blank-line: This space intentionaly left blank. X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hardware@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Couple of quick things I learned when doing this on a current system recently. 1) Be sure you BIOS is set to EPP and NOT ECP. - for me everything looked fine but it didnt probe the drive 2) dont forget to have sd in your kernel - ditto (actually it took me awhile to figure this out) 3) be sure ppc is ENABLED in the kernel not disabled :) - Doh!(TM) >>> > > I 'm trying to install the ppbus stuff for my parallel port >>> > > zip drive. The kernel compiled OK, and it has a lot to say >>> > > about the drive, but fdisk and mount produce no results. >>> > > Here's dmesg. Any ideas.