On Fri, 2004-07-30 at 17:04, Christian Loza wrote: > Hi, > > A question OFF TOPIC, how can I disable floppy modules? I do not have > floppy, but when I boot or shutdown, there is an error saying > something about modules... floppy.o ... well. Do I have to recompile > my kernel without floppy support? > > Sorry for my English, an Spanish Fedora Core 2 user. > > Thanx, > Christian Put the following line into /etc/modprobe.conf: install floppy /bin/true That should take care of it. HTH, Marc Schwartz