[Hardware] 笔记本开机后,风扇一直转
Tofloor
poster avatar
流羽
deepin
2021-05-09 20:08
Author

问题描述:笔记本 安装 deepin 20.2后,笔记本风扇一直在转。cpu是I7-8550U,应该不存在性能不足。尝试了网上一些方法,都不行。目前修改过启动参数intel_pstate=disable,CPU 频率已经降下来。

 设备温度和cpu频率如下:

 

硬件信息:

型号: 联想 Lenovo idea 330C-14IKB 

 

处理器 : Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz (四核 / 八逻辑处理器)

主板 : LNVNB161216

内存 : 4GB(M471A5244CB0-CTD DDR4 2400MHz (0.4ns))/4GB(4ATF51264HZ-2G3B1 DDR4 2400MHz (0.4ns))

显示适配器 : GM108M [GeForce MX110]/UHD Graphics 620

音频适配器 : Sunrise Point-LP HD Audio

存储设备 : WDC WD10SPZX-24Z10T0 (1.00 TB)/WDC WD5000LPLX-24ZNTT0 (500 GB)

电池 : 电池

网络适配器 : RTL810xE PCI Express Fast Ethernet controller/QCA9377 802.11ac Wireless Network Adapter

鼠标 : Unifying Receiver (Logitech Unifying Receiver)/Synaptics TM3336-002 (Synaptics TM3336-002)

键盘 : AT Translated Set 2 keyboard (AT Translated Set 2 keyboard)

显示设备 : N140HGE-EAA LCD Monitor(13.9 英寸 (308x173 mm))

图像设备 : EasyCamera (IMC Networks EasyCamera)

其他设备 : usb 0xe500

 

 

Reply Favorite View the author
All Replies
流羽
deepin
2021-05-09 20:10
#1

Reply View the author
蔡EEPIN
deepin
2021-05-09 23:49
#2

sudo apt install linux-cpupower

# 设置cpu为省电模式

sudo cpupower -c all frequency-set -g powersave

# 查看当前cpu模式及频率

cpupower frequency-info

Reply View the author
o0******00@163.com
deepin
2021-05-10 01:22
#3
不会睿频,不知道降频。
1、sudo deepin-editor /etc/default/grub 。打开/etc/default/grub文件:
2、可能是第三行和第四行,也可能是第四和五行。改成下面这样
GRUB_CMDLINE_LINUX="splash quiet"
GRUB_CMDLINE_LINUX_DEFAULT="intel_pstate=disable"
保存。关闭文件。
3、sudo update-grub 。
4、重启电脑 。”
Reply View the author
流羽
deepin
2021-05-11 06:44
#4
蔡EEPIN

sudo apt install linux-cpupower

# 设置cpu为省电模式

sudo cpupower -c all frequency-set -g powersave

# 查看当前cpu模式及频率

cpupower frequency-info

谢谢,学习到新东西流。试了还是不行,可能是风扇控制有问题。

Reply View the author
流羽
deepin
2021-05-11 07:14
#5
o0******00@163.com
不会睿频,不知道降频。
1、sudo deepin-editor /etc/default/grub 。打开/etc/default/grub文件:
2、可能是第三行和第四行,也可能是第四和五行。改成下面这样
GRUB_CMDLINE_LINUX="splash quiet"
GRUB_CMDLINE_LINUX_DEFAULT="intel_pstate=disable"
保存。关闭文件。
3、sudo update-grub 。
4、重启电脑 。”

谢谢,试了,还是不行。

Reply View the author
蔡EEPIN
deepin
2021-05-11 07:40
#6
It has been deleted!
shliu
deepin
2021-05-17 03:14
#7

老哥启动参数在哪里修改?

 

Reply View the author
shliu
deepin
2021-05-17 04:04
#8
shliu

老哥启动参数在哪里修改?

 

我电脑配置跟你差不多,我已经快被风扇折磨死了。

Reply View the author
流羽
deepin
2021-05-18 06:22
#9
shliu

我电脑配置跟你差不多,我已经快被风扇折磨死了。

就是三楼的配置方法。

Reply View the author