Re: No sound with EMU10k1 module

2002-10-02 Thread Rob Weir
On Wed, Oct 02, 2002 at 04:45:13AM +0530, BOND ISCT wrote: > Hi All, > > I am using 2.4.18 kernel and created these sound modules EMU10k1, > sound, soundcore etc. All these modules are loaded and there seems to be no > problem. But when I try to execute the following commands , there is

Re: emu10k1 module

2001-01-18 Thread Martin Albert
On Mon, 15 Jan 2001, Benjamin Black wrote: > > > alias sound-slot-1emu10k1 > > how do you figure this out? i mean where exactly do you look to find > out what the standard aliases are for sound card, network card, video > card, tv card, etc? where exactly did you read about sound-slot-0

Re: emu10k1 module

2001-01-15 Thread Benjamin Black
Martin Albert wrote: 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-0esssolo1 alias sound-slot-1emu10k1 how do you figure this out? i mean where exactly do yo

Re: emu10k1 module

2001-01-14 Thread Martin Albert
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

RE: emu10k1 module

2001-01-06 Thread Jason Holland
Anthony, In /etc/modules.conf alias sound emu10k1 should do the trick. Jason > > 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 t

Re: emu10k1 module

2001-01-06 Thread Eric G . Miller
On Sat, Jan 06, 2001 at 08:27:52AM -0500, 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? Ri

emu10k1 module

2001-01-06 Thread Anthony Fox
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