[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Dernière révisionLes deux révisions suivantes
fr:howtos:hardware:audio_and_snd-hda-intel [2013/07/16 12:06 (UTC)] desideriusfr:howtos:hardware:audio_and_snd-hda-intel [2013/07/16 12:20 (UTC)] desiderius
Ligne 1: Ligne 1:
 <!-- Reviewed 2013-01-03 hazel --> <!-- Reviewed 2013-01-03 hazel -->
 <!-- Add your text below. We strongly advise to start with a Headline (see button bar above). --> <!-- Add your text below. We strongly advise to start with a Headline (see button bar above). -->
-====== Audio and snd-hda-intel ======+====== Audio et snd-hda-intel ======
  
 ===== Problématique ===== ===== Problématique =====
Ligne 31: Ligne 31:
 Il est probablement plus facile de redémarrer à cette étape pour vérifier si tout fonctionne correctement. Il est probablement plus facile de redémarrer à cette étape pour vérifier si tout fonctionne correctement.
  
-=====How to find the right options?=====+=====Comment trouver les bonnes options?=====
  
-Very often the problem has already been solvedUse your favourite internet search engine and search for "snd-hda-intel <Your make> <Your model>".+Très souvent, le problème est déjà résolu par l'étape précédenteUtilisez votre moteur de recherche favori sur Internet et cherchez "snd-hda-intel <votre marque> <votre modèle>".
  
-If that is unsuccessful then execute <code>cat /proc/asound/card*/codec* | grep Codec</code> +Si ceci ne marche pas, exécutez <code>cat /proc/asound/card*/codec* | grep Codec</code> 
-The output from that command should be something like+La sortie de cette commande devrait ressembler à 
  
     Codec: SigmaTel STAC9227     Codec: SigmaTel STAC9227
  
-You can then read the documentation in the file ''/usr/src/linux/Documentation/sound/alsa/HD-Audio-Models.txt'' to see a list of possible models that can be used with your codec chip. The default is always ''model=auto'', but it has been reported that some devices seem to need that option supplied explicitly to be made to work.+Vous pouvez lire le documentation du fichier ''/usr/src/linux/Documentation/sound/alsa/HD-Audio-Models.txt'' pour voir les modèles possibles qui peuvent être utilisés avec votre chip d'encodageLe défaut est toujours ''model=auto'', mais il a été rapporté que certains modèles semblent nécessiter que cette option soit définie précisément
  
 If that does not work and you are very keen then take a look at the file ''/usr/src/linux/Documentation/sound/alsa/HD-Audio.txt''. If that does not work and you are very keen then take a look at the file ''/usr/src/linux/Documentation/sound/alsa/HD-Audio.txt''.
 fr:howtos:hardware:audio_and_snd-hda-intel ()