Bonjour,
Je rencontre des problèlmes pour faire fonctionner ma carte son usb avec alsa.
J’ai parcourus un peut tous les forum et je cale…
Pour récapituler, je suis la procédure décrite ici:
http://www.isalo.org/wiki.debian-fr/index.php/Diagnostiquer_un_probl%C3%A8me_alsa
C’est ok jusqu’a l’étape: amixer
ou j’otiens le message d’erreur suivant:
root@serveur:~# amixer
amixer: Mixer attach default error: No such file or directory
J’ai fais manip suivantes sans succés:
[code]root@serveur:~# cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.21.
========================================
/etc/group
audio:x:29:slestang,mpd
========================================
root@serveur:~# ls -al /dev/snd
total 0
drwxr-xr-x 4 root root 180 Jan 1 1970 .
drwxr-xr-x 14 root root 2680 Jan 1 1970 …
drwxr-xr-x 2 root root 60 Jan 1 1970 by-id
drwxr-xr-x 2 root root 60 Jan 1 1970 by-path
crw-rw---- 1 root audio 116, 6 Jan 1 1970 controlC1
crw-rw---- 1 root audio 116, 5 Jan 1 1970 pcmC1D0c
crw-rw---- 1 root audio 116, 4 Jan 1 1970 pcmC1D0p
crw-rw---- 1 root audio 116, 3 Jan 1 1970 seq
crw-rw---- 1 root audio 116, 2 Jan 1 1970 timer
==========================================
root@serveur:~# aplay -l
**** List of PLAYBACK Hardware Devices ****
card 1: default [USB Sound Device ], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
===========================================================
root@serveur:~# lsmod
…
snd_usb_audio 59236 0
snd_pcm 56903 1 snd_usb_audio
snd_page_alloc 4891 1 snd_pcm
snd_usb_lib 14384 1 snd_usb_audio
snd_seq_midi 4274 0
snd_seq_midi_event 4610 1 snd_seq_midi
snd_rawmidi 15833 2 snd_usb_lib,snd_seq_midi
snd_hwdep 5140 1 snd_usb_audio
snd_seq 43935 2 snd_seq_midi,snd_seq_midi_event
snd_timer 15962 2 snd_pcm,snd_seq
snd_seq_device 4983 3 snd_seq_midi,snd_rawmidi,snd_seq
snd 42948 7 snd_usb_audio,snd_pcm,snd_rawmidi,snd_hwdep,snd_
seq,snd_timer,snd_seq_device
sha1_generic 1717 0
evdev 6582 0
soundcore 4753 1 snd
…
========================================
root@serveur:~# cat /proc/asound/cards
1 [default ]: USB-Audio - USB Sound Device
USB Sound Device at usb-orion-ehci.0-1.2, full speed
========================================
root@serveur:~# alsactl init
Unknown hardware: “USB-Audio” “USB Mixer” “USB0d8c:0102” “” ""
Hardware is initialized using a guess method [/code]
Ça ressemble aux problèmes de droits classique mais je ne vois pas la faille !
pidou46