Revision history for LinuxHardwareInfo


Revision [7284]

Last edited on 2008-12-29 22:15:06 by ToBo
Additions:
Probe for hardware
%%(bash)hwinfo | less%%
Probe for hardware - sound related only
%%(bash)hwinfo --sound | less%%


Revision [7213]

Edited on 2008-12-23 03:15:06 by ToBo
Additions:
List hardware components using lshw
%%(bash)hwls | less%%
List hardware components using DMI table decoder (mehr Informationen dazu mit //man dmidecode//)
%%(bash)dmidecode -q | less%%
%%(bash)pnpdump%%
ISA-Geräte mit Plug&Play-Funktion anzeigen
%%(bash)cat /proc/isapnp%%
Kernelinformationen über den Prozessor
%%(bash)cat /proc/cpuinfo%%
IO-Ports (Speicherbereiche für den Datenaustausch mit Geräten)
%%(bash)cat /proc/ioports%%
Belegte [[http://de.wikipedia.org/wiki/DMA DMA-Kanäle]]
%%(bash)cat /proc/dma%%
Belegung der Interruptnummern anzeigen
%%(bash)cat /proc/interrupts %%
Geräte am PCI-Bus auflisten
%%(bash)lspci -tv%%
USB-Geräte auflisten
%%(bash)lsusb -tv%%
Deletions:
list all PCI devices
lspci
list hardware
hwls
pnpdump
PNP Geräte anzeigen
cat /proc/isapnp
cat /proc/version
cat /proc/cpuinfo
cat /proc/ioports
cat /proc/dma
Interrupts anzeigen
cat /proc/interrupts


Revision [7212]

Edited on 2008-12-23 03:03:38 by ToBo
Additions:
Siehe auch {{backlinks}}
Deletions:
CategoryLinux


Revision [1224]

The oldest known version of this page was created on 2008-02-09 18:52:31 by ToBo
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki