Hi !
I've got a problem getting sound using a via sound chip
The alsa driver can be sucessfully loaded but I can't hear any sound.
Looking into /proc/asound/sndstat gives the following result
---------------------------------------------------------------------
--
Sound Driver:3.8.1a-980706 (ALSA v0.5.9b emulation code)
Kernel: Linux ibh03 2.2.14 #4 Sun Oct 22 08:59:05 CEST 2000 i686
Config options: 0
Installed drivers:
Type 10: ALSA emulation
Card config:
VIA 82C686A at 0xb800, irq 15
Audio devices: NOT ENABLED IN CONFIG
Synth devices: NOT ENABLED IN CONFIG
Midi devices:
0: MPU-401 (UART)
Timers:
7: system timer
What's wrong ? Why does sndstat tell me that here is no audio device,
synth device, system timer, mixer
How to enable them. I don't find anything about that in the alsa docu
lsmod looks as follows
Module Size Used by
snd-card-via686a 7180 0
snd-pcm 28760 0 [snd-card-via686a]
snd-timer 8032 0 [snd-pcm]
snd-ac97-codec 23904 0 [snd-card-via686a]
snd-mixer 22608 0 [snd-ac97-codec]
snd-mpu401-uart 2312 0 [snd-card-via686a]
snd-rawmidi 9112 0 [snd-mpu401-uart]
snd-seq-device 3392 0 [snd-rawmidi]
snd 34816 1 [snd-card-via686a snd-pcm snd-timer
snd-ac97-codec snd-mixer snd-mpu401-uart snd-rawmidi snd-seq-device]
Any suggestions whats wrong ?
andi