编译的时候可以再增加一些可选项吗?比如禁用I226的电源管理做个选项?如果可以Cstate也做个选项? #868
Hello-Panda2006
started this conversation in
Ideas
Replies: 1 comment
|
个性化的自定义脚本,你可以加在 99-custom.sh 中即可 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
现在我是安装好了这么干
for slot in 0000:01:00.0 0000:02:00.0 0000:03:00.0 0000:04:00.0; do
echo on > /sys/bus/pci/devices/$slot/power/control
done
N6000小主机,不禁用I226电源管理死机概率不小
All reactions