Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
deepin 4.14.2kernel关机后,电源灯还亮着,风扇也还在转
Experiences and Insight
870
views ·
2
replies ·
To
floor
Go
snowx
deepin
2018-01-09 17:08
Author
通过大牛给的三个代码,已经能够熄灭屏幕,但是电源灯和风扇还是不关,附上转载的三行代码供参考
debug loglevel=15 initcall_debug dyndbg="file kernel/power/* +plfmt"
启动参数加上apparmor=0
或者在系统里面systemctl disable apparmor
gsettings set com.deepin.dde.startdde swap-sched-enabled false
有大牛来解决吗?
Reply
Like 0
Favorite
View the author
All Replies
aida
deepin
2018-01-09 19:12
#1
https://bbs.deepin.org/user/32991
Reply
Like 0
View the author
yangbo
deepin
2018-01-09 19:19
#2
gsettings set com.deepin.dde.startdde swap-sched-enabled false
这个吧
不行就按照下面的步骤提供feedback
启动参数加上debug loglevel=15 initcall_debug dyndbg="file kernel/power/* +plfmt"
去掉quiet splash,最好把plymouth disable掉,这样容易看到console的日志
下次再遇到拍个图片给我
不是必现的话,就直接把参数写到grub.cfg里面,以保证出现的时候尽可能多的能看到信息
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
Looking Deepin ci 25.2.0 Developer/Unstable repositories
How to fix grub boot menu that has disappeared?
Popular Events
More
debug loglevel=15 initcall_debug dyndbg="file kernel/power/* +plfmt"
启动参数加上apparmor=0
或者在系统里面systemctl disable apparmor
gsettings set com.deepin.dde.startdde swap-sched-enabled false
有大牛来解决吗?