From owner-freebsd-isp Mon Mar 17 19:19:21 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA27059 for isp-outgoing; Mon, 17 Mar 1997 19:19:21 -0800 (PST) Received: from phil.digitaladvantage.net (phil.digitaladvantage.net [207.40.157.13]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA27051 for ; Mon, 17 Mar 1997 19:19:11 -0800 (PST) Received: from pamela.digitaladvantage.net (pamela.digitaladvantage.net [208.18.129.16]) by phil.digitaladvantage.net (8.8.3/8.7.3) with SMTP id VAA26090; Mon, 17 Mar 1997 21:07:58 -0600 (CST) From: rpanula@dacmail.net (Russ Panula) To: Ricardo Kleemann Cc: FreeBSD ISP list Subject: Re: kernel not recognizing second IDE drive Date: Mon, 17 Mar 1997 21:27:25 -0600 Organization: Digital Advantage Corporation Reply-To: rpanula@dacmail.net Message-ID: <3334091f.10337008@mail.digitaladvantage.net> References: In-Reply-To: X-Mailer: Forte Agent .99f/32.299 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by freefall.freebsd.org id TAA27055 Sender: owner-isp@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Hi Ricardo, On Mon, 17 Mar 1997 18:14:13 -0800 (PST), Ricardo Kleemann wrote: >My LINT file has the following: :( The LINT file is more a reference than a usable kernel configuration file. >So supposedly it's configured to recognize wd1... as I said, wd1 is there, >the BIOS reports it... but my kernel doesn't see it! :( You need to recompile your kernel to add support for wd1. See: http://www.freebsd.org/handbook/handbook33.html#41 >dmesg shows the following... > >wdc0 at 0x1f0-0x1f7 irq 14 on isa >wdc0: unit 0 (wd0): >wd0: 601MB (1232784 sectors), 1223 cyls, 16 heads, 63 S/T, 512 B/S > >Nothing at all about wd1... :( > Because you haven't got support for it in your kernel. Adventure into the depths of kernel configuration and you'll find your solution. (And it's not that deep, your head will still be above water) ;-) Best, Russ