At Fri, 23 Apr 2004 12:56:35 -0400, Ivica Ico Bukvic wrote: > > > > alias char-major-116 snd > > > alias char-major-14 soundcore > > > alias snd-card-0 via82xx > > ^^^^^^^ > > snd-via82xx > > Hmmm, but somewhere along the road while troubleshooting this/installing > something told me (a script) that I should drop the snd- prefix. Are you > saying that I still need snd- prefix? The alsa init does succeed after all > even with only via82xx (modprobing) so that's why I am asking.
yes, the module name still consists of snd- prefix. the snd_ prefix was dropped from the module OPTIONS. (e.g. dxs_support would have been named as snd_dxs_support in the old versions.) > > > #I tried every possible option > > > options via82xx dxs_support=1 > > > > this line is useless. > > Because it's missing snd- prefix? (I removed the hdsp stuff from the > modules.conf for the better legibility but using cards without snd- prefix > seemed to work just fine, so I am guessing that snd- is needed for the > options call only, or am I misunderstanding this?) snd- prefix is for the module NAMES, but not for module OPTIONS. again, there is no via82xx module. there is only snd-via82xx module. defining the options for via82xx is useless because options for a non-existing module will be never referred. > > > options snd-card-0 dxs_support=1 this one is also useless. remove it. (snd-card-0 is just an alias, not the real module name.) > > > options snd-via82xx dxs_support=1 > > Shouldn't this then work? yes, in theory it should work. that's why i asked you to make sure any other definitions exist. there must be another error in the configuration. BTW, i assume that are you using 2.4 kernel. is it right? Takashi ------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg=12297 _______________________________________________ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-devel