At Sat, 24 Apr 2004 14:02:32 -0400, Ivica Ico Bukvic wrote: > > > 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.) > > Oh, I see now. Thank you very much for explaining that. > > Now, when I do put in an option into the modules.conf specifying a different > dxs mode, am I still supposed to get the same message in my syslog about > picking trying dxs=1 or 4 or does that message show up only when no options > have been successfully parsed? > > I am asking this since even when I am 100% sure that my syntax is/was ok I > would still get the message no matter what option was specified in > modules.conf. I tried hacking via82xx.c file where I would hardwire my > vendor/card ID into the list of known cards and changing it that way and the > card worked the same no matter which options I chose, so I decided to leave > it at DXS_ENABLE (or 1 if I am not mistaken). This is the only way how I > would disable that message from appearing in syslog.
the problem is that you're modifying the obsolete config file (see below). anyway, try to load directly the module, not from the init script. that is, run the following as root (suppose that snd-via82xx is not loaded yet): # modprobe snd-via82xx dxs_support=1 so that the module parameter is passed directly. > What kind of difference am I supposed to notice by changing dxs in order to > figure out the best option anyhow? when dxs_support=2, you'll have no DXS channel PCM (see /proc/asound/pcm). with dxs_support=3 and 4, you see always 48k DAC rate in /proc/asound/card0/codec97#0/ac97#0-0 regardless of the playback rate. dxs_support=3 keeps 48k in the PCM hw_params (/proc/asound/card0/pcm0p/sub0/hw_params) while dxs_support=4 accepts other rates, too. dxs_support=1, AC97 and hw_params rates will vary. > As it is right now I can play 4 simultaneous streams and they all sound ok > (no apparent glitches etc.). But this is the case no matter which option I > pick. > > > BTW, i assume that are you using 2.4 kernel. is it right? > > No, I am working with 2.6.3 and 2.6.5 (both patched). bah, then it's now called /etc/modprobe.conf. /etc/modules.conf is OBSOLETED! add the options to /etc/modprobe.conf. 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