At 04 Nov 2002 01:43:52 +0100,
Michael Graf wrote:
> 
> Hi, 
> 
> I have strange problems with my Terratec Sound Card (On card is signed:
> EP 71, Chip: ESS Solo 1, EST 1938 S H 349). 
> After a Kernel compiling for my scanner it won't work(Sound modular
> slected in the kernel). So i downloaded the new Alsa driver and
> installed them without problems!! The prob:  if i want to load the
> module with   "modprobe snd-es1938"   i get the following errror
> messages: 
> 
> /lib/modules/2.4.18-4GB/kernel/sound/acore/snd.o: invalid parameter
> parm_snd_major 
> /lib/modules/2.4.18-4GB/kernel/sound/acore/snd.o: insmod
> /lib/modules/2.4.18-4GB/kernel/sound/acore/snd.o failed 
> /lib/modules/2.4.18-4GB/kernel/sound/acore/snd.o: insmod snd-es1938
> failed 

since 0.9.0rc5, the "snd_" prefix is removed from module parameters.
i.e. you have to change the line in /etc/modules.conf such like

options snd snd_major=XXX snd_xxx=YYY ...

to

options snd major=XXX xxx=YYY ...

you can use a script alsa-driver/utils/module-options to do this.


Takashi


-------------------------------------------------------
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to