From Fedora Project Wiki

(Instructions for EL)
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{admon/note|''This is the successor of [[Smolt]] project.''}}
== About ==
== About ==
Check hardware devices operability, collect logs and find drivers.


The Fedora [https://linux-hardware.org/?d=Fedora Hardware Database] is automatically created based on hardware probes collected by [https://src.fedoraproject.org/rpms/hw-probe hw-probe RPM package] or by [https://flathub.org/apps/details/org.linux_hardware.hw-probe this flatpak].
The Fedora [https://linux-hardware.org/?d=Fedora Hardware Database] is automatically created based on hardware probes collected by [https://src.fedoraproject.org/rpms/hw-probe this RPM package] or by [https://flathub.org/apps/details/org.linux_hardware.hw-probe this flatpak].


It is a part of the global [https://linux-hardware.org/?d=All Linux Hardware Database], the successor of [[Smolt]] project.
It is a part of the global [https://linux-hardware.org/?d=All Linux Hardware Database], the successor of [[Smolt]] project. The database is mirrored to [https://github.com/linuxhw/ a Github repository] for statistical analysis by third parties.


== Installation ==
== Installation ==


  # dnf install hw-probe
  # dnf install hw-probe
For RHEL/CentOS version 6 and 7 the package is available as well in the EPEL repository:
# yum install epel-release


== Usage ==
== Usage ==
Line 22: Line 29:
     Probe URL: https://linux-hardware.org/?probe=c84b37d646
     Probe URL: https://linux-hardware.org/?probe=c84b37d646


Decode ACPI tables (requires ''acpica'' package):
Decode ACPI tables (requires ''acpica-tools'' package):


  # hw-probe -all -upload -decode-acpi
  # hw-probe -all -upload -decode-acpi

Revision as of 18:26, 12 October 2019

Note.png
This is the successor of Smolt project.

About

Check hardware devices operability, collect logs and find drivers.

The Fedora Hardware Database is automatically created based on hardware probes collected by this RPM package or by this flatpak.

It is a part of the global Linux Hardware Database, the successor of Smolt project. The database is mirrored to a Github repository for statistical analysis by third parties.

Installation

# dnf install hw-probe

For RHEL/CentOS version 6 and 7 the package is available as well in the EPEL repository:

# yum install epel-release

Usage

Submit your hardware:

# hw-probe -all -upload

Output:

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

Decode ACPI tables (requires acpica-tools package):

# hw-probe -all -upload -decode-acpi

Perform simple graphics tests (requires mesa-demos package):

# hw-probe -all -upload -check

Import created probes to a local directory:

# hw-probe -import ./Directory_to_save_index

Reports backup

All collected reports are anonymized and dumped to this Github repository: https://github.com/linuxhw/

Statistics

By creating a hardware probe you contribute to the "HDD/SSD Real-Life Reliability Test" and "Devices with poor Linux-compatibility" studies.

Privacy

Private info is not collected. See privacy notes.