hwinfo

Hardware inventory and probing tool: enumerates devices and reports detailed IDs, drivers, and bus info.

Category: Hardware inventory probing drivers troubleshooting

Install

# AlmaLinux / Rocky / RHEL
sudo dnf install hwinfo

# openSUSE
sudo zypper install hwinfo

# Debian / Ubuntu
sudo apt update
sudo apt install hwinfo

# Arch
sudo pacman -S hwinfo

Quick Start

hwinfo --short

Common Usage

hwinfo --pci
hwinfo --usb
hwinfo --netcard
hwinfo --gfxcard
hwinfo --disk
sudo hwinfo > hwinfo.full.txt

Notes

  • Some deeper details may require sudo.
  • Output can be very verbose — redirect to a file for review.
  • Device names come from ID databases; raw IDs are authoritative.