Results 1 to 5 of 5

Thread: Hardware Analysis

  1. #1
    Join Date
    Feb 2009
    Location
    Spain
    Beans
    Hidden!
    Distro
    Ubuntu 16.10 Yakkety Yak

    Hardware Analysis

    Can anybody recommend an utility for hardware analysis on Jaunty.....along the lines of Sisoft Sandra, Everest etc?

    It's looking like I may have to flash the bios so I want to be 100% certain of the specs.

    Many thanks!

  2. #2
    Join Date
    Mar 2007
    Location
    Helsinki, Finland, Earth
    Beans
    234
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Hardware Analysis

    Open a terminal and type:
    Code:
    sudo lshw > hardware.txt
    gedit hardware.txt
    Alternative: paste this text into the terminal and press enter.
    Note: This file will contain information on all of your hardware. That is a lot of info. BIOS and MB info should be in the beginning. Example:
    Code:
    periptero
        description: Notebook
        product: HP Pavilion dv6500 Notebook PC
        vendor: Hewlett-Packard
        version: Rev 1
        serial: CNF7321MZT
        width: 32 bits
        capabilities: smbios-2.4 dmi-2.4 smp-1.4 smp
        configuration: boot=oem-specific chassis=notebook cpus=2 uuid=434E4637-3332-314D-5A54-001B2480C9C2
      *-core
           description: Motherboard
           product: 30D2
           vendor: Quanta
           physical id: 0
           version: 79.13
           serial: None
           slot: Bank 2,3
         *-firmware
              description: BIOS
              vendor: Hewlett-Packard
              physical id: 0
              version: F.09 (06/11/2007)
              size: 102KiB
              capacity: 960KiB
              capabilities: isa pci pnp upgrade shadowing escd cdboot bootselect int5printscreen int9keyboard int14serial int17printer acpi usb agp smartbattery biosbootspecification
    Hope this helps.
    Vermind

  3. #3
    Join Date
    Apr 2006
    Location
    Utah, USA
    Beans
    521
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Hardware Analysis

    hardinfo. Sudo apt-get install hardinfo.

  4. #4
    Join Date
    Feb 2009
    Location
    Spain
    Beans
    Hidden!
    Distro
    Ubuntu 16.10 Yakkety Yak

    Re: Hardware Analysis

    Cheers guys!

  5. #5
    Join Date
    Mar 2006
    Location
    Nerderlands
    Beans
    1,349
    Distro
    Ubuntu

    Re: Hardware Analysis

    hwmgr is usefull too
    "Please choose a different password, the one you have chosen is in use by UID 1432"

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •