wiki-js/Linux/Hardware.md

22 lines
346 B
Markdown

---
title: Hardware
description: Diagnostic of hardware problems
published: true
date: 2025-01-06T11:54:01.078Z
tags:
editor: markdown
dateCreated: 2025-01-06T11:31:14.429Z
---
# Hardware
Diagnostics of hardware problems in Linux
## Battery
Check the batteries health
```
sudo upower -i $(upower -e | grep BAT)
```
```
sudo tlp-stat -b
```