Find the answer to your Linux question:
Results 1 to 6 of 6
Just wanted to introduce myself. I'm new to Linux Mandriva and learning about the community and support. Have a question re: mother board model number. Don't worry I've looked and ...
  1. #1
    Just Joined!
    Join Date
    Mar 2009
    Location
    North of Sydney
    Posts
    0

    Smile intro

    Just wanted to introduce myself. I'm new to Linux Mandriva and learning about the community and support. Have a question re: mother board model number. Don't worry I've looked and can't find it anywhere. Is there another way to find what type of M/B I have. Enjoy your weekend and I'll look forward to your reply's.

    Regards
    Ron

  2. #2
    Linux Guru Jonathan183's Avatar
    Join Date
    Oct 2007
    Posts
    2,940
    Welcome to the forums Ron

    You could try
    Code:
    lshal | less
    and look for system information, for me under system.firmware.version the motherboard model is listed.

    It may be easier to access BIOS directly at boot and check motherboard that way ... someone else may have a better way

  3. #3
    Linux Guru rokytnji's Avatar
    Join Date
    Jul 2008
    Location
    Pecos, Texas
    Posts
    2,940
    Howdy and Welcome. I don't run any rpm distros like Mandriva. But if I need Hardware info in a Apt based distro, I use

    sudo lshw
    Linux Registered User # 475019
    Lead,Follow, or get the heck out of the way
    AntiX,Puppy,Ubuntu,Windows 7=(cuz of scooters)
    Open CourseWare for Linux Geeks

  4. #4
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,080
    Welcome to the forums!

    Sometimes, you can find needed system info with the dmidecode command:

    Code:
    dmidecode | more
    or...

    Code:
    dmidecode | grep -i "WhatYouAreLookingForInQuotes"
    For more information, run :

    Code:
    man dmidecode
    Try it and see what all comes up.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  5. #5
    Linux Enthusiast gerard4143's Avatar
    Join Date
    Dec 2007
    Location
    Canada, Prince Edward Island
    Posts
    714
    Welcome to the forums rondarby...Gerard4143
    Make mine Arch Linux

  6. #6
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,072
    Welcome to the boards!

    oz, nice tip there. I didn't know about that one!
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

Posting Permissions

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