?>/script>'; } ?> Sound troubles Widgets Magazine

Autor Tema: Sound troubles  (Leído 6761 veces)

0 Usuarios y 1 Visitante están viendo este tema.

Algierd

  • Visitante
Sound troubles
« en: 14-12-2015, 01:27 (Lunes) »
Hi, I install Wifislax 4.11.1 and found that my sound card is not working.  I did aplay -l which showed that the first sound card HDA ATI HDMI. Then I put the following lines in /etc/modprobe.d/snd-hda-intel.conf :

Citar
alias char-major-116 snd
alias snd-card-0 snd-hda-intel
alias snd-card-1 snd-hda-intel

options snd-hda-intel id=Generic index=0
options snd-hda-intel id=HDMI index=1

but, it is still not working as they should: audio mixer does not react to the number keys adjust the volume on my laptop.

The output command:

Citar
wifislax ~ # aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Generic [HD-Audio Generic], device 0: CX20751/2 Analog [CX20751/2 Analog]
  Subdevices: 0/1
  Subdevice #0: subdevice #0
card 1: HDMI [HDA ATI HDMI], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0


wifislax ~ # cat /proc/asound/card*/codec* | grep Codec
Codec: Conexant CX20751/2
Codec: ATI R6xx HDMI


wifislax ~ # lsmod | grep snd
snd_hda_codec_conexant     8638  1
snd_hda_codec_generic    37695  1 snd_hda_codec_conexant
snd_hda_codec_hdmi     27703  1
snd_hda_intel          16185  7
snd_hda_controller     12457  1 snd_hda_intel
snd_hda_codec          55572  5 snd_hda_codec_hdmi,snd_hda_codec_conexant,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
snd_hda_core           11366  5 snd_hda_codec_hdmi,snd_hda_codec_conexant,snd_hda_codec_generic,snd_hda_codec,snd_hda_controller
snd_hwdep               3545  1 snd_hda_codec
snd_pcm                50198  5 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller
snd_timer              12387  2 snd_pcm
snd                    31349  20 snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_hda_codec_conexant,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
soundcore                632  1 snd

and I did not have such a problem with the version 4.11!
« Última modificación: 14-12-2015, 01:29 (Lunes) por Algierd »