Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jan 2010 23:03:57 -0500
From:      Zaphod Beeblebrox <zbeeble@gmail.com>
To:        inurneck <inurneck@gmail.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: Dell poweredge 2400 floppy drive
Message-ID:  <5f67a8c41001242003t3f4f6df3n7a3b1c1867154ceb@mail.gmail.com>
In-Reply-To: <79b166921001241628g20372cc4xcd647745e0492e7c@mail.gmail.com>
References:  <79b166921001241628g20372cc4xcd647745e0492e7c@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jan 24, 2010 at 7:28 PM, inurneck <inurneck@gmail.com> wrote:
> Hello,
> I Can't seem to get my floppy recognized by the kernel. It is in fact a
> stripped kernel, I previously took a lot of things out of it, but i have
> added all I believe I need. The system sees the controller but never probes
> for an actual drive. I *re*added the options
> # Floppy drive.
> device atapifd # For floppy support.
> device eisa # For floppy support.
> device ata # For floppy support.
> device fdc # Floppy drive controller.
>
>
> If I read correctly rthat's what the handbook said was needed. but when the
> system boots all I get is >
>
> [142]daemon[/daemon/kernel]: dmesg | grep fdc
> fdc0: <floppy drive controller> port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0
> fdc0: [FILTER]
> [143]daemon[/daemon/kernel]:

My first reaction: are you sure it's a regular floppy and not a USB
device?  Check to see if 'daX' shows up in /dev (where X is an
integer).

> And in dev all I see relevant is the directory structure: fd>0>1>2
> I'd appreciate your help, what is the minimum things I need in my kernel
> config for it to see the floppy, and if I already do have them, why isn't it
> probing for it? Lastly what can I do to debug this? I am not one to ask
> questions I usually google, and did but all I seem to be getting is
> irrelevant information about installation from floppies. Thank you so much.

'fd' is not floppy disk here.  It's "file descriptor" ... /dev/fd/X is
how you might access your own open file descriptors if you so desired.

/dev/fd0 is not related to /dev/fd/0.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5f67a8c41001242003t3f4f6df3n7a3b1c1867154ceb>