Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Linux hardware configuration !?

Status
Not open for further replies.

MahVincent

Technical User
Oct 21, 2001
27
VN
Hi all,

Please tell me how can I find out hardware configuration in Red Hat Linux PC, for example, I'd like to know :

1) Kind of CPU, its speed ...
2) Capacity of memory in my computer
3) Name of Monitor adapter, capacity of memory in this card
4) Name of sound card, and its property
5) Mame of NIC, and its property such as 10 or 100 or 10/100 M
6) Kind of CDROM, and its speed.
....

Thanks in advance for your help.

Mah Vicent %^)
 
All of this information can be found via lspci,free and the proc filesystem, as well as dmesg, except for the monitor info.
 
Hi,

Well... these should help for most of the info you're after -

1) cat /proc/cpuinfo
2) cat /proc/meminfo
3) /usr/X11R6/bin/SuperProbe
4) cat /proc/pci
5) /sbin/mii-tool -v eth0
and cat /proc/pci
6) cat /proc/ide/hdb/model (if atapi - use the correct device instead of hdb )
or
cdrecord --scanbus (scsi)
cat /proc/scsi/scsi

Regards


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top