Lshw: Unterschied zwischen den Versionen
Zeile 101: | Zeile 101: | ||
= TMP = | = TMP = | ||
== BUGS == | == BUGS == | ||
lshw currently does not detect Firewire(IEEE1394) devices. | lshw currently does not detect Firewire(IEEE1394) devices. |
Version vom 19. März 2025, 13:15 Uhr
lshw - Hardware auflisten
Beschreibung
lshw is a small tool to extract detailed information on the hardware configuration of the machine. It can report exact memory configuration, firmware version, mainboard configuration, CPU version and speed, cache configuration, bus speed, etc. on DMI-capable x86 or IA-64 systems and on some PowerPC machines (PowerMac G4 is known to work).
It currently supports DMI (x86 and IA-64 only), OpenFirmware device tree (PowerPC only), PCI/AGP, CPUID (x86), IDE/ATA/ATAPI, PCMCIA (only tested on x86), SCSI and USB.
- Hardwarekonfiguration anzeigen
- Speicherkonfiguration
- Firmware-Version
- Mainboardkonfiguration
- CPU-Version und -Taktung
- Cachekonfiguration
- Busgeschwindigkeit
- [...]
- Export
- Text
- HTML
- XML
Installation
sudo apt install lshw
Dateien
/usr/bin/lshw
/usr/share/doc/lshw/changelog.Debian.gz
/usr/share/doc/lshw/changelog.gz
/usr/share/doc/lshw/copyright
/usr/share/locale/fr/LC_MESSAGES/lshw.mo
/usr/share/man/man1/lshw.1.gz
Aufruf
lshw [ -version ]
lshw [ -help ]
lshw [ -X ]
lshw [ [ -html ] [ -short ] [ -xml ] [ -json ] [ -businfo ] ] [ -dump filename ] [ -class class... ] [ -disable test... ] [ -enable test... ] [-sanitize ] [ -numeric ] [ -quiet ] [ -notime ]
Optionen
Unix | GNU | Parameter | Beschreibung |
---|---|---|---|
Parameter
Umgebungsvariablen
Exit-Status
Anwendung
Problembehebung
Konfiguration
Dateien
Datei | Beschreibung |
---|---|
Anhang
Siehe auch
Dokumentation
- Man-Page
- Info-Pages
Links
Projekt
Weblinks
TMP
BUGS
lshw currently does not detect Firewire(IEEE1394) devices.
Not all architectures supported by GNU/Linux are fully supported (e.g. CPU detection).
"Virtual" SCSI interfaces used for SCSI emulation over IDE are not reported correctly yet.
NOTES
lshw must be run as super user or it will only report partial information.
FILES
/usr/local/share/pci.ids /usr/share/pci.ids /etc/pci.ids /usr/share/hwdata/pci.ids A list of all known PCI ID's (vendors, devices, classes and subclasses). If compiled with zlib support, lshw will look for pci.ids.gz first, then for pci.ids. /proc/bus/pci/* Used to access the configuration of installed PCI buses and devices. /proc/ide/* Used to access the configuration of installed IDE buses and devices. /proc/scsi/*, /dev/sg* Used to access the configuration of installed SCSI devices. /dev/cpu/*/cpuid Used on x86 platforms to access CPU-specific configuration. /proc/device-tree/* Used on PowerPC platforms to access OpenFirmware configuration. /proc/bus/usb/* Used to access the configuration of installed USB buses and devices. /sys/* Used on 2.6 kernels to access hardware/driver configuration information.
EXAMPLES
lshw -short
Lists hardware in a compact format.
lshw -class disk -class storage
Lists all disks and storage controllers in the system.
lshw -html -class network
Lists all network interfaces in HTML.
lshw -disable dmi
Don't use DMI to detect hardware.
SEE ALSO
- /proc/*
- linuxinfo(1)
- lspci(8)
- lsusb(8)