Pourquoi n'y a-t-il pas de son sur mon Debian 7?

Il n'y a pas de son sur mon Debian 7. Comment régler le son correctement maintenant?

root@localhost:/home/debian# alsactl init Found hardware: "HDA-Intel" "Realtek ALC887-VD" "HDA:10ec0887,1458a002,00100302" "0x1458" "0xa002" Hardware is initialized using a generic method /usr/share/alsa/init/default:26: control element not found /usr/share/alsa/init/default:26: control element not found /usr/share/alsa/init/default:48: control element not found root@localhost:/home/debian# alsamixer cannot load mixer controls: Invalid argument 

EDIT: La sortie de alsa-info.sh est ici .

EDIT 2: Après avoir ajouté l'option snd-hda-intel model = générique à /etc/modprobe.d/alsa-base.conf , voici ce que j'ai:

 root@localhost:/home/debian# alsactl init Found hardware: "HDA-Intel" "Realtek ALC887-VD" "HDA:10ec0887,1458a002,00100302" "0x1458" "0xa002" Hardware is initialized using a generic method /usr/share/alsa/init/default:26: control element not found /usr/share/alsa/init/default:26: control element not found /usr/share/alsa/init/default:48: control element not found 

Essayez un nouveau kernel

Vous pouvez get 3,16 depuis les rétroportages:

Ajouter la ligne

 deb http://http.debian.net/debian wheezy-backports main 

à /etc/apt/sources.list .

Puis courez

 aptitude update aptitude -t wheezy-backports install linux-image-3.16.0-0.bpo.4-amd64 

et redémarrez.

Débogage ALSA

Obtenir le script

http://www.alsa-project.org/alsa-info.sh

et exécutez-le pour get des informations sur votre carte son.

Lorsque vous avez plus d'informations sur votre carte son, créez le file

 /etc/modprobe.d/mysound.conf 

et ajoute les options comme ceci

 options snd-hda-intel model=6stack-digout 

En particulier, l'option de model est cruciale, parce que la méthode générique ne fonctionne évidemment pas.

Une list complète est dans /usr/share/doc/linux-doc-3.2/Documentation/sound/alsa/HD-Audio-Models.txt.gz dans le package linux-doc-3.2 .

Bonne chance! Les problèmes audio peuvent être horribles à déboguer.

Debian 7 "wheezy" est sorti en mai 2013, avec un kernel sorti début 2012. Si votre matériel audio est plus récent, il est possible qu'il ne soit pas supporté par Debian 7.

Avez-vous essayé avec Debian 8 "Jessie"?