Any reliable hardware/system info tool for Linux ?

Discussion in 'all things UNIX' started by Ocky, Jan 12, 2010.

Thread Status:
Not open for further replies.
  1. Ocky

    Ocky Registered Member

    Joined:
    May 6, 2006
    Posts:
    2,713
    Location:
    George, S.Africa
    I ran lshw:- sudo lshw -html > my_hardware.html but it is not particularly good as it incorrectly reports my memory as DDR2 instead of DDR3.
    Hardinfo is quite nice but does not state the type of memory at all and only reports on one of the CPU core temperatures instead of all 4 (Quad Core) - no problem with Gkrellm in this regard.

    Maybe there is something à la Aida/Everest for Linux that I don't know about ?
     
  2. Mrkvonic

    Mrkvonic Linux Systems Expert

    Joined:
    May 9, 2005
    Posts:
    10,224
    Try dmidecode.
    Mrk
     
  3. Ocky

    Ocky Registered Member

    Joined:
    May 6, 2006
    Posts:
    2,713
    Location:
    George, S.Africa
    Thanks. Still DDR2 - but I have CorsairXMS3 DDR3. :)
    Not to worry - am grateful for the command. I suppose that's just how it is (like so many
    things in life .. :D )
    Handle 0x002E, DMI type 17, 27 bytes
    Memory Device
    Array Handle: 0x002C
    Error Information Handle: Not Provided
    Total Width: 64 bits
    Data Width: 64 bits
    Size: 2048 MB
    Form Factor: DIMM
    Set: None
    Locator: DIMM0
    Bank Locator: BANK0
    Type: DDR2
    Type Detail: Synchronous
    Speed: 1333 MHz (0.8 ns)
    Manufacturer: Manufacturer0
    Serial Number: SerNum0
    Asset Tag: AssetTagNum0
    Part Number: PartNum0
     
  4. Mrkvonic

    Mrkvonic Linux Systems Expert

    Joined:
    May 9, 2005
    Posts:
    10,224
    Does your mobo support ddr3?
    Mrk
     
  5. phaedrus

    phaedrus Registered Member

    Joined:
    Aug 18, 2002
    Posts:
    95
    Both Everest and Sandra work under Wine.
     
  6. Ocky

    Ocky Registered Member

    Joined:
    May 6, 2006
    Posts:
    2,713
    Location:
    George, S.Africa
  7. GlobalForce

    GlobalForce Regular Poster

    Joined:
    Jun 30, 2004
    Posts:
    3,581
    Location:
    Garden State, USA
    Then it might need updating. Check "tickets against" and note the specifics for filing a bug report.
     
  8. chronomatic

    chronomatic Registered Member

    Joined:
    Apr 9, 2009
    Posts:
    1,343
  9. Ocky

    Ocky Registered Member

    Joined:
    May 6, 2006
    Posts:
    2,713
    Location:
    George, S.Africa
  10. GlobalForce

    GlobalForce Regular Poster

    Joined:
    Jun 30, 2004
    Posts:
    3,581
    Location:
    Garden State, USA
    Good Man. Progress rolls with input!
     
  11. chinook9

    chinook9 Registered Member

    Joined:
    Jan 27, 2008
    Posts:
    444
    After reading this thread I decided to install dmidecode on this Linux Mint box only to find that Package Manager reports that it is already installed.

    I couldn't find anything resembling dmidecode in Applications or Control Center so I reinstalled it but I still can't find it.

    Where should I find dmidecode in Linux Mint and what is it called?
     
  12. Ocky

    Ocky Registered Member

    Joined:
    May 6, 2006
    Posts:
    2,713
    Location:
    George, S.Africa
    Just type in terminal:- sudo dmidecode > hware.txt
     
  13. chinook9

    chinook9 Registered Member

    Joined:
    Jan 27, 2008
    Posts:
    444
    Thanks for the reply. This is what I typed in the terminal and the response I received.


    chinook9@chinook9-desktop ~ $ sudo dmidecode > hware.txt
    [sudo] password for chinook9:
    chinook9@chinook9-desktop ~ $ sudo dmidecode > hware.txt
    chinook9@chinook9-desktop ~ $


    I am a beginner with Linux and Mint rarely requires use of the terminal so I may be messing something up.
     
  14. Ocky

    Ocky Registered Member

    Joined:
    May 6, 2006
    Posts:
    2,713
    Location:
    George, S.Africa
    The hware.txt file is probably in your /home directory. :)
     
  15. wat0114

    wat0114 Guest

    Confirmed :)
     
  16. chinook9

    chinook9 Registered Member

    Joined:
    Jan 27, 2008
    Posts:
    444
    Ocky and wat0114. Thank you!

    It was there!

    Thank you very much. I would never have thought to look there.
     
  17. wat0114

    wat0114 Guest

    All credit goes to Ocky because I had no idea about this command and where the text ends up ;) I'm in the same boat as you, chinook; a beginner at Linux :)
     
  18. GlobalForce

    GlobalForce Regular Poster

    Joined:
    Jun 30, 2004
    Posts:
    3,581
    Location:
    Garden State, USA
    The > pipes output to the current directory - in this case the logged in users home: ~/
     
  19. wat0114

    wat0114 Guest

    Alright, got it. I'll make some sense of this terminal syntax one of these days. First I need to wean myself from the mouse dependency :D
     
  20. GlobalForce

    GlobalForce Regular Poster

    Joined:
    Jun 30, 2004
    Posts:
    3,581
    Location:
    Garden State, USA
    That is, unless ;) specified.
     
  21. wat0114

    wat0114 Guest

    Right, so a few fumblings later and I figured it out as eg: sudo dmidecode > Documents/hware.txt ...puts it in the Documents folder.
     
Thread Status:
Not open for further replies.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.