오디오 드라이버를 다시 시작하기 위해 복구 시 스크립트를 어떻게 실행할 수 있습니까?

오디오 드라이버를 다시 시작하기 위해 복구 시 스크립트를 어떻게 실행할 수 있습니까?

현재 "Linux grant-N501VW 4.10.0-40-generic #44-Ubuntu SMP Thu Nov 9 14:49:09 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux"를 실행 중이며 복원한 후에도 헤드폰을 통해 백색 소음이 계속 들립니다. 기계. 이 작업을 수행하는 명령을 찾았습니다.

pulseaudio -k && sudo alsa force-reload

하지만 복원 시 자동으로 실행되기를 원합니다. 그러나 일반적으로 복구 후 처음 실행하면 다음이 인쇄되고 문제가 해결되지 않기 때문에 약간 까다롭습니다.

Unloading ALSA sound driver modules: snd-seq-midi snd-seq-midi-event snd-seq snd-rawmidi snd-seq-device 
snd-hda-codec-hdmi snd-hda-codec-realtek snd-hda-codec-generic snd-hda-intel snd-hda-codec 
snd-hda-core snd-hwdep snd-pcm snd-timer 
(failed: modules still loaded: snd-hda-codec-hdmi snd-hda-codec-realtek snd-hda-codec-generic 
snd-hda-codec snd-hda-core snd-hwdep snd-pcm snd-timer).
Loading ALSA sound driver modules: snd-seq-midi snd-seq-midi-event snd-seq snd-rawmidi snd-seq-device 
snd-hda-codec-hdmi snd-hda-codec-realtek snd-hda-codec-generic snd-hda-intel snd-hda-codec 
snd-hda-core snd-hwdep snd-pcm snd-timer.

그러나 실패한 명령을 실행한 후 다시 실행하면 다음과 같이 인쇄됩니다.

Unloading ALSA sound driver modules: snd-hda-intel snd-seq-midi snd-seq-midi-event 
snd-seq snd-rawmidi snd-seq-device snd-hda-codec-hdmi snd-hda-codec-realtek snd-hda-codec-generic 
snd-hda-codec snd-hda-core snd-hwdep snd-pcm snd-timer.
Loading ALSA sound driver modules: snd-hda-intel snd-seq-midi snd-seq-midi-event 
snd-seq snd-rawmidi snd-seq-device snd-hda-codec-hdmi snd-hda-codec-realtek 
snd-hda-codec-generic snd-hda-codec snd-hda-core snd-hwdep snd-pcm snd-timer.

그리고 오디오 백색소음이 수정되었습니다. /etc/pm/sleep.d/에 스크립트를 생성하는 것을 고려했지만 작동하지 않는 것 같습니다.

관련 정보