12 | A tool to check operability of computer hardware and upload result 13 | to the Linux hardware database. 14 |
15 |16 | Probe — is a snapshot of your computer hardware state and system 17 | logs. The tool returns a permanent URL to view the probe of the 18 | computer. 19 |
20 |21 | The tool is intended to simplify collecting of logs necessary for 22 | investigating hardware related problems. Just ask user to run one 23 | simple command to collect all the system logs at once: 24 |
25 |26 | sudo hw-probe -all -upload 27 |
28 |29 | By creating probes you contribute to the HDD/SSD Real-Life 30 | Reliability Test study: https://github.com/linuxhw/SMART 31 |
32 |12 | A tool to check operability of computer hardware and upload result 13 | to the Linux hardware database. 14 |
15 |16 | Probe — is a snapshot of your computer hardware state and system 17 | logs. The tool returns a permanent URL to view the probe of the 18 | computer. 19 |
20 |21 | The tool is intended to simplify collecting of logs necessary for 22 | investigating hardware related problems. Just ask a user to run one 23 | simple command to collect all the system logs at once: 24 |
25 |26 | sudo flatpak run org.linux_hardware.hw-probe -all -upload 27 |
28 |29 | By creating probes you contribute to the HDD/SSD Real-Life 30 | Reliability Test study: https://github.com/linuxhw/SMART 31 |
32 |