[EMAIL PROTECTED] wrote: > > Hi, > > I have a sound card which uses the module es1371. > I currently have to insmod it as root for sound. > > How do I configure the module so that it loads/unloads > as needed?
You can put an alias for it in /etc/modutils and then run update-modules so it generates the alias in modules.conf. I simply put es1371 in /etc/modules so it loads at boot. This works fine for all sounds on my system. -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~