Toon informatie van uw PCI, USB en PCMCIA. lspcidrake Deze tool U kunt deze tool op de commandoregel starten, door lspcidrake te typen. kan alleen op de commandoregel gestart en gebruikt worden. Hij geeft wat meer informatie als hij als root gebruikt wordt. lspcidrake gives the list of all the connected devices to the computer (USB, PCI and PCMCIA) and the used drivers. It needs the ldetect and ldetect-lst packages to work. Met de -v optie worden de identificaties van leveranciers en apparaten toegevoegd aan spcidrake. lspcidrake often generates very long lists, so, to find an information, it is often used in a pipeline with the grep command, like in these examples: Informatie over de grafische kaart; lspcidrake | grep VGA Informatie over het netwerk lspcidrake | grep -i network -i om hoofd-/kleine letters te negeren. In de schermafdruk hieronder kunt u de -v optie voor lspcidrake, en de -i optie voor grep, zien. Er is nog een tool (voor root) die informatie geeft over de hardware, dmidecode genaamdcalled dmidecode (under root)