tlp不起作用,风扇狂转
Tofloor
poster avatar
chengs2035
deepin
2020-08-30 08:27
Author
本帖最后由 chengs2035 于 2020-8-30 00:38 编辑

电脑是ThinkPad t490

tlp已经安装了,但是一直不起作用。

--- TLP 1.1 --------------------------------------------

+++ ThinkPad Battery Features
tp-smapi   = inactive (kernel module 'tp_smapi' load error)
tpacpi-bat = inactive (kernel module 'acpi_call' not installed)



风扇一直转,让人抓狂的不行

请问下,我现在还能做啥呢?



-----------
参考这个帖子的操作:
https://bbs.deepin.org/post/194744#
测试了一下针对笔记本装Deepin有时候遇到不能自主降频的问题,导致温度过高;
大家可以测试这个方法,并且给我反馈
解决方法:
sudo gedit /etc/default/grub
编辑grub文件,其中两行改为如下:
GRUB_CMDLINE_LINUX="splash quiet "
GRUB_CMDLINE_LINUX_DEFAULT="intel_pstate=disable"
保存退出后更新一下grub
sudo update-grub
然后,重启系统。
再用i7z查看,已经能够自动降频了。
没效果


Reply Favorite View the author
All Replies
avatar
deepinuser17
deepin
2020-08-30 09:01
#1
本帖最后由 deepinuser17 于 2020-8-30 01:02 编辑

这里有一个链接,报告了类似的问题.
https://github.com/linrunner/TLP/issues/427
https://askubuntu.com/questions/ ... d-t490-ubuntu-18-04


解决的办法是升级tlp到1.2版本.你可以试试.
Reply View the author
avatar
chengs2035
deepin
2020-08-30 09:28
#2
https://bbs.deepin.org/post/200892
这里有一个链接,报告了类似的问题.
https://github.com/linrunner/TLP/issues/427
https://askubuntu.com ...

我直接用apt-get install 安装的,好像默认只能1.1的?
Reply View the author
avatar
deepinuser17
deepin
2020-08-30 10:13
#3
本帖最后由 deepinuser17 于 2020-8-30 02:14 编辑

深度V20源里的tlp只有1.1版本的.要用第三方源.链接里有用第三方源的安装方法.

  1. sudo add-apt-repository ppa:linrunner/tlp
  2. sudo apt-get update
  3. sudo apt-get upgrade
  4. sudo apt-get install tp-smapi-dkms acpi-call-dkms tlp
Copy the Code



Reply View the author
avatar
dororo2020
deepin
2020-08-30 19:25
#4
deepinuser17 发表于 2020-8-30 02:13
深度V20源里的tlp只有1.1版本的.要用第三方源.链接里有用第三方源的安装方法.



深度能用ppa?
Reply View the author
avatar
doodo
deepin
2020-08-30 19:31
#5
It has been deleted!
avatar
走钢丝
deepin
2020-08-30 19:43
#6
不会添加 backports 源的话,可以直接下载安装 https://mirrors.tuna.tsinghua.edu.cn/debian/pool/main/t/tlp/

Reply View the author
avatar
deepinuser17
deepin
2020-08-30 19:45
#7

可以.这个源只有与tlp相关的软件.
Reply View the author
avatar
安洛
deepin
2020-08-30 21:40
#8
https://bbs.deepin.org/post/200892
可以.这个源只有与tlp相关的软件.

深度默认不能添加ppa吧,那个是ubuntu的添加方式。
Reply View the author