linrunner / TLP

TLP - Optimize Linux Laptop Battery Life
https://linrunner.de/tlp
GNU General Public License v2.0
2.51k stars 129 forks source link

Slowing down the system #745

Open Massimo-B opened 1 week ago

Massimo-B commented 1 week ago

[x] I've read and accepted the Bug Reporting Howto [x] I've provided all required tlp-stat outputs via Gist (see below)

Describe the bug

Hi, I installed tlp-1.6.1 on Gentoo, as replacement for older laptop-mode-tools. For that I temporarily disabled the laptop-mode-tools service.

Now doing a tlp start makes the laptop slow and not usable anymore. Connected via ssh I can type 1 character per second. None of tlp ac or tlp bat solves it. Only disconnecting and reconnecting AC power solves it.

Doing a rc-service tlp start does not show that issue.

The init script does a tlp init start, doing that manually also does not show the issue. But this init is not documented anywhere.

Gentoo Linux 23.0 tlp-1.6.1 openrc-0.54 (No systemd)

In the syslog I've seen some

Jun 20 13:29:12 [kernel] [13146.366090] NOHZ tick-stop error: local softirq work is pending, handler #08!!!

linrunner commented 1 week ago

Hi. Generally I expect that people provide actionable information in their issue in order to enable analysis; the issue template should help.

In your case this amounts to the full output of

sudo tlp-stat 
  1. After boot (I presume that the service is active)
  2. After the command causing the problem: tlp start

Please do not simply copy the long output here. Instead, use https://gist.github.com/. Thanks.