On Fri, 06 Apr 2001, William Staniewicz wrote: > localhostnl:/home/wstan# lsmod > Module Size Used by > bsd_comp 3672 0 (autoclean) > lockd 41720 0 (autoclean) (unused) > sunrpc 55452 0 (autoclean) [lockd] > serial 19640 1 (autoclean) > opl3 10972 0 (unused) > fbcon-vga 1916 0 (unused) > ppp_deflate 38336 0 > ppp 20300 2 [bsd_comp ppp_deflate] > slhc 4404 1 [ppp] > ad1848 15480 0 (unused) > sound 56364 0 [opl3 ad1848] > soundcore 2440 3 [sound] > soundlow 368 0 [sound] > vfat 9408 0 (unused) > umsdos 23936 0 (unused) > unix 11336 29 (autoclean)
It is easier to use modprobe to insert modules. It can usually calculate the dependencies for you. If I had to guess which module you were missing, it would be uart401, but I would let modprobe figure it out for me. Cheers, Chris -- Got jag? http://www.tribsoft.com

