Sorry guys for late report.
I couldn't get SLI enable, with Win7 x64 mod drivers.
In TEST MODE - drivers didn't load ( signature invalid )
"F8" Disable Driver Signature Enforcement - Drivers loaded ok, but no SLI ( ASUS cert/ original Hall, used ).
Note: DSDT memory address dump don't show SLI SLIC table.
EDIT Another ASUS certificate
987134512781Genuine NVIDIA Certified SLI Ready Motherboard for ASUS P6T7 WS SC 7332-Copyright 2008 NVIDIA Corporation All Rights Reserved-765289891023
If the insert is done correctly it should look like this: Starting point to look for in black is were you look to place & ending point in black also.
In red is the insert.
nvlddmkm-64bit_rev_2 is the driver that should be used.
Device (\_SB.PCI0.EXPL)
{
Name (_HID, EisaId ("PNP0C02"))
Name (_UID, 0x04)
Method (_CRS, 0, NotSerialized)
{
Name (BUF0, ResourceTemplate ()
{
Memory32Fixed (ReadWrite,
0xE0000000, // Address Base
0x10000000, // Address Length
)
})
Return (BUF0)
}
}
}
Scope (\_SB.PCI0)
{
Name (SLIC, Buffer (0x9E)
{
"987134512781Genuine NVIDIA Certified SLI Ready Motherboard for ASUS X58 Motherboard3287-Copyright 2008 NVIDIA Corporation All Rights Reserved-765289891023(R)"
})
Device (WMI1)
{
Name (_HID, "pnp0c14")
Name (_UID, "MXM2")
Name (_WDG, Buffer (0x14)
{
/* 0000 */ 0x3C, 0x5C, 0xCB, 0xF6, 0xAE, 0x9C, 0xBD, 0x4E,
/* 0008 */ 0xB5, 0x77, 0x93, 0x1E, 0xA3, 0x2A, 0x2C, 0xC0,
/* 0010 */ 0x4D, 0x58, 0x01, 0x02
})
Method (WMMX, 3, NotSerialized)
{
CreateDWordField (Arg2, 0x00, FUNC)
If (LEqual (FUNC, 0x41494C53))
{
Return (\_SB.PCI0.SLIC)
}
Return (0x00)
}
}
}
OperationRegion (TEMM, SystemMemory, 0x000FF810, 0x0C)
Field (TEMM, WordAcc, NoLock, Preserve)
Edit: If you need more help getting this going, go back to page #22 & read from post #545 onward were sveetsnelda & I talk about the setup & install.
Follow what he walked me threw should get you going.
Also, you need to disable user account control (UAC) in the security control panel (to use the Driver Signature Enforcement Overrider)
Once you've done all that, install the 190.62 drivers. After they are done installing, run a command prompt and copy the file I sent you (after unpacking it) to C:\windows\system32\drivers (overwrite the old driver)
Run the Driver Signature Enforcement Overrider
(
http://www.ngohq.com/home.php?page=dseo)
Select "Sign a System File"
type in C:\windows\system32\drivers\nvlddmkm.sys
Reboot, and enable SLI.
(Make sure you are using an ASUS SLIC)
Should there have been a old driver to overwrite?
Wasn't a nvlddmkm.sys in C:\windows\system32\drivers\ when I copied it there.
You also didn't say if I should enable test mode when I ran dseo13b.exe.
I did choose to enable test mode, so I hope that was correct?
Test mode would have already been enabled if you ran the bcdedit commands I posted (I posted a link to a page that shows you how to do it). Picking "test mode" in DSEO wont hurt though... It'll just do the same thing again.
There should have been an old driver to overwrite. It wont show up in Windows Explorer, but you'll see it in the command prompt.
Did you disable UAC? Did you sign the driver (with DSEO)?
I learned a lesson, DON'T take short cuts.
The short cut copy of the driver was the problem.
So you others take note.. lol
Screen shot to follow...
Say the driver is in the C:\ACPI folder do copy with CMD=Command Prompt as admin: copy C:\ACPI\nvlddmkm.sys C:\windows\system32\drivers\
Make sure UAC is disabled. The SLI SLIC table above in red is the universal table to use with the rev2 driver.
To make it more simplified you can place the: nvlddmkm.sys file in the root of C: then the command you run would look like this:
copy C:\nvlddmkm.sys C:\windows\system32\drivers\ <=You can type this in the cmd prompt or copy paste it
if the path is the same.
Remember this needs to be done from a Command Prompt window ran as admin. <very important.
Click Start type in search: "cmd" right click it & run as admin <=W7 way..
It will ask to overwrite answer: Yes
Had nothing better to do so I thought I place it all in one post. If there is anything I missed please let me know so I may add to this post.