You are not logged in.

#1 2010-06-26 12:27:30

kcholakov
Member
From: Bulgaria
Registered: 2010-06-26
Posts: 40

snd_ac97_codec

Hi all,

I have some snd_ac97_codec running on my Arch(after I reinstalled it yesterday), which I want to remove and use ALSA instead. When I open gnome volume control it shows:

Device: Realtek ALC850 rev 0 (OSS mixer)

I removed OSS and installed the ALSA packages - but still no effect. Even after alsaconf.

How can I remove this codec and install ALSA?

Here is also some part of my lsmod:
...
snd_seq_device          6768  5 snd_seq_dummy,snd_seq_oss,snd_seq,snd_opl3_lib,snd_rawmidi
ac97_bus                1540  1 snd_ac97_codec
snd_pcm                73672  5 snd_cs4236,snd_wss_lib,snd_intel8x0,snd_pcm_oss,snd_ac97_codec
...

Thanks

Offline

#2 2010-06-26 16:02:49

3])
Member
From: Netherlands
Registered: 2009-10-12
Posts: 215

Re: snd_ac97_codec

Better check your rc.conf file and your daemons to make sure that alsa is in there.
Ex:

DAEMONS=(syslog-ng hal @network netfs @crond @alsa )

Then after adding that daemon restart your computer or start alsa using the

/etc/rc.d/alsa start

If it hasn't worked so far, type "alsamixer" in the terminal.
Then unmute your master/pcm with "m", also check the version(F2)+enter.

Good luck.


“There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies.”-- C.A.R. Hoare

Offline

#3 2010-06-26 17:08:12

kcholakov
Member
From: Bulgaria
Registered: 2010-06-26
Posts: 40

Re: snd_ac97_codec

Hi thanks, but that was already done. Anyway I solved the problem:

pacman -Syu

big_smile

Thanks again

Last edited by kcholakov (2010-06-26 17:08:24)

Offline

Board footer

Powered by FluxBB