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

動作し始めました。特定の条件が実行されたときに音を止める電源マネージャに問題があるようです。

おすすめ記事