Hi,
also es sollte eigentlich gehen und VLC spielt auch mp3s, aber man hört nichts! Es handelt sich um einen alten Gericom Laptop A440. Im KInfoCenter sagt er mir "Audio devices: NOT ENABLED IN CONFIG". Es zeigt aber die Karte an und sagt bei den Treibern Type 10 Alsa Emulation. Hier mal ein paar Infos.
also es sollte eigentlich gehen und VLC spielt auch mp3s, aber man hört nichts! Es handelt sich um einen alten Gericom Laptop A440. Im KInfoCenter sagt er mir "Audio devices: NOT ENABLED IN CONFIG". Es zeigt aber die Karte an und sagt bei den Treibern Type 10 Alsa Emulation. Hier mal ein paar Infos.
Code:
deblap:~# lspci | grep Audio
00:07.5 Multimedia audio controller: VIA Technologies, Inc. VT82C686 AC97 Audio Controller (rev 20)
Code:
deblap:~# lsmod | grep snd
snd_via82xx 26008 0
gameport 14632 1 snd_via82xx
snd_ac97_codec 83104 1 snd_via82xx
snd_ac97_bus 2400 1 snd_ac97_codec
snd_pcm 68676 2 snd_via82xx,snd_ac97_codec
snd_timer 20996 1 snd_pcm
snd_page_alloc 10184 2 snd_via82xx,snd_pcm
snd_mpu401_uart 8064 1 snd_via82xx
snd_rawmidi 22560 1 snd_mpu401_uart
snd_seq_device 7820 1 snd_rawmidi
snd 47012 7 snd_via82xx,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore 9248 3 via82cxxx_audio,sound,snd
Code:
deblap:~# cat /proc/asound/devices
0: [ 0] : control
16: [ 0- 0]: digital audio playback
24: [ 0- 0]: digital audio capture
33: : timer
Code:
deblap:~# cat /var/log/syslog | grep 686a
Jul 9 00:16:46 deblap kernel: VP_IDE: VIA vt82c686a (rev 22) IDE UDMA66 controller on pci0000:00:07.1
Jul 9 00:16:46 deblap kernel: via686a 0000:00:07.4: base address not set - upgrade BIOS or use force_addr=0xaddr
Code:
deblap:/etc/init.d# ./alsa reload
Unloading ALSA sound driver modules: snd-via82xx snd-ac97-codec snd-ac97-bus snd-pcm snd-timer snd-page-alloc snd-mpu401-uart snd-rawmidi snd-seq-device.
Loading ALSA sound driver modules: snd-via82xx snd-ac97-codec snd-ac97-bus snd-pcm snd-timer snd-page-alloc snd-mpu401-uart snd-rawmidi snd-seq-deviceFATAL: Error inserting snd_seq_oss (/lib/modules/2.6.18-6-686/kernel/sound/core/seq/oss/snd-seq-oss.ko): Device or resource busy
Last edited by a moderator: