fq360 Posted February 13, 2011 Share Posted February 13, 2011 im trying to compile my DSDT with the following code to use appleintelcpu management, however im getting compile errors in DSDTSE, can anyone help me out, im using evga x58 sli 759, i7 980x cpu thanks LPCB Device (LPCB) { Name (_ADR, 0x001F0000) Method (_DSM, 4, NotSerialized) { Store (Package (0x02) { "device-id", Buffer (0x04) { 0x18, 0x3A, 0x00, 0x00 } }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } however im getting few errors i cant resolve : /Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 336: Store (\_SB.SAPF, PIOH) Error 4064 - Object does not exist ^ (\_SB.SAPF) /Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 429: Notify (\_SB.PCI0.UHC1, Zero) Error 4064 - Object does not exist ^ (\_SB.PCI0.UHC1) /Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 430: Notify (\_SB.PCI0.UHC2, Zero) Error 4064 - Object does not exist ^ (\_SB.PCI0.UHC2) /Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 431: Notify (\_SB.PCI0.UHC3, Zero) Error 4064 - Object does not exist ^ (\_SB.PCI0.UHC3) /Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 432: Notify (\_SB.PCI0.UHC4, Zero) Error 4064 - Object does not exist ^ (\_SB.PCI0.UHC4) /Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 433: Notify (\_SB.PCI0.UHC5, Zero) Error 4064 - Object does not exist ^ (\_SB.PCI0.UHC5) /Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 434: Notify (\_SB.PCI0.UHC6, Zero) Error 4064 - Object does not exist ^ (\_SB.PCI0.UHC6) /Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 459: Notify (\_SB.PCI0.UHC1, 0x02) Error 4064 - Object does not exist ^ (\_SB.PCI0.UHC1) /Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 464: Notify (\_SB.PCI0.UHC2, 0x02) Error 4064 - Object does not exist ^ (\_SB.PCI0.UHC2) /Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 469: Notify (\_SB.PCI0.UHC3, 0x02) Error 4064 - Object does not exist ^ (\_SB.PCI0.UHC3) /Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 474: Notify (\_SB.PCI0.UHC4, 0x02) Error 4064 - Object does not exist ^ (\_SB.PCI0.UHC4) /Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 479: Notify (\_SB.PCI0.UHC5, 0x02) Error 4064 - Object does not exist ^ (\_SB.PCI0.UHC5) /Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 484: Notify (\_SB.PCI0.UHC6, 0x02) Error 4064 - Object does not exist ^ (\_SB.PCI0.UHC6) /Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 489: Notify (\_SB.PCI0.EHC1, 0x02) Error 4064 - Object does not exist ^ (\_SB.PCI0.EHC1) /Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 490: Notify (\_SB.PCI0.EHC2, 0x02) Error 4064 - Object does not exist ^ (\_SB.PCI0.EHC2) /Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 491: Notify (\_SB.PCI0.IGBE, 0x02) Error 4064 - Object does not exist ^ (\_SB.PCI0.IGBE) /Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 7141: Method (_DSM, 4, NotSerialized) Error 4057 - Name already exists in scope ^ (_DSM) /Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 8170: Return (SLIC) Error 4068 - Object is not accessible from this scope ^ (SLIC) /Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 8645: Device (PCI0.PX40.FWH) Error 4065 - Object not found or not accessible from scope ^ (PCI0.PX40.FWH) /Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 8647: Name (_HID, EisaId ("INT0800")) Error 4068 - Object is not accessible from this scope ^ (_HID) /Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 8648: Method (_CRS, 0, NotSerialized) Error 4068 - Object is not accessible from this scope ^ (_CRS) /Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 8650: Name (FWH0, ResourceTemplate () Error 4068 - Object is not accessible from this scope ^ (FWH0) /Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 8657: Return (FWH0) Error 4068 - Object is not accessible from this scope ^ (FWH0) ASL Input: /Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl - 8909 lines, 272387 bytes, 3025 keywords Compilation complete. 23 Errors, 0 Warnings, 0 Remarks, 4 Optimizations Quote Link to comment https://www.insanelymac.com/forum/topic/247751-applelpc-compile-errors-speedstep/ Share on other sites More sharing options...
MaLd0n Posted February 13, 2011 Share Posted February 13, 2011 Whats is your motherboard send me your DSDT perl -e 'open(CMD, "ioreg -lw0 \| grep DSDT|") or die; while(<CMD>) { chomp; if($_ =~ /\"DSDT\.?\d?\"=<([^>]*)>/) { $buff = $1; open(PIP, "|xxd -r -p > ~/Desktop/dsdt.aml") or die; print PIP "$1"; } }' Quote Link to comment https://www.insanelymac.com/forum/topic/247751-applelpc-compile-errors-speedstep/#findComment-1639080 Share on other sites More sharing options...
fq360 Posted February 13, 2011 Author Share Posted February 13, 2011 Whats is your motherboard send me your DSDT perl -e 'open(CMD, "ioreg -lw0 \| grep DSDT|") or die; while(<CMD>) { chomp; if($_ =~ /\"DSDT\.?\d?\"=<([^>]*)>/) { $buff = $1; open(PIP, "|xxd -r -p > ~/Desktop/dsdt.aml") or die; print PIP "$1"; } }' my Mobo Evga x58 Classified 759 bios 78, i have native appleintelcpumanagement working despite all other threads saying can only use bios 44 wouldnt allow me to attach DSDT as not permitted, have sent you PM many thanks Quote Link to comment https://www.insanelymac.com/forum/topic/247751-applelpc-compile-errors-speedstep/#findComment-1639205 Share on other sites More sharing options...
MaLd0n Posted February 13, 2011 Share Posted February 13, 2011 use sendspace http://www.sendspace.com/ Quote Link to comment https://www.insanelymac.com/forum/topic/247751-applelpc-compile-errors-speedstep/#findComment-1639210 Share on other sites More sharing options...
fq360 Posted February 13, 2011 Author Share Posted February 13, 2011 use sendspacehttp://www.sendspace.com/ here is the link for DSDT http://www.sendspace.com/file/q8pupr many thanks Quote Link to comment https://www.insanelymac.com/forum/topic/247751-applelpc-compile-errors-speedstep/#findComment-1639213 Share on other sites More sharing options...
MaLd0n Posted February 13, 2011 Share Posted February 13, 2011 here is the link for DSDT http://www.sendspace.com/file/q8pupr many thanks The DSDT is already edited run on terminal kextstat | grep LPC Quote Link to comment https://www.insanelymac.com/forum/topic/247751-applelpc-compile-errors-speedstep/#findComment-1639235 Share on other sites More sharing options...
fq360 Posted February 13, 2011 Author Share Posted February 13, 2011 The DSDT is already edited run on terminal kextstat | grep LPC during boot im grtting applelpc failed to initialize, ive edited the lpc with my own id also put the id in iofamilyplatform plugin too any ideas why its not initialising Quote Link to comment https://www.insanelymac.com/forum/topic/247751-applelpc-compile-errors-speedstep/#findComment-1639239 Share on other sites More sharing options...
MaLd0n Posted February 13, 2011 Share Posted February 13, 2011 during boot im grtting applelpc failed to initialize, ive edited the lpc with my own id also put the id in iofamilyplatform plugin too any ideas why its not initialising add in boot.plist <key>GeneratePStates</key> <string>Yes</string> <key>GenerateCStates</key> <string>Yes</string> use Chameleon RC5 Quote Link to comment https://www.insanelymac.com/forum/topic/247751-applelpc-compile-errors-speedstep/#findComment-1639241 Share on other sites More sharing options...
fq360 Posted February 14, 2011 Author Share Posted February 14, 2011 add in boot.plist <key>GeneratePStates</key> <string>Yes</string> <key>GenerateCStates</key> <string>Yes</string> use Chameleon RC5 i added to boot.plist as above, on boot it picked up states and acpi info however, the last part of the boot process i get a KP KP Quote Link to comment https://www.insanelymac.com/forum/topic/247751-applelpc-compile-errors-speedstep/#findComment-1639251 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.