Outils pour utilisateurs

Outils du site


sound_trucs

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
Prochaine révision
Révision précédente
sound_trucs [2008/07/22 20:57] thierrysound_trucs [2011/02/15 10:10] (Version actuelle) thierry
Ligne 1: Ligne 1:
 +====== Faites taire ce Speaker =====
 +Liens:
 +  - http://blog.gnusquad.org/2009/02/05/faites-taire-votre-pc-speaker/
 +  - http://www.cyberciti.biz/faq/rhel-fedora-turn-off-bell-beep-sound/
 +
 +====== squeeze =====
 +
 +Lien: https://help.ubuntu.com/community/HdaIntelSoundHowto
 +
 +  00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 01)
 +me presente une carte bien pauvre...
 +
 +  # cat /proc/asound/card0/codec#* | grep Codec
 +  Codec: Analog Devices AD1984
 +
 +Donc, je regarde la doc et je vois:
 +  AD1984
 +  ======
 +    basic         default configuration
 +    thinkpad      Lenovo Thinkpad T61/X61
 +    dell_desktop  Dell T3400
 +
 +Donc, dans **''/etc/modprobe.d/alsa-base.conf''** , j'ajoute:
 +  options snd-hda-intel model=dell_desktop
 +
 +Reboot ?  
 +
 ====== Alsa ====== ====== Alsa ======
 Configurer le son avec Alsa: Configurer le son avec Alsa:
Ligne 68: Ligne 95:
   alias snd-card-0 snd-hda-intel   alias snd-card-0 snd-hda-intel
   options snd-hda-intel index=0   options snd-hda-intel index=0
 +
 +{{:kmix.png|}}
  
 Et alors? Et alors?
 +
 +===== Etch =====
 +Marche po...
 +
 +  # aplay --list-devices
 +  **** List of PLAYBACK Hardware Devices ****
 +  card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
 +    Subdevices: 1/1
 +    Subdevice #0: subdevice #0
 +  card 0: Intel [HDA Intel], device 1: AD198x Digital [AD198x Digital]
 +    Subdevices: 1/1
 +    Subdevice #0: subdevice #0
 +
 +  # modinfo snd-hda-intel
 +  filename:       /lib/modules/2.6.18-6-xen-686/kernel/sound/pci/hda/snd-hda-intel.ko
 +  license:        GPL
 +  description:    Intel HDA driver
 +  vermagic:       2.6.18-6-xen-686 SMP mod_unload 686 REGPARM gcc-4.1
 +  depends:        snd-pcm,snd-page-alloc,snd-hda-codec,snd
 +  alias:          pci:v00008086d00002668sv*sd*bc*sc*i*
 +  alias:          pci:v00008086d000027D8sv*sd*bc*sc*i*
 +  alias:          pci:v00008086d0000269Asv*sd*bc*sc*i*
 +  alias:          pci:v00008086d0000284Bsv*sd*bc*sc*i*
 +  alias:          pci:v00001002d0000437Bsv*sd*bc*sc*i*
 +  alias:          pci:v00001002d00004383sv*sd*bc*sc*i*
 +  alias:          pci:v00001002d0000793Bsv*sd*bc*sc*i*
 +  alias:          pci:v00001106d00003288sv*sd*bc*sc*i*
 +  alias:          pci:v00001039d00007502sv*sd*bc*sc*i*
 +  alias:          pci:v000010B9d00005461sv*sd*bc*sc*i*
 +  alias:          pci:v000010DEd0000026Csv*sd*bc*sc*i*
 +  alias:          pci:v000010DEd00000371sv*sd*bc*sc*i*
 +  parm:           enable:bool
 +  parm:           single_cmd:Use single command to communicate with codecs (for debugging only). (bool)
 +  parm:           probe_mask:Bitmask to probe codecs (default = -1). (int)
 +  parm:           position_fix:Fix DMA pointer (0 = auto, 1 = none, 2 = POSBUF, 3 = FIFO size). (int)
 +  parm:           model:Use the given board model. (charp)
 +  parm:           id:ID string for Intel HD audio interface. (charp)
 +  parm:           index:Index value for Intel HD audio interface. (int)
 +
 +Regarder dans la documentation des sources, là:
 +  /usr/src/linux-source-2.6.18/Documentation/sound/alsa/ALSA-Configuration.txt
 +A propos des "model", on y voit:
 +        AD1988
 +          6stack        6-jack
 +          6stack-dig    ditto with SPDIF
 +          3stack        3-jack
 +          3stack-dig    ditto with SPDIF
 +          laptop        3-jack with hp-jack automute
 +          laptop-dig    ditto with SPDIF
 +          auto          auto-confgi reading BIOS (default)
 +
 +A essayer, pour ma sortie son TV ?:
 +  # modprobe saa7134-alsa
 +
 +==== Soluce ====
 +Donc, dans **''/etc/modprobe.d/alsa-base''** , ajouter:
 +  options snd-hda-intel model=3stack-dig index=0
 +
 +Et voila.
 +J'avais déjà le son, mais en plus avec la tv ;-)
 +
  
 ====== tvtime et alsa ====== ====== tvtime et alsa ======
 Lien: http://www.linuxtv.org/v4lwiki/index.php/Saa7134-alsa Lien: http://www.linuxtv.org/v4lwiki/index.php/Saa7134-alsa
  
sound_trucs.1216760250.txt.gz · Dernière modification : 2008/07/22 20:57 de thierry