2023-09-28 21:04:40 +03:00
|
|
|
# hwinfo
|
|
|
|
|
|
|
|
> Probe for the hardware present in the system.
|
2023-09-30 20:19:07 +05:30
|
|
|
> More information: <https://manpages.opensuse.org/hwinfo/hwinfo.8.en.html>.
|
2023-09-28 21:04:40 +03:00
|
|
|
|
2025-07-18 02:56:59 +01:00
|
|
|
- Display all available hardware information:
|
2023-09-28 21:04:40 +03:00
|
|
|
|
2025-07-18 02:56:59 +01:00
|
|
|
`hwinfo`
|
2023-09-28 21:04:40 +03:00
|
|
|
|
2025-07-18 02:56:59 +01:00
|
|
|
- Display information about a specific hardware component:
|
2023-09-28 21:04:40 +03:00
|
|
|
|
2025-07-18 02:56:59 +01:00
|
|
|
`hwinfo --{{cpu|memory|disk|gfxcard|network|usb|pci|keyboard|mouse|monitor|sound|fingerprint|...}}`
|
2023-09-28 21:04:40 +03:00
|
|
|
|
2025-07-18 02:56:59 +01:00
|
|
|
- Display information about a specific hardware component succinctly:
|
2023-09-28 21:04:40 +03:00
|
|
|
|
2025-07-18 02:56:59 +01:00
|
|
|
`hwinfo {{--component}} --short`
|
2023-09-28 21:04:40 +03:00
|
|
|
|
|
|
|
- Write all hardware information to a file:
|
|
|
|
|
|
|
|
`hwinfo --all --log {{path/to/file}}`
|
|
|
|
|
|
|
|
- Display help:
|
|
|
|
|
|
|
|
`hwinfo --help`
|