View Single Post

   
  #15 (permalink)  
Old 02-20-2008, 06:24 AM
snip_12o3l@tiscali.nl
 
Posts: n/a
Default Re: snd-via82xx; Slack10, low sound, alsamixer maxed,

cashmir wrote:

> 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,snd_ seq_device
> soundcore 6880 1 snd
>
> and it works here...
>
> cashmir

Here it works too and I have exactly the same modules. Make sure you have
these modules, otherwise you'll have to rebuild the kernel or maybe only
the modules. You'll have to run "alsamixer" to adapt the volume and
"alsacfg store" both as root.
If you want sound while browsing using thunderbird you'll have to start
firefox with "/opt/kde/bin/artsdsp /directory/where/you/installed/firefox"

Reply With Quote