G
Gast1
Hi
Wenn ich mocp starten möchte, oder ein flash-movie per iceweasel gucken möchte oder sonst was mit sound anstellen möchte bekomme ich folgende Fehlermeldung:
Einige infos:
system: debian lenny (vorgestern per netinstall installiert)
auch alsaconf ändert nichts am problem, obwohl es ohne fehlermeldung durchläuft
Wo ist das Problem?
Wenn ich mocp starten möchte, oder ein flash-movie per iceweasel gucken möchte oder sonst was mit sound anstellen möchte bekomme ich folgende Fehlermeldung:
Code:
ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_card_driver returned error: Datei oder Verzeichnis nicht gefunden
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_concat returned error: Datei oder Verzeichnis nicht gefunden
ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_refer returned error: Datei oder Verzeichnis nicht gefunden
ALSA lib conf.c:3985:(snd_config_expand) Evaluate error: Datei oder Verzeichnis nicht gefunden
ALSA lib pcm.c:2144:(snd_pcm_open_noupdate) Unknown PCM default
ALSA lib pcm_hw.c:1240:(_snd_pcm_hw_open) Invalid value for card
Einige infos:
Code:
# lsmod | grep snd
snd_hda_intel 325688 0
snd_pcm_oss 32832 0
snd_mixer_oss 12320 1 snd_pcm_oss
snd_pcm 62596 2 snd_hda_intel,snd_pcm_oss
snd_seq_dummy 2660 0
snd_seq_oss 24992 0
snd_seq_midi 5728 0
snd_rawmidi 18528 1 snd_seq_midi
snd_seq_midi_event 6432 2 snd_seq_oss,snd_seq_midi
snd_seq 41456 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 17800 2 snd_pcm,snd_seq
snd_seq_device 6380 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd 45604 9 snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore 6368 1 snd
snd_page_alloc 7816 2 snd_hda_intel,snd_pcm
Code:
# lspci | grep -i audio
00:1b.0 Audio device: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 04)
Code:
# cat /proc/asound/cards
0 [Intel ]: HDA-Intel - HDA Intel
HDA Intel at 0xd0180000 irq 16
Code:
# cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.16.
Code:
# aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC260 Analog [ALC260 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: ALC260 Digital [ALC260 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
Code:
# ls -l /dev/snd
insgesamt 0
crw-rw---- 1 root audio 116, 0 19. Aug 20:13 controlC0
crw-rw---- 1 root audio 116, 24 19. Aug 20:13 pcmC0D0c
crw-rw---- 1 root audio 116, 16 19. Aug 20:13 pcmC0D0p
crw-rw---- 1 root audio 116, 17 19. Aug 20:13 pcmC0D1p
crw-rw---- 1 root audio 116, 1 19. Aug 20:13 seq
crw-rw---- 1 root audio 116, 33 19. Aug 20:13 timer
system: debian lenny (vorgestern per netinstall installiert)
auch alsaconf ändert nichts am problem, obwohl es ohne fehlermeldung durchläuft
Wo ist das Problem?
Zuletzt bearbeitet von einem Moderator: