blob: 6ba27a4f35a0181c00e72ccb8f14ec5e88d36a97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<!doctype html>
<html lang="EN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/style.css">
<title>TLP recalibration error on Thinkpad X220</title>
</head>
<body>
<header>
<h1>Bloggings</h1>
<a href="/index.php">Back</a>
</header>
<main>
<article>
<h2>TLP recalibration error on Thinkpad X220</h2>
<h3>2025-04-08</h3>
<h4>Error: cannot read charge level of battery BAT0</h4>
<p>My attempt to recalibrate the battery on my X220 failed. Hunting for info I found <a href="https://github.com/linrunner/TLP/issues/793">this on github</a>
<p>It's a TLP bug that was fixed a couple of weeks ago. The solution was to install the git versions of tlp.</p>
<code>yay -S tlp-git tlp-rdw-git</code>
<p>Now I can plug in my X220 to the mains and run tlp recalibrate BAT0 overnight.</p>
</article>
</main>
<footer>
<p> </p><p>§</p></footer>
</body></html>
|