On Thu, 2004-06-03 at 10:41, Aaron Gaudio wrote: > Behold, activecs <activecs@xxxxxxxxxxx> hath decreed: > > When a module such as "pcspkr" is installed using modprobe, how do I > > make it permanent. I notice modules.conf seems to be replaced by > > modprobe.conf if that makes any difference. > modprobe -qn pcspkr && action $"Loading PC Speaker module: " modprobe pcspkr > > > You could also do something more elaborate like tie the loading of the > pcspkir module to the loading of other sound modules that get auto-loaded > already, using the 'install' command in modprobe.conf, explained in > the modprobe.conf man page. > Thanks for your prompt help. DP