From owner-freebsd-stable@FreeBSD.ORG Thu Nov 6 06:08:12 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4DF716A4CE for ; Thu, 6 Nov 2003 06:08:12 -0800 (PST) Received: from doom.homeunix.org (8-217.dialup.comset.net [213.172.8.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7C0C43FE3 for ; Thu, 6 Nov 2003 06:07:43 -0800 (PST) (envelope-from igor@doom.homeunix.org) Received: from doom.homeunix.org (localhost [127.0.0.1]) by doom.homeunix.org (8.12.10/8.12.10) with ESMTP id hA6E7deP000346 for ; Thu, 6 Nov 2003 17:07:40 +0300 (MSK) (envelope-from igor@doom.homeunix.org) Received: (from igor@localhost) by doom.homeunix.org (8.12.10/8.12.10/Submit) id hA6E7dwl000345 for freebsd-stable@freebsd.org; Thu, 6 Nov 2003 17:07:39 +0300 (MSK) (envelope-from igor) Date: Thu, 6 Nov 2003 17:07:39 +0300 From: Igor Pokrovsky To: freebsd-stable@freebsd.org Message-ID: <20031106140739.GA245@doom.homeunix.org> Mail-Followup-To: freebsd-stable@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Accept-Language: ru Subject: fd access problem X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2003 14:08:12 -0000 Hello, I'm suffering strange problem with accessing floppy. When trying to access /dev/fd0c with fdcontrol(8), or simply to mount it I'm getting the following error: fdcontrol: open(floppy): Device not configured However, if I'm booting machine with floppy in drive everything works fine. Some details: #dmesg | grep fd fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold #uname -a FreeBSD doom.homeunix.org 4.9-STABLE FreeBSD 4.9-STABLE #0: Thu Nov 6 16:18:55 MSK 2003 root@doom.homeunix.org:/usr/obj/usr/src/sys/KERNEL i386 I rebuilt fd devices several times with `MAKEDEV fd`, but without any luck. Is there anything else I can try to solve the problem? -ip -- Second Law of Business Meetings: If there are two possible ways to spell a person's name, you will pick the wrong one. Corollary: If there is only one way to spell a name, you will spell it wrong, anyway.