库本图18.04
正如在许多其他帖子中所指出的:在启动、重新启动和在我的情况下,每当我暂停音频超过几分钟,当我在源(spotify,YouTube,桌面播放器)之间切换时重新启动OR时,音频系统就会有一个响亮的弹出声,或者当我切换到不同的源(spotify,,桌面播放器)或Mute/取消音频或调整音量。
我找到了一个带有配置设置的txt文件,该文件讨论如何为音频系统设置节电选项,并说
AC97 and HD-audio drivers have the automatic power-saving mode.
This feature is enabled via Kconfig CONFIG_SND_AC97_POWER_SAVE
and CONFIG_SND_HDA_POWER_SAVE options, respectively.太棒了。我安装kconfig,从各种帮助屏幕开始,但我不知道如何使用它。后来文件上说
The power_save option is exported as writable. This means you can
adjust the value via sysfs on the fly. For example, to turn on the
automatic power-save mode with 10 seconds, write to
/sys/modules/snd_ac97_codec/parameters/power_save (usually as root):
# echo 10 > /sys/modules/snd_ac97_codec/parameters/power_save但当我尝试的时候
bash: /sys/modules/snd_ac97_codec/parameters/power_save: No such file or directory帮我出来。我怎么才能摆脱这些老爷子?
发布于 2020-04-30 04:04:53
注意:您需要成为这方面的根。。
在控制台中打开文件,使用: sudo /etc/modprobe.d/alsa-base.conf 或者,用海豚,和凯特一起打开。
在页面底部添加以下一行:
选项和hda-英特尔power_save=0 power_save_controller=N
保存并重新启动。
https://askubuntu.com/questions/1192404
复制相似问题