On Tue, Oct 31, 2000 at 04:59:31AM -0800, Andrew Dixon wrote: > HI All, > I was trying to figure out how to look at which > modules I am running and if one is not running force > it to load. > > The module that I am specifically interested in is the > tulip.o module for my pcmcia card. >
lsmod displays loaded modules. modprobe -k tulip will load the tulip module (though pcmcia-cs should handle this itself). Drew -- PGP public key available at http://dparsons.webjump.com/drewskey.txt Fingerprint: A110 EAE1 D7D2 8076 5FE0 EC0A B6CE 7041 6412 4E4A

