13 | A tool to probe for hardware, check operability and find drivers with 14 | the help of Linux Hardware Database. 15 |
16 |17 | Probe — is a snapshot of your computer hardware state. 18 | The tool checks operability of devices by analysis of logs, uploads 19 | anonymized hardware info to the database and returns a permanent url 20 | to view the probe of the computer: 21 |
22 |23 | sudo -E hw-probe -all -upload 24 |
25 |26 | If some of hardware devices doesn't work due to a missed driver 27 | then the tool will suggest a proper Linux kernel version according 28 | to the LKDDb or third-party drivers. 29 |
30 |13 | A tool to probe for hardware, check operability and find drivers with 14 | the help of Linux Hardware Database. 15 |
16 |17 | Probe — is a snapshot of your computer hardware state. 18 | The tool checks operability of devices by analysis of logs, uploads 19 | anonymized hardware info to the database and returns a permanent url 20 | to view the probe of the computer: 21 |
22 |23 | flatpak run org.linux_hardware.hw-probe -all -upload 24 |
25 |26 | Run as root if you want to check health of all your hard drives. 27 |
28 |29 | If some of hardware devices doesn't work due to a missed driver 30 | then the tool will suggest a proper Linux kernel version according 31 | to the LKDDb or third-party drivers. 32 |
33 |