Find Motherboard Model?

Basically I recently moved from Windows to Mac after I bought my first iMac and I was wondering if it is possible to check your motherboard model or whatever it's called in Mac via a program.

The logic boards in macs are tied to the model. If you key in your iMac serial number here, it will tell you quite a bit about your system. You can get your system serial number by clicking on the apple on the left of the menu bar, and about this mac. Where it says version, click on that twice to get the serial number. 

Similar Messages

  • Help find my motherboard model!

    I own (kinda history) a dv 2112 tu! It's dead now - motherboard problem. Can any1 tell me wt the motherboard model is? I mean, its dead and I can't find the motherboard that used to be on the 2112 tu. Pls, reply quick and honestly. Preferred answers from those who own it!!!!!

    I don't own one, but if you remove both RAM sticks, the model number of the mother board is underneath them ending in -001. The model number can be Googled or you can enter it in the ebay search box in your country.
     If you lost the mother board then there are a few of them listed in the service manual on page 5-70.
     http://h10032.www1.hp.com/ctg/Manual/c01035657.pdf
     Unfortunately your product specs are not listed so I can't tell you if you were running an Intel or AMD processor.
     Here are a couple of examples from ebay US.
     http://www.ebay.com/sch/i.html?_nkw=dv+2112+tu+mother+board&_sacat=0&_odkw=dv+2112+tu&_osacat=0&_trk...
     These people ship world wide.
     http://www.getpartsonline.com/440769-001.html
     I thought I would post what I have as you may never get a response from a dv2112 tu owner.

  • MT-M 6427-CTO Dual Quad E5405 - Motherboard model?!

    hey, can anyone tell me what motherboard model is in those boxes?
    i cant find it out... and i need the audio chipset to install custom linux drivers.
    thanks!

    t0bsn,
    Which version of fedora are you trying to use?Fedora 8 and above supports your audio card.Also try getting the latest tarballs from ALSA and compile them,it should work out
    Cheers and regards,
    • » νιנαソѕαяα∂нι ѕαмανє∂αм ™ « •
    ●๋•کáŕádhí'ک díáŕý ツ
    I am a volunteer here. I don't work for Lenovo

  • How do I find the model number of a MacBook

    A friend of mine has a MacBook that won't start up. How do I find the model number of her MacBook? A number like MBXXXLL/A or MAXXXLL/A.

    HI,
    Do you meant he serial number? If so, click the Apple Menu  then click: About This Mac. You will see Mac O S X. Under that click where you see: Version 10.x.x, then click one more time to see the serial number.
    You can also view this information by launching the System Profiler (Applications/Utilties)
    On the left under Contents select Hardware. The serial number will be displayed on the right.
    Just out of curiosity, how is knowing the serial number going to help trouble shoot this MacBook ??
    Carolyn

  • Hello I have an HP Pavilion G7 but I cant find the model

    Hello I Have an HP Pavilion G7 but I can't find a model # for it. Its not by the screen or on the bottom and also when I go to my computer and propertys It doesnt say it there any one know where I can find this ?
    I want to know because I would like to upgrade my processer from an i3-2350m to an i7 if possable and I want to upgrade my  memory from 6 to 8 or 16if possable so I can use it for basic recording. I dont want to spend an arm and a leg on a new computer for basic recording. becasue I already have a desktop recording computer and I want to make this one in to a moble station. So any one know where I can find this?

    Hi,
    Please use the following instructions to find out:
       http://h10025.www1.hp.com/ewfrf/wc/document?lc=en&cc=us&docname=c00033108
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • How do I find the model number on my keyboard?

    How do I find the model number on my keyboard? I have an anodised aluminium (short with no numeric pad on it) keyboard that came with my iMac that I bought in 2009, and I am wanting to find out what model it is.
    Any suggestions?
    Thanks.

    Many of the Apple keyboards have the model number on the underside, often in very tiny grey print that is really, really hard to read
    You can also go to the Apple symbol in the top left corner of your screen, drop down to About this Mac, then click more Info and navigate to the the hardware information about the interfacing equipment.
    If you have your original order information from purchase, it may list each item you received with model/part number.
    Ralph

  • How do i find the model number on my macbook?

    how do i find the model number on my macbook?

    Click the Apple at the top left and select More Info or System Report depending n which version of OS X you're running. Select and copy the serial number and paste it here http://www.everymac.com/ultimate-mac-lookup/ and you'll find complete specs for your MacBook.

  • How to find the Model size in Semantics

    Hi All,
    Please can you tell me how to find the model size in Semantics.
    Thanks,
    Indu

    Hi,
    Instead of looking up the ID for the Entailment in DB_VIEWS you can better use MDSYS.SEM_NETWORK_INDEX_INFO
    For example:
    select name, type, id from MDSYS.SEM_NETWORK_INDEX_INFO;
    NAME TYPE ID
    MYMODEL MODEL 60
    MYMODEL_INF ENTAILMENT 69
    *** Space about the B-tree indexes on models and entailments ***
    Indexes created in RDF_LINK$ for a specific model:
    SQL> select name, type, id, index_name from MDSYS.SEM_NETWORK_INDEX_INFO;
    NAME TYPE ID INDEX_NAME
    MYMODEL MODEL 60 RDF_LNK_PCSGM_IDX
    FAMILY100 MODEL 59 RDF_LNK_PSCGM_IDX
    FAMILY100 MODEL 59 RDF_LNK_PCSGM_IDX
    FAMILY2 MODEL 56 RDF_LNK_PCSGM_IDX
    FAMILY2 MODEL 56 RDF_LNK_PSCGM_IDX
    FAMILY MODEL 57 RDF_LNK_PCSGM_IDX
    FAMILY MODEL 57 RDF_LNK_PSCGM_IDX
    OTHERMODEL MODEL 58 RDF_LNK_PSCGM_IDX
    OTHERMODEL MODEL 58 RDF_LNK_PCSGM_IDX
    0 NETWORK 0 RDF_LNK_PCSGM_IDX
    0 NETWORK 0 RDF_LNK_PSCGM_IDX
    MYMODEL_INF ENTAILMENT 69 RDF_LNK_PCSGM_IDX
    MYMODEL_INF ENTAILMENT 69 RDF_LNK_PSCGM_IDX
    Then get the size from DBA_SEGMENTS
    select bytes/1024/1024 MB, partition_name from dba_segments where segment_name in ('RDF_LNK_PSCGM_IDX','RDF_LNK_PCSGM_IDX');
    Specifically for our model 60 and Entailment 69:
    select bytes/1024/1024 MB, partition_name from dba_segments where segment_name in ('RDF_LNK_PSCGM_IDX','RDF_LNK_PCSGM_IDX') and partition_name in ('MODEL_60','MODEL_69');
    MB PARTITION_NAME
    192 MODEL_60
    192 MODEL_60
    60.0625 MODEL_69
    62.375 MODEL_69
    You would add them all for the size of the indexes

  • How to find server model from 11g OEM mgmt$ views

    How to find server model from 11g OEM mgmt$ views
    server model like Dell 710, DL380 G7 etc..,

    It is included in this query (run as user SYSMAN):
    SELECT t.target_name AS host_name,
    ecm_util.HOST_HOME_LIST (t.target_name, t.target_type) AS home_info,
    hw.vendor_name AS Vendor,
    hw.system_config AS System_Config,
    hw.machine_architecture Architecture,
    os.name AS os_name,
    os.base_version os_base_version,
    os.update_level os_update_level,
    os.address_length_in_bits os_address_length_in_bits
    FROM mgmt_targets t, mgmt_ecm_snapshot s, mgmt_hc_os_summary os, MGMT_HC_HARDWARE_MASTER hw
    WHERE t.target_type = 'host'
    AND t.target_name = s.target_name
    AND s.snapshot_type = 'host_configuration'
    AND s.target_type = 'host'
    AND s.is_current = 'Y'
    AND s.snapshot_guid = os.snapshot_guid
    AND hw.snapshot_guid = s.snapshot_guid
    ORDER by t.target_type
    The asked info is available in the view MGMT_HC_HARDWARE_MASTER, column: SYSTEM_CONFIG
    Eric

  • How to find which model of iPhone 5 I am using? and is that GSM or CDMA?

    How to find which model of iPhone 5 I am using? A1428 or A1429 ? Is there any short code you can dial in and check the model number ?
    And which is GSM or CDMA out of this model.

    If you purchased the phone in the US with an AT&T contract then you have the locked CDMA A1428 version of the iPhone 5. 
    At the moment and if the contract is a new contact, then you won't be able to get the phone unlocked at the moment and no, you won't be able to use it in your home country.  You will also have LTE 4G compatibility issues too and your phone will only work on 3G and also you need to remember that iPhones are only covered by country specific warranty, so it is only covered in the US, so if you go home and then have a problem with your phone, you will have to come back to the US to get it repaired.
    You need to approach AT&T about whether they will unlock your phone for you as they are the ONLY ones that can do it, but the answer to your question is no and if you had wanted to use your phone at home, then you should not have purchased it in the US.  The best that you can hope for at the moment is to use it on international/roaming.
    If you purchased your phone in the US, then it will be a CDMA phone.  You don't have a GSM phone, but GSM phones are unlocked anyway and these are the ones that are selling in Canada and the UK.
    If you have your phone on an AT&T contract then ultimately, AT&T are the only ones who can help you with any questions regarding unlocking and they are the only ones who can unlock it for you, noone else.

  • Unable to find RAID model type

    Hi Everyone,
    I am completely new to this Xraid and Xserve stuff. I have one of the old Xraid and I am trying to find out the model type for this raid.
    After looking at the back panel, only thing I found is this:
    512MB/512MB 720GB/2x2GB /FC
    but nothing else. After doing controller reset, I was able to connect to RAID using RAID Admin Tools using IP address but still unable to find any model number.
    Can anyone please help me with this?
    Thanks,

    I may be mistaken, but if you're trying to work out what model of XServe RAID you have I believe Apple only made the one.
    If you mean working out what firmware version the controllers are running, if you go in to RAID Admin, then in the Components tab you should be able to click the picture of the controllers, and it should tell you on the right hand side what firmware you have (latest is 1.5.1c)

  • In Numbers for IOS7 i don't find "My Model" of sheet

    Because in Numbers for IOS7 (iPad) i can't find "My Model" of sheet as in OS X ?
    Thanks

    Click  the desktop to activate Finder.
    Press and hold the "option" key and then click the "Go" menu in the Finder menu bar.
    From the dropdown select "Library".
    Look for Application support folder.
    Hopefully the game is there.

  • Finding correct model

    I have a all-in-one TouchSmart PC. There is no label on in so I don't know the correct model for downloading drivers.
    Is there a way to display the correct model using some function in Windows 8.1?

    Thank you for the additional information.
    No, none of the numbers is what you need to get the drivers.  Here is another guide to help you find the model #.
    Signature:
    HP TouchPad - 1.2 GHz; 1 GB memory; 32 GB storage; WebOS/CyanogenMod 11(Kit Kat)
    HP 10 Plus; Android-Kit Kat; 1.0 GHz Allwinner A31 ARM Cortex A7 Quad Core Processor ; 2GB RAM Memory Long: 2 GB DDR3L SDRAM (1600MHz); 16GB disable eMMC 16GB v4.51
    HP Omen; i7-4710QH; 8 GB memory; 256 GB San Disk SSD; Win 8.1
    HP Photosmart 7520 AIO
    ++++++++++++++++++
    **Click the Thumbs Up+ to say 'Thanks' and the 'Accept as Solution' if I have solved your problem.**
    Intelligence is God given; Wisdom is the sum of our mistakes!
    I am not an HP employee.

  • I have an older airport express but don't know where to look to find its model number.  The version number is airport utility 6.3.4 (634.17).  Can anyone point me in the right direction?  Thanks.

    I have an older airport express, but don't know where to look to find its model number. 
    The version number is airport utility 6.3.4 (634.17). 
    Can anyone point me in the right direction?  Thanks.

    Hard to see it's so teeny. I needed a magnifying glass.
    FWIW, you should not mark your reply as Solved because you did not solve your question. Helpful and Solved are used to reward the user who help you or solved your problem.

  • Where can I find the model numbers for the various generations of TC?

    I'm trying to find out if there is some place within Apple to find the model numbers associated with the different generations of the Time Capsuls

    Don't think Apple provides this type of info, but MacTracker will have all the info that you want.
    Mactracker - Get Info on any Mac
    If you trust Wikipedia.....
    http://en.wikipedia.org/wiki/Time_Capsule_(Apple)
    Then click the "Did you mean Time Capsule Apple" link at the top of the page.

Maybe you are looking for