我正在我的笔记本电脑上测试新的amd-pstate驱动程序,我通过ppa:tuxinvader/lts-主线安装了最新的5.18内核,更改了一些引导选项,一切都完美无缺。
不幸的是,当我运行命令cpupower时,我得到:
WARNING: cpupower not found for kernel 5.18.5-051805
You may need to install the following packages for this specific kernel:
linux-tools-5.18.5-051805-generic
linux-cloud-tools-5.18.5-051805-generic
You may also want to install one of the following packages to keep up to date:
linux-tools-generic
linux-cloud-tools-genericlinux-tools-generic已经安装,无法找到linux-tools-5.18.5-051805-generic,我的系统上的最新版本是linux-tools-5.13.0-25-generic。我找不到安装cpupower的方法。
发布于 2023-02-01 05:52:24
在AWSUbuntu20.04上,安装命令有点不同:使用sudo apt install -y linux-tools-5.13.0-1031-aws linux-tools-common。
通常,安装sudo apt-get install -y linux-tools-common,然后尝试在命令行上运行cpupower,程序会显示需要安装什么才能运行cpupower。
这是也是 sudo apt-get install cpufrequtils。
https://askubuntu.com/questions/1415288
复制相似问题