Afișează informațiile PCI, USB și PCMCIA lspcidrake This tool Puteți lansa această unealtă din linia de comandă, tastînd lspcidrake. can only be started and used on the command line. It will give some more information if used under root. 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. With the -v option, lspcidrake adds the vendor and device identifications. 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: Information about the graphic card; lspcidrake | grep VGA Informații despre rețea lspcidrake | grep -i network -i pentru a ignora sensibilitatea la majuscule. În imaginea de mai jos puteți vedea acțiunea opțiunii -v pentru lspcidrake și opțiunea -i pentru grep. There is another tool that gives information about the hardware, it is called dmidecode (under root)