Neon/Hardware: Difference between revisions

From KDE Community Wiki
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
=== About ===
=== About ===
The Neon [https://linux-hardware.org/?d=KDE_neon Hardware Database] is automatically created based on hardware probes collected by [https://github.com/linuxhw/hw-probe/releases/download/1.4/hw-probe_1.4-2_all.deb this Deb] or by [https://snapcraft.io/hw-probe this Snap].
The Neon [https://linux-hardware.org/?d=KDE_neon Hardware Database] is automatically created based on hardware probes collected by [https://github.com/linuxhw/hw-probe/releases/download/1.5/hw-probe_1.5-1_all.deb this Deb package] or by [https://snapcraft.io/hw-probe this Snap].


It is a part of the global [https://linux-hardware.org/?d=All Linux Hardware Database].
It is a part of the global [https://linux-hardware.org/?d=All Linux Hardware Database].
Line 9: Line 9:
Single command to collect info and add it to the database:
Single command to collect info and add it to the database:


     hw-probe -all -upload
     sudo -E hw-probe -all -upload


Output:
Output:
Line 21: Line 21:
Neon1.png|A probe
Neon1.png|A probe
Neon2.png|Collected logs
Neon2.png|Collected logs
Neon3.png|Computers index
Neon4.png|Timeline of probes
Neon5.png|Search for a device
</gallery>
</gallery>


=== Statistics ===
=== Statistics ===
By creating a hardware probe you contribute to the [https://github.com/linuxhw/SMART "HDD/SSD Real-Life Reliability Test"] study and to the development of [https://www.smartmontools.org/ smartmontools].
By creating a hardware probe you contribute to the [https://github.com/linuxhw/SMART "HDD/SSD Desktop-Class Reliability Test"] study and to the development of [https://www.smartmontools.org/ smartmontools].


=== Debug ACPI subsystem ===
=== Debug ACPI subsystem ===


     apt-get install acpica-tools
     sudo apt-get install acpica-tools
     hw-probe -all -upload -decode-acpi
     sudo -E hw-probe -all -upload -decode-acpi


=== Privacy ===
=== Privacy ===

Latest revision as of 19:40, 23 February 2020

About

The Neon Hardware Database is automatically created based on hardware probes collected by this Deb package or by this Snap.

It is a part of the global Linux Hardware Database.

Submit your hardware

Everybody can submit computer details to the database to let other people know how their computer hardware configuration is supported by Neon.

Single command to collect info and add it to the database:

   sudo -E hw-probe -all -upload

Output:

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

Statistics

By creating a hardware probe you contribute to the "HDD/SSD Desktop-Class Reliability Test" study and to the development of smartmontools.

Debug ACPI subsystem

   sudo apt-get install acpica-tools
   sudo -E hw-probe -all -upload -decode-acpi

Privacy

Private info is not collected. Moreover, it's safer to share your logs by hw-probe rather than share manually, because most private data is removed or hashed at the client side before uploading.

Warning

Please note that a 32-byte prefix of salted SHA512 hashes of MAC addresses and serial numbers are uploaded to the server in order to properly identify unique computers and parts. These are unlikely to be reversible.