From owner-freebsd-questions@FreeBSD.ORG Thu May 8 08:13:16 2003 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 E72F437B404 for ; Thu, 8 May 2003 08:13:16 -0700 (PDT) Received: from Gina.esfm.ipn.mx (esfm.ipn.mx [148.204.102.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AD6543FDF for ; Thu, 8 May 2003 08:13:16 -0700 (PDT) (envelope-from mrspock@esfm.ipn.mx) Received: from Gina.esfm.ipn.mx (localhost [127.0.0.1]) by Gina.esfm.ipn.mx (8.12.6p2/8.12.6) with ESMTP id h48FBmNY095821; Thu, 8 May 2003 10:11:48 -0500 (CDT) (envelope-from mrspock@esfm.ipn.mx) Received: from localhost (mrspock@localhost)h48FBmV9095818; Thu, 8 May 2003 10:11:48 -0500 (CDT) X-Authentication-Warning: Gina.esfm.ipn.mx: mrspock owned process doing -bs Date: Thu, 8 May 2003 10:11:48 -0500 (CDT) From: Eduardo Viruena Silva To: Lord Sith In-Reply-To: <20030508095546.B94332@Gina.esfm.ipn.mx> Message-ID: <20030508100858.X95721@Gina.esfm.ipn.mx> References: <20030508095546.B94332@Gina.esfm.ipn.mx> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org cc: paralyz3@hotmail.com Subject: Re: Floppy doesn't recognized by FreeBSD 5.0 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: Thu, 08 May 2003 15:13:17 -0000 On Thu, 8 May 2003, Eduardo Viruena Silva wrote: > On Thu, 8 May 2003, Lord Sith wrote: > > > What does dmesg say about your floppy drive? Does it detect it? Are there > > errors trying to probe it? > > > > I have this annoying problem on my FreeBSD test box (ABIT BH6 motherboard) > > where if I enable the ACPI module my floppy drive became unusable. > > I have problems reading my floppy too (Intel 815/850 motherboard), but I > have not related it with ACPI. How do you disable this module? > ok, I added the line: hint.acpi.0.disable="1" to the file: /boot/device.hints and, at last, I have my floppy drive working. Why is this happening?