PDA

View Full Version : A list of detected hardware



Alexey931
03-05-2008, 11:35 AM
Hi, everybody,

On a running Knoppix, how can I have a look at a list of the detected hardware? I'm especially interested in the video card, but the startup script doesn't seem to mention it.

Best regards, Alexey

OErjan
03-05-2008, 01:18 PM
open a terminal window and type
lspci
if you need more information try
lspci -vv
you maty need to make that into a textfile to read it all (or use less)

lspci -vv>lspci.txt
then read as any textfile
code]lspci -vv|less[/code]
the "|" is normally had by holding alt-gr and hitting the key with
< >|
you use pgup/pgdown keys to go up/down in the output from less