On Fri, Apr 18, 2014 at 7:22 AM, FERREC Romain <rom...@elgeekador.net> wrote: > Hello > > I'm new on Gentoo and I try to make my floopy drive working, so I > compiled my kernel with good options (floppy disk support and > ATA/ATAPI/MFM/RLL support enabled), and rebooted on "the kernel" of course. > > Normaly it should work, but my floppy drive is not listed in /dev as fd0 > or floppy... >
Firstly, disable CONFIG_IDE (ATA/ATAPI/MFM/RLL support) -- that option has been deprecated for years. Do you have CONFIG_BLK_DEV_FD enabled? Is it built-in, or enabled as a module?