Results 1 to 3 of 3

Thread: Get hardware info?

  1. #1
    Join Date
    Apr 2008
    Beans
    149

    Get hardware info?

    How do I determine my exact hardware specifications? Such as my motherboard model and such? I am doing OS research and need to know the exact specs...

    In OS X there's a system profiler that's a clearinghouse for hardware info. Is there one here?

  2. #2
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Get hardware info?

    In a terminal type:

    Code:
    sudo lshw
    This will print out all the hardware information you could need and then some.

    You do realize that OS X only runs properly on Apple certified hardware so any hardware results are guaranteed to be correct.

    Jim

  3. #3
    Join Date
    Jul 2005
    Location
    Hughenden, Australia
    Beans
    5,100
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Get hardware info?

    Another command which is also very good for motherboard and BIOS info is this one,
    Code:
    sudo dmidecode
    Ubuntu user since 2004 (Warty Warthog)

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
  •