Mint 19.3 を実行しています。
コンピューターのサウンドは、ジャック経由で接続されたスピーカーからではなく、画面から (たとえば、ディスプレイ ポート経由で) 出力されます。
:を実行して問題を解決しましたsudo alsa force-reload
。その後、スピーカーから音が出ます。起動のたびにコマンドを再入力せずに、永続的に解決策を得たいと思っています。
alsa force-reload
を追加しました/etc/rc.local
が、機能しません。
起動のたびにこのコマンドを起動するにはどうすればよいでしょうか ( が必要であることは承知していますsudo
)? または、 を修正する別の解決策はありますかalsa
?
これが私のALSAログですalsinfo.sh
。起動後、そしてちょうどALSAを強制再起動した後
また、私の/var/log/syslog
ファイルには常に alsa に関する次の 3 行が含まれています。
Apr 10 13:11:15 GLaDOS pulseaudio[3206]: [alsa-sink-ALC1220 Analog] alsa-sink.c: ALSA woke us up to write new data to the device, but there was actually nothing to write.
Apr 10 13:11:15 GLaDOS pulseaudio[3206]: [alsa-sink-ALC1220 Analog] alsa-sink.c: Most likely this is a bug in the ALSA driver 'snd_hda_intel'. Please report this issue to the ALSA developers.
Apr 10 13:11:15 GLaDOS pulseaudio[3206]: [alsa-sink-ALC1220 Analog] alsa-sink.c: We were woken up with POLLOUT set -- however a subsequent snd_pcm_avail() returned 0 or another value < min_avail.