View Single Post
 
Old 01-17-2010, 09:14 PM
osxfr33k osxfr33k is offline
Puma
 
Join Date: May 2009
Posts: 16
Quick Help. I extracted my DSDT using Ubuntu and a nifty command from this site to get me all the ACPI tables zipped.

The DSDT provided in this package looks pretty much the same as the one I extracted overall as far as definition block and CPU etc addresses. Only one concern is the CPUPM _CST section. Slight differences in address as you can see. Do I need to mod this?

I see some differences in addresses. Do I need to change these values or not?

DSDT provided in the Nvidia package Section of concern:

Scope (\)
{
Name (SSDT, Package (0x0C)
{
"CPU0IST ",
0x7F65C4F6,
0x0286,
"CPU1IST ",
0x7F65C77C,
0xC4,
"CPU0CST ",
0x7F65BE8C,
0x05E5,
"CPU1CST ",
0x7F65C471,
0x85
})
Name (CFGD, 0x013369F7)
Name (PDC0, 0x80000000)
Name (PDC1, 0x80000000)
Name (SDTL, Zero)



My DSDT Freshly Extracted ACPI tables no DSDT override so Clean Extraction:


Scope (\)
{
Name (SSDT, Package (0x0C)
{
"CPU0IST ",
0xDFE5C4B4,
0x000002C8,
"CPU1IST ",
0xDFE5C77C,
0x000000C4,
"CPU0CST ",
0xDFE5BE4A,
0x000005E5,
"CPU1CST ",
0xDFE5C42F,
0x00000085
})
Name (CFGD, 0x013369F7)
Name (\PDC0, 0x80000000)
Name (\PDC1, 0x80000000)
Name (\SDTL, 0x00)



Last issue. I had everything working Shutdown, Restart everything except the Ethernet and now shutdown is back to the way it is in all PC laptops, you have to hold down the power button and also the PC NUB Kext won't load all of a sudden. I used the new Kext utility for Snow could that have broken something? I was running the chmod, chown and touch commands manually and everything worked then. Maybe its something else that I cannot figure out?
Reply With Quote