Linux-Hardwarekonfiguration


Hardware unter Linux konfigurieren und Informationen erhalten.

List hardware components using lshw
hwls | less


Probe for hardware
hwinfo | less


Probe for hardware - sound related only
hwinfo --sound | less


List hardware components using DMI table decoder (mehr Informationen dazu mit man dmidecode)
dmidecode -q | less


Durchsucht den ISA-Bus nach PnP-Karten
pnpdump


Rechnerarchitektur anzeigen (z.B. i686)
arch        


ISA-Geräte mit Plug&Play-Funktion anzeigen
cat /proc/isapnp


Kernelinformationen über den Prozessor
cat /proc/cpuinfo


IO-Ports (Speicherbereiche für den Datenaustausch mit Geräten)
cat /proc/ioports


Belegte DMA-Kanäle
cat /proc/dma


Belegung der Interruptnummern anzeigen
cat /proc/interrupts


Geräte am PCI-Bus auflisten
lspci -tv


USB-Geräte auflisten
lsusb -tv




Siehe auch
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki