Greetings one and everyone,
I just installed Redhat9, changing over from Slackware 9. Overall I am quite impressed with how much things "just work" (as opposed to the DIY way of slackware).
However, there is one thing that I just can't seem to get working... my onboard sound card.
The motherboard is an AOpen AK33, and has a VIA 82C686 on board sound card. Redhat detects it and loads the following (relevant) kernel modules
Code:
[root@localhost root]# lsmod
Module Size Used by Not tainted
via82cxxx_audio 24088 1
uart401 8260 0 [via82cxxx_audio]
ac97_codec 13544 0 [via82cxxx_audio]
sound 73108 0 [via82cxxx_audio uart401]
soundcore 6276 4 [via82cxxx_audio sound]
and whenever I try to play back sound I get the following:
Code:
Aug 24 14:31:35 localhost kernel: Via 686a/8233/8235 audio driver 1.9.1-ac2
Aug 24 14:31:35 localhost kernel: PCI: Found IRQ 9 for device 00:07.5
Aug 24 14:31:35 localhost kernel: via82cxxx: timeout while reading AC97 codec (0x1AA0000)
Aug 24 14:31:35 localhost kernel: via82cxxx: timeout after AC97 codec write (0x2A, 0x1)
Aug 24 14:31:35 localhost kernel: via82cxxx: timeout after AC97 codec write (0x0, 0x0)
Aug 24 14:31:35 localhost kernel: via82cxxx: timeout waiting on AC97 codec
Aug 24 14:31:35 localhost kernel: via82cxxx: timeout while reading AC97 codec (0x1800000)
Aug 24 14:31:35 localhost kernel: via82cxxx: timeout after AC97 codec write (0x3C, 0x0)
Aug 24 14:31:35 localhost kernel: via82cxxx: timeout while reading AC97 codec (0x1BC0000)
Aug 24 14:31:35 localhost kernel: via82cxxx: timeout while reading AC97 codec (0x1FC0000)
Aug 24 14:31:35 localhost kernel: via82cxxx: timeout while reading AC97 codec (0x1FE0000)
I tried setting up ALSA, but didn't quite get it right.
Anyone know if this is a supported soundcard, and if it is why can't I get it to work? I think it is supported, as there is a 82cxxx module, and it's listed
here
Thanks in advance!