On Sat, 06 Jan 2001, Anthony Fox wrote: > I have auto module loading compiled into my kernel. How do I > specify that when an application attempts to access the sound > hardware that the kernel should install the emu10k1 module into the > running kernel? Right now, the kernel installs the soundcore module > only. > > Thanks, > Anthony
Hi, Anthony! You should edit in /etc/modutils, then update-modules. You should end up with a /etc/modules.conf that includes ... (my lines (for two soundcards)): alias sound-slot-0 esssolo1 alias sound-slot-1 emu10k1 greetings, martin