From owner-freebsd-questions Sun Nov 24 17: 6: 7 2002 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 0FF2237B401 for ; Sun, 24 Nov 2002 17:06:06 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA8D443E91 for ; Sun, 24 Nov 2002 17:06:04 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-b147.otenet.gr [212.205.244.155]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id gAP161Yh021393; Mon, 25 Nov 2002 03:06:02 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.6/8.12.6) with ESMTP id gAP161LP017392; Mon, 25 Nov 2002 03:06:01 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by gothmog.gr (8.12.6/8.12.6/Submit) id gAP161DE017391; Mon, 25 Nov 2002 03:06:01 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 25 Nov 2002 03:06:01 +0200 From: Giorgos Keramidas To: Jens Rehsack Cc: questions Subject: Re: cannot access floppy drive Message-ID: <20021125010600.GF15728@gothmog.gr> References: <3DE13CA3.7010907@liwing.de> <3DE13F3B.7030108@liwing.de> <20021125005543.GC15728@gothmog.gr> <3DE1757A.9000807@liwing.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3DE1757A.9000807@liwing.de> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-11-25 01:57, Jens Rehsack wrote: > Giorgos Keramidas wrote: > >Floppy access works mostly fine here in a fairly recent snapshot: > > > ># dd if=/dev/zero of=/dev/fd0 bs=512 count=10 > >10+0 records in > >10+0 records out > >5120 bytes transferred in 1.290642 secs (3967 bytes/sec) > > Mine say: > > -bash-2.05b# dd if=/dev/zero of=/dev/fd0 bs=512 count=10 > dd: /dev/fd0: Device not configured Is this with a GENERIC kernel? If not, do you have 'device fdc' in your kernel config? It seems that your floppy hasn't been recognised by the running kernel. If you are running a kernel that *does* include support for floppy disks, this is probably a bug that we should address. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message