我最近更新到 Ubuntu 最新的 LTS。我的电脑散热管理很差,我需要能够禁用涡轮增压才能舒适地使用它。
我有一个脚本,它通过使用 msr-tools 来做到这一点,在所有内核上禁用涡轮增压:
sudo wrmsr -pX 0x1a0 0x4000850089 (X being the number of the core)
Run Code Online (Sandbox Code Playgroud)
由于更新,这是我使用此命令得到的结果:
wrmsr: pwrite: Operation not permitted
Run Code Online (Sandbox Code Playgroud)
关于如何解决这个问题的任何线索?
问候