Detected Hardware with Ubuntu

Asked by William Pabon

What command(s) I should type on the terminal to get a list of all the hardware that Ubuntu detected on the machine. I have Ubuntu 10.04 LTS.

Thanks.
wp

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
William Pabon
Solved:
Last query:
Last reply:
Revision history for this message
arochester (arochester) said :
#1

lshw

ls=list

hw=hardware

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

you can run:

lshw | less

and read it easier, lshw on its own will scroll like crazy

Revision history for this message
William Pabon (williepabon) said :
#3

Thanks for the info.