Contribute
Register

How to Identify the BIOS manufacturer on Intel DH57JG

Status
Not open for further replies.
Joined
Mar 23, 2010
Messages
44
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
I would like try to create my DSDT file and DSTDT must chosse an appropriate patcher for it. I have the Intel DH57JG Mainboard. The BIOS version is:

Code:
BIOS Version	JGIBX10J.86A.0217.2010.0120.2350

I tried some tools but i could not find out if this AMi, AWARD, PHEONIX.

Could it be an Intel BIOS? Then which patcher should I take?

Can you help me?
 
Re: How to Identify the BIOS manufactrurer

no. the Intel BIOS is very limited concerning the BIOS info. it is even not possible to switch off the logo and show details during boot. The dsdt.DSL file i created started like this:

Code:
 * Intel ACPI Component Architecture
 * AML Disassembler version 20090730
 *
 * Disassembly of (null), Fri Apr 02 21:59:28 2010
 *
 *
 * Original Table Header:
 *     Signature        "DSDT"
 *     Length           0x00003F02 (16130)
 *     Revision         0x02
 *     Checksum         0xD9
[b] *     OEM ID           "INTEL "[/b]
 *     OEM Table ID     "DH57JG  "
 *     OEM Revision     0x000000D9 (217)
 *     Compiler ID      "MSFT"
 *     Compiler Version 0x0100000D (16777229)
 */
DefinitionBlock ("DSDT.aml", "DSDT", 2, "INTEL ", "DH57JG  ", 0x000000D9)

But does not help propably, doesn't it?

[EDIT]I checked it with "bios agent plus". It really seems to be a Itel BIOS.[/EDIT]

solved:

[EDIT2]I use the tonys method for creating dsdt file. It worked. this topic can be closed or deleted.[/EDIT]
 
Status
Not open for further replies.
Back
Top