LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Enterprise (https://www.linuxquestions.org/questions/linux-enterprise-47/)
-   -   Command to check Hardware (https://www.linuxquestions.org/questions/linux-enterprise-47/command-to-check-hardware-520396/)

rickylim 01-18-2007 01:33 AM

Command to check Hardware
 
Dear all,

Good day to all of you, may i know what's the command that i can use to check the brand (spec) of my motherboard?

Thanks

Rgds.
Lim

bathory 01-18-2007 01:59 AM

You can run
Code:

lspci -vv

rickylim 01-18-2007 02:18 AM

thanks for your reply but I've tried that, but it will only show the IDE, USB and stuffs.

I am trying to find out what's the brand of the motherboard.

jschiwal 01-18-2007 02:58 AM

Check if you have "hwinfo". hwinfo --bios might contain that information. If not try the first section output by "lshal".

Code:

hwinfo --bios | grep Manufacturer

    Manufacturer: "HP Pavilion 061"
    Manufacturer: "ASUSTek Computer INC."
    Manufacturer: "AMD"


rickylim 01-18-2007 03:10 AM

Again thanks,

I am using RHEL, the command was not supported in RHEL. I tried lshal | more but seems like i am still unable to get the motherboard brand.

Please advice

kutty_prasad 01-18-2007 04:36 AM

Try the following command.

dmidecode

This will list the info. of all the hardware.

fatra2 01-18-2007 04:40 AM

I don't know if this is what you are looking for, but you can try
Code:

hwbrowser


All times are GMT -5. The time now is 07:40 PM.