On Wed, Dec 20, 2006 at 07:06:33PM -0500, J. Milgram wrote: > > Hmmm, spoke to soon. I just re-installed the kernel with "make install" > (puts kernel in /boot/vmlinuz and copies System.map to /boot) and no > improvement. I get no errors when I do "depmod -a". > > Never had this problem before ... must be something simple but I don't > see it.
When you load the module by hand, do you use insmod or modprobe? If insmod, try via modprobe (`modprobe vfat`; no path/to/module or anything). If you are already loading via modprobe and that works, then I have no idea... I have all of this working with vfat as a module on my laptop totally w/o problems. No special entries in /etc/modprobe.conf or anything. - Rob .
