Visa information om PCI, USB och PCMCIA lspcidrake Det här verktyget You can start this tool from the command line, by typing lspcidrake. kan bara startas och användas från en konsol. Det ger mer information om det körs som 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 om grafikkortet; lspcidrake | grep VGA Information om nätverket lspcidrake | grep -i network -i to ignore case distinctions. In this screenshot below, you can see the action of the -v option for lspcidrake and the -i option for grep. There is another tool that gives information about the hardware, it is called dmidecode (under root)