Re: linux-2.146 bugs

Nick Zigarovich (lists@sanctity.slip.lm.com)
Sun, 20 Jul 1997 18:22:31 -0400 (EDT)


On 20 Jul 1997, Michael Harnois wrote:

> > Right now my biggest problem is with vfat. I have it as a module, and I
> > get unresolved symbols whenever I try to load it. And here they are:
> >
> This is the same list you'd get if you tried to insmod vfat without
> loading fat first. But I don't know how you'd get vfat compiled or
> installed without compiling and installing fat ...
>

Well...that seems to have done the trick :)

/usr/src/linux# lsmod
Module Size Used by
vfat 12112 0 (unused)
fat 23616 0 [vfat]
psaux 2152 1 (autoclean)
misc 852 1 (autoclean) [psaux]
ppp 20708 1
slip 6992 0 (unused)
slhc 4396 1 [ppp slip]
lp 4452 0 (unused)
parport 12748 1 [lp]

Thanks!

nick