InfiniteMac OSx86  
  #1  
Old 04-30-2010, 10:18 PM
karamatks karamatks is offline
Puma
 
Join Date: Aug 2009
Posts: 29
cant install dsdt

help plz
i hav installed snow leopard and updated to 10.6.3
i hav got two problems
1# em geting error when installing dsdt.aml so i cant install dsdt.aml
2# every time when restarting pc i geting f1 obtion for default bios setings or del to setup bios again coz cmos unable to load previously setuped bios... so i hav to setup again to setup sata to AHCI for working
plz help
asus p5n73-cm
core2due
evga nvidia 9500gt

asus p5n73-cm 10.6.3
core2due
9500gt
.................................................. ........
hp-dv6 1316tx snow leopard 10.6.3
core 2 due p8700(l2 cache 3m)
2GB ddr3 memory
ATI mobility redeon hd 4650 1GB ddr3
320 gb HD 720 rpm
Reply With Quote
  #2  
Old 05-01-2010, 12:55 PM
milanca's Avatar
milanca milanca is offline
 
Join Date: Jan 2008
Location: Serbia and Montenegro
Posts: 326
Can u attach your original dsdt dump, preferably from linux?

Regards

Reply With Quote
  #3  
Old 05-01-2010, 06:25 PM
karamatks karamatks is offline
Puma
 
Join Date: Aug 2009
Posts: 29
Quote:
Originally Posted by milanca View Post
Can u attach your original dsdt dump, preferably from linux?

Regards
i dunt hav linux

asus p5n73-cm 10.6.3
core2due
9500gt
.................................................. ........
hp-dv6 1316tx snow leopard 10.6.3
core 2 due p8700(l2 cache 3m)
2GB ddr3 memory
ATI mobility redeon hd 4650 1GB ddr3
320 gb HD 720 rpm
Reply With Quote
  #4  
Old 05-04-2010, 05:20 AM
yagamiori yagamiori is offline
Cheetah
 
Join Date: May 2010
Posts: 4
Hi, I am so glad that I found someone using the same motherboard as me. I also have the same problem. I get the build.log when I try to use the patcher.

Quote:
Intel ACPI Component Architecture
AML Disassembler version 20080926 [Oct 4 2008]
Copyright (C) 2000 - 2008 Intel Corporation
Supports ACPI Specification Revision 3.0a

Intel ACPI Component Architecture
ASL Optimizing Compiler version 20080926 [Oct 4 2008]
Copyright (C) 2000 - 2008 Intel Corporation
Supports ACPI Specification Revision 3.0a

./dsdt_fixed.txt 375: Method (\_WAK, 1, NotSerialized)
Warning 1080 - ^ Reserved method must return a value (_WAK)

./dsdt_fixed.txt 534: And (CTRL, 0x0C)
Warning 1105 - ^ Result is not used, operator has no effect

./dsdt_fixed.txt 1922: Method (WMNV, 3, NotSerialized)
Warning 1087 - ^ Not all control paths return a value (WMNV)

./dsdt_fixed.txt 4047: Name (T0_0, 0x00)
Error 4111 - Creating a named object in a While loop ^

ASL Input: ./dsdt_fixed.txt - 6935 lines, 226207 bytes, 2702 keywords
Compilation complete. 1 Errors, 3 Warnings, 0 Remarks, 650 Optimizations
DSDT Patcher 1.0.1e -- report Bugs to [email protected]
enclose "DSDT Patcher/Debug/USER.tar"

Press any key to continue...

Getting the DSDT through ioreg...

Decompiling the DSDT...

Done, now start the Patching!

Patching RTC...

RTC Device found : Device (RTC)
Found IRQ in RTC Device, removing it
IRQNoFlags ()
RTC patched

Patching HPET...

HPET Device found : Device (HPET)
IRQ's written to HPET
HPET patched
Fixing various Issues...

Found an issue

Found Name (_HID, "*pnp0c14")
Fixed Name (_HID, "pnp0c14")

Found an issue
Found Name (_T_0, 0x00)
Fixed Name (T0_0, 0x00)

Found an issue
Found Store (Arg0, _T_0)
Fixed Store (Arg0, T0_0)

Found an issue
Found If (LEqual (_T_0, 0x04))
Fixed If (LEqual (T0_0, 0x04))

Found an issue
Found If (LEqual (_T_0, 0x06))
Fixed If (LEqual (T0_0, 0x06))

Done

We are done patching, press any key to try to compile the fixed DSDT

Compiling done, if it worked, you have now a patched DSDT in dsdt.aml
If the compiling went wrong, you could force to build it with ./DSDT\ Patcher -f (try this DSDT at your own risk)
And bios reset everytime I restart my computer.

Quote:
CMOS checksum error - Defaults loaded
Karamatks, which guide are you using for your snow leopard, I am still having problems trying to boot my snow leopard, it just gets stuck on the spinning wheel.

asus p5n73-cm
intel core 2 duo
asus eah 4870
Reply With Quote
  #5  
Old 05-06-2010, 10:38 PM
Imkantus Imkantus is offline
 
Join Date: Jul 2009
Location: Germany
Posts: 779
You guys could install ElliottForceLegacyRTC.kext from Psyshit's RebelEFI disk to prevent CMOS Reset, if you do not want to mess with DSDT editing...

AMD Phenom II X4 955 - ASRock AM3A770DE - 8GB DDR3-1333 - Radeon HD 5570 1GB passiv - BCM4318 802.11b/g - Snow Leopard Retail
+++
AMD Phenom X3 8450 - ASRock AM2NF6G-VSTA (BIOS L2.39) - 4GB DDR2-800 - Radeon HD 4650 512MB - Snow Leopard Retail (retired) / OpenBSD
Reply With Quote
  #6  
Old 05-19-2010, 08:29 PM
kizwan kizwan is offline
Jaguar
 
Join Date: Jun 2009
Posts: 36
This is very easy fix.
Code:
./dsdt_fixed.txt   534:                         And (CTRL, 0x0C)
Warning  1105 -                                         ^ Result is not  used, operator has no effect
Open your dsdt.dsl file & go to line #534. Change it to:-
And (CTRL, 0x0C, CTRL)
Code:
./dsdt_fixed.txt  4047:                             Name (T0_0, 0x00)
Error    4111 -      Creating a named object in a While loop ^
Go to line # 4047, move up Name (T0_0, 0x00) so that it will be at the outside of the While loop code.
Quote:
And bios reset everytime I restart my computer.
Find Device (RTC) & change the length to 0x02. For example, like this:-
Code:
Device (RTC)
{
            Name (_HID, EisaId ("PNP0B00"))
            Name (_CRS, ResourceTemplate ()
                   {
                                      IO (Decode16,
                                  0x0070,             // Range Minimum
                                      0x0070,             // Range Maximum
                                      0x00,               // Alignment
                                      0x02,               // Length
                    })
}



💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers.


1) Retail Mac OS X 10.6 ** Acer Aspire 9420 Intel C2D T5600 ** 4GB DDR2 ** NVIDIA GeForce Go 7300 128MB ** Dell Wireless 1395 (rebrand to AirPort Extreme) ** ALC883
2) Windows 7 Home Premium 64-bit ** Dell Studio 1557 Intel Core i7 720QM ** 4GB DDR3 1333Mhz ** ATI HD4570 512MB ** Intel WiFi 5300 ** Seagate Momentus 5400.6 SATA 3Gb/s 320-GB Hard Drive 5400RPM ** WLED 1366x768 15.6"
3) Retail Mac OS X 10.5.6 + Vista Ultimate ** Acer Aspire 3680 Intel Celeron M 440
** Linksys WPC54G v3.1 ** ALC883

Last edited by kizwan; 05-19-2010 at 08:34 PM.
Reply With Quote