View Single Post

   
  #11 (permalink)  
Old 02-20-2008, 06:20 AM
cashmir
 
Posts: n/a
Default Re: snd-via82xx; Slack10, low sound, alsamixer maxed,

Sean Jodrey wrote:
> Chris wrote:
>
>
>>Hello members and nonmembers alike,
>>I recently installed Slack 10 and one of the trouble spots is the sound.
>>After some finagling I got a squeek of sound to come out of the speekers.
>>I've checked them and they work fine.
>>
>>Thank you,
>>Chrisvia

>
>
> Just as an experiment, why not try the OSS driver and see if it works? The
> module is via82cxxx_audio and might work where ALSA fails. Worth a shot if
> you're not some kind of sound engineer


i have the same sound-chip.
take a look at the modules that are loaded.

here, the output of " $lsmod |grep snd " gives :

snd_pcm_oss 47912 0
snd_mixer_oss 17344 1 snd_pcm_oss
snd_via82xx 21828 2
snd_ac97_codec 68496 1 snd_via82xx
snd_pcm 81288 2 snd_pcm_oss,snd_via82xx
snd_timer 20036 1 snd_pcm
snd_page_alloc 7560 2 snd_via82xx,snd_pcm
snd_mpu401_uart 5824 1 snd_via82xx
snd_rawmidi 19300 1 snd_mpu401_uart
snd_seq_device 6408 1 snd_rawmidi
snd 45668 13
snd_pcm_oss,snd_mixer_oss,snd_via82xx,snd_ac97_cod ec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,s nd_seq_device
soundcore 6880 1 snd

and it works here...

cashmir

Reply With Quote