Hi Community,
da ich nahe der Verzweiflung bin, möchte ich euch mein Problem mal schildern.
Da ich in letzter Zeit immer wieder Probleme mit der vollen Soundunterstützung hatte, habe ich mich im Wiki mit den verschiedenen Artikeln zu ALSA und den HDA Soundkarten auseinandergesetzt. Leider hat wohl etwas nicht so funktioniert und jetzt stehe ich völlig ohne Sound da...
Hoffe mal, dass jemand Lust hat sich mit dem Problem zu beschäftigen.
Hier mal sämtliche Ausgaben:
Dist: Ubuntu 10.04.3 LTS
Kernel: 2.6.32-34-generic
cat /proc/asound/cards
1 2 | 0 [Intel ]: HDA-Intel - HDA Intel HDA Intel at 0xfe9fc000 irq 21 |
aplay -l
1 2 3 4 5 6 7 | **** Liste der Hardware-Geräte (PLAYBACK) **** Karte 0: Intel [HDA Intel], Gerät 0: STAC92xx Analog [STAC92xx Analog] Sub-Geräte: 1/1 Sub-Gerät #0: subdevice #0 Karte 0: Intel [HDA Intel], Gerät 3: INTEL HDMI [INTEL HDMI] Sub-Geräte: 1/1 Sub-Gerät #0: subdevice #0 |
aplay /usr/share/sounds/alsa/Noise.wav
1 2 3 4 5 | ALSA lib confmisc.c:1286:(snd_func_refer) Unable to find definition 'defaults.pcm.dmix.device' ALSA lib conf.c:4184:(_snd_config_evaluate) function snd_func_refer returned error: Datei oder Verzeichnis nicht gefunden ALSA lib conf.c:4663:(snd_config_expand) Evaluate error: Datei oder Verzeichnis nicht gefunden ALSA lib pcm.c:2212:(snd_pcm_open_noupdate) Unknown PCM default aplay: main:608: Fehler beim Öffnen des Gerätes: Datei oder Verzeichnis nicht gefunden |
lspci -nnk | grep -iA2 audio
1 2 3 | 00:1b.0 Audio device [0403]: Intel Corporation 82801H (ICH8 Family) HD Audio Controller [8086:284b] (rev 02) Kernel driver in use: HDA Intel Kernel modules: snd-hda-intel |
ps -C esd ebenso wie ps -C arts
1 | PID TTY TIME CMD |
ps -C pulseaudio
1 2 | PID TTY TIME CMD 2326 ? 00:00:00 pulseaudio |
grep "^audio" /etc/group | grep "$USER" | wc -l
1 | 1
|
lsmod | grep "snd"
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | snd_hda_codec_idt 61546 1 snd_hda_codec_intelhdmi 13090 1 snd_hda_intel 25805 0 snd_hda_codec_via 33207 0 snd_hda_codec 85759 4 snd_hda_codec_idt,snd_hda_codec_intelhdmi,snd_hda_intel,snd_hda_codec_via snd_hwdep 6924 1 snd_hda_codec snd_via82xx_modem 10406 0 snd_via82xx 24004 0 gameport 10966 1 snd_via82xx snd_ac97_codec 125394 2 snd_via82xx_modem,snd_via82xx ac97_bus 1450 1 snd_ac97_codec snd_pcm 87946 5 snd_hda_intel,snd_hda_codec,snd_via82xx_modem,snd_via82xx,snd_ac97_codec snd_timer 23649 1 snd_pcm snd_page_alloc 8500 4 snd_hda_intel,snd_via82xx_modem,snd_via82xx,snd_pcm snd_mpu401_uart 6857 1 snd_via82xx snd_rawmidi 23420 1 snd_mpu401_uart snd_seq_device 6888 1 snd_rawmidi snd 71283 13 snd_hda_codec_idt,snd_hda_codec_intelhdmi,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_via82xx_modem,snd_via82xx,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device soundcore 8052 1 snd |
head -n 3 /proc/asound/card0/codec#0
1 2 3 | Codec: Conexant ID 2c06 Address: 0 Function Id: 0x2 |
head -n 3 /proc/asound/card0/codec97#0/ac97#0-0 ebenso wie head -n 3 /proc/asound/card0/codec97#0/ac97#0-0+regs
1 | head: „/proc/asound/card0/codec97#0/ac97#0-0“ kann nicht zum Lesen geöffnet werden: Datei oder Verzeichnis nicht gefunden |
asoundconf list
1 2 | Names of available sound cards: Intel |
cat ~/.asoundrc
1 2 3 4 5 | # ALSA library configuration file # Include settings that are under the control of asoundconf(1). # (To disable these settings, comment out this line.) </home/manu/.asoundrc.asoundconf> |
cat ~/.asoundrc.asoundconf
1 2 3 4 5 6 7 8 9 10 11 12 | # ALSA library configuration file managed by asoundconf(1). # # MANUAL CHANGES TO THIS FILE WILL BE OVERWRITTEN! # # Manual changes to the ALSA library configuration should be implemented # by editing the ~/.asoundrc file, not by editing this file. !defaults.pcm.card Intel defaults.ctl.card Intel defaults.pcm.device 0 defaults.pcm.subdevice -1 defaults.pcm.nonblock 1 defaults.pcm.compat 0 |