From owner-freebsd-questions@FreeBSD.ORG Wed Jul 23 17:28:30 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 C705237B401 for ; Wed, 23 Jul 2003 17:28:30 -0700 (PDT) Received: from maile.telia.com (maile.telia.com [194.22.190.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 578F343FAF for ; Wed, 23 Jul 2003 17:28:29 -0700 (PDT) (envelope-from webmaster@swedehost.com) Received: from thor.swedehost.com (h129n2fls33o804.telia.com [217.209.211.129]) by maile.telia.com (8.12.9/8.12.9) with ESMTP id h6O0SNqN003684; Thu, 24 Jul 2003 02:28:27 +0200 (CEST) X-Original-Recipient: freebsd-questions@freebsd.org From: Hasse Organization: The Valhalla Project To: "Thanjee Neefam" , "FreeBSD Questions" Date: Thu, 24 Jul 2003 02:28:22 +0200 User-Agent: KMail/1.5.2 References: <20030721190109.BB4DF37B404@hub.freebsd.org> <20030722014420.09838708FF@smtp.us2.messagingengine.com> In-Reply-To: <20030722014420.09838708FF@smtp.us2.messagingengine.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307240228.23000.webmaster@swedehost.com> Subject: Re: fd0 device errors 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, 24 Jul 2003 00:28:31 -0000 On Tuesday 22 July 2003 03.44, Thanjee Neefam wrote: > I have no floppy device in /dev > > I think the following is the reason why, but I have no clue how to fix > it: > > ~$ dmesg |grep fd > fdc0: cmd 3 failed at out byte 1 of 3 > fdc0: cmd 3 failed at out byte 1 of 3 > fdc0: cannot reserve I/O port range (6 ports) > > I am running 5.1, although it has always been broken since a clean > install of 5.0R. I just need it now.... > > It is not a hardware problem as it is working perfectly on 4.8 on another > slice. > > Thanks I added the following to /boot/device.hints : hint.acpi.0.disabled="1" and that solved the problem for me. Regards Hasse.