Differences between revisions 16 and 17
Revision 16 as of 2019-10-29 06:43:27
Size: 3385
Editor: ?AndreyPonomarenko
Comment: Fix RU to Русский
Revision 17 as of 2019-11-12 03:19:07
Size: 3268
Editor: PaulWise
Comment: hw-probe was accepted into Debian
Deletions are marked like this. Additions are marked like this.
Line 25: Line 25:
1. Deb package:
{{{
wget https://github.com/linuxhw/hw-probe/releases/download/1.4/hw-probe_1.4-2_all.deb
sudo apt install ./hw-probe_1.4-2_all.deb
}}}
1. Deb package: DebianPackage:hw-probe

Translation(s): Русский


This page provides info about a automated hardware database, how to use it and how to add your hardware to the database.

The project is the successor of the Smolt project.

About

Nowadays, Linux hardware compatibility is almost perfect compared to the 90s. However, according to the latest report from https://Linux-Hardware.org about 20% of Linux users still facing hardware compatibility problems. Most of them (79%) have only one unsupported device on board, some of them (18%) have two unsupported devices, the minor part of them (2%) have three unsupported devices and the rest (1%) have 4-7 unsupported devices.

The new hardware database is introduced to automatically collect detailed hardware info, collect all necessary hardware related system logs as well for effective debugging, check operability of devices by automated static analysis of collected logs and provide perfect navigation capabilities. Collected logs are de-personalized at the client side.

It's important to have non-Debian probes in the database to be able to look at the experience of other Linux distributions (like Ubuntu) when debugging some computer model or particular hardware parts, so the Debian database is just a part of the global database including all Linux distributions.

The database is dumped to the Github repository for statistical analysis by third parties and to protect against data loss in the future.

The database is closely integrated with LKDDb to immediately suggest a proper (newer) Linux kernel versions for unsupported devices.

Install client

Choose most appropriate way to install:

1. Deb package: hw-probe

2. Universal packages: Appimage, Docker, Snap, Flatpak

Add your hardware

Use this command:

sudo hw-probe -all -upload

Sample output:

Probe for hardware ... Ok
Reading logs ... Ok
Uploaded to DB, Thank you!
Probe URL: https://linux-hardware.org/?probe=6b964cd335

Privacy

Private info is not collected. See the privacy notes.

Moreover, it's safer to share your logs by hw-probe rather than share manually, because all private strings are removed at the client side before uploading.


CategoryHardware