Archlinux에서 사운드 작동이 중지되었습니다.

Archlinux에서 사운드 작동이 중지되었습니다.

ALSA 몇 년 동안 아무런 문제가 없던 후에 사운드가 작동을 멈췄습니다.

내 시스템:

[root@myArch jm]# uname -a
Linux myArch 4.2.3-1-ARCH #1 SMP PREEMPT Sat Oct 3 19:08:23 CEST 2015 i686 GNU/Linux

내 카드:

[root@myArch jm]# cat /proc/asound/cards
 0 [Intel          ]: HDA-Intel - HDA Intel
                      HDA Intel at 0xf2620000 irq 30

운전사:

[root@myArch jm]#  lsmod | grep snd
snd_hda_codec_conexant    20480  1
snd_hda_codec_generic    65536  1 snd_hda_codec_conexant
snd_hda_intel          28672  3
snd_hda_codec          94208  3 snd_hda_codec_conexant,snd_hda_codec_generic,snd_hda_intel
snd_hda_core           45056  4 snd_hda_codec_conexant,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
snd_hwdep              16384  1 snd_hda_codec
snd_pcm                77824  3 snd_hda_codec,snd_hda_intel,snd_hda_core
snd_timer              28672  1 snd_pcm
snd                    57344  14 snd_hwdep,snd_timer,snd_hda_codec_conexant,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,thinkpad_acpi
soundcore              16384  1 snd

테스트에는 wav 파일을 사용하세요. 소리가 나지 않습니다.

[jm@myArch downloads]$ aplay tst.wav 
Playing WAVE 'tst.wav' : Signed 32 bit Little Endian, Rate 8000 Hz, Stereo

alsamixers는 다음과 같습니다:

알사 믹서 감사해요,

답변1

저도 어제 비슷한 상황이 있어서 시도해 봤습니다.

alsactl init

작동하기 시작했습니다. 특정 조건이 실행될 때 소리를 멈추는 전원 관리자에 문제가 있는 것 같습니다.

답변2

사운드가 음소거되었기 때문일 수도 있습니다. 헤드폰과 스피커 위에 MM이 있어 둘 다 음소거할 수 있습니다. n, p 또는 화살표 키를 눌러 사이를 이동하고, m을 입력하여 음소거를 해제하세요.

관련 정보