在安装Linux后常常会写程序想要调节CPU的频率,往往需要访问”/sys/devices/system/cpu/cpu0/cpufreq目录,但是进去看了以后发现没有cpufreq这个目录。原因是没有安装powernowd.
apt-get install cpufrequtlis
cpufreq-info显示CPU的信息
apt-get install powernowd 安装powernowd
etc/init.d/powernowd start
在安装Linux后常常会写程序想要调节CPU的频率,往往需要访问”/sys/devices/system/cpu/cpu0/cpufreq目录,但是进去看了以后发现没有cpufreq这个目录。原因是没有安装powernowd.
apt-get install cpufrequtlis
cpufreq-info显示CPU的信息
apt-get install powernowd 安装powernowd
etc/init.d/powernowd start