LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how do i find what hardware i have?? (https://www.linuxquestions.org/questions/linux-newbie-8/how-do-i-find-what-hardware-i-have-735745/)

coreyhandler 06-26-2009 02:43 AM

how do i find what hardware i have??
 
how do i find a list of what hardware i have on my computer using Fedora 11
like using Device Manager in windows

thanks for your help everyone

rylan76 06-26-2009 02:56 AM

Open a terminal and do

/sbin/lspci

arochester 06-26-2009 03:02 AM

Look at "Find Hardware Specs (Details) on your Computer" on http://embraceubuntu.com/2007/02/18/...your-computer/. You can create and keep an html page using lshw

saintkay 06-26-2009 05:04 AM

you can also use cat /proc e.g
/proc/cpuinfo to see the processor info of your system
/proc/meminfo for RAM info
/proc/partitions for hard disk info

nilathinesh 06-26-2009 05:11 AM

Quote:

lshw
i have installed this utilitiy in Fedora 9 and using it without problem for Listing my Hardwares.

Kiboney 06-26-2009 05:56 AM

If you want to show the specs in a GUI like in windows, install lshw-gui:

Quote:

su -
yum install lshw-gui
Then you may run it from the console or menu.

Alternatively, there is "hwbrowser"

Cheers!

coreyhandler 06-26-2009 04:31 PM

thanks every one
i used lshw-gui it works great


All times are GMT -5. The time now is 06:21 AM.