Contribute
Register

Need Help fix DSDT error

Status
Not open for further replies.
Joined
Jan 25, 2011
Messages
4
Motherboard
lion
CPU
i3 2nd gen
Graphics
gma 3000
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0

Attachments

  • dsdt asus N43J.zip
    53.4 KB · Views: 119
  • dsdt compile error.zip
    3.5 KB · Views: 128
Hi guys, im noobs on hackintosh. I have working Mavericks on my Asus N43j and i need to patch dsdt for working 1st gen Intel HD graphics( GhostRider tutorial on insanelymac http://www.insanelymac.com/forum/topic/286092-guide-1st-generation-intel-hd-graphics-qeci/). I got 201 Errors, 0 Warnings, 0 Remarks, 1226 Optimizations with untouch extracted DSDT. I used DSDT SE for extracting

Thanks for helping

See here: https://github.com/RehabMan/Laptop-DSDT-Patch

Apply "Fix FPED Parse Error"
 
RehabMan, your patch ("Fix FPED Parse Error") working on my DSDT, all error solved but i got error again after add some code.any solution??

-----------------------
Method (_DSM, 4, NotSerialized)
{
Store (Package ()
{
"AAPL,os-info",
Buffer ()
{
0x30, 0x49, 0x01, 0x11, 0x01, 0x10, 0x08, 0x00,
0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0xFF, 0xFF, 0xFF, 0xFF
},
"VRAM,totalsize",
Buffer ()
{
0x00, 0x00, 0x00, 0x12
},
"model",
Buffer ()
{
"Intel HD Graphics"
}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
 

Attachments

  • 2nd error.zip
    4 KB · Views: 117
RehabMan, your patch ("Fix FPED Parse Error") working on my DSDT, all error solved but i got error again after add some code.any solution??

-----------------------
Method (_DSM, 4, NotSerialized)
{
Store (Package ()
{
"AAPL,os-info",
Buffer ()
{
0x30, 0x49, 0x01, 0x11, 0x01, 0x10, 0x08, 0x00,
0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0xFF, 0xFF, 0xFF, 0xFF
},
"VRAM,totalsize",
Buffer ()
{
0x00, 0x00, 0x00, 0x12
},
"model",
Buffer ()
{
"Intel HD Graphics"
}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)

Without the actual DSDT text, I can't tell you. Errors are meaningless without the code that caused them.
 
i have rewrite code on my DSDT and i got less error than before(6 error), this is my DSDT after add code from GoshRider. Rehabman, how to know audio chipset from my Asus N43J? i use voodo but still no audio. thanks for helping
 

Attachments

  • dsdt asus N43J rev.zip
    53.5 KB · Views: 139
i have rewrite code on my DSDT and i got less error than before(6 error), this is my DSDT after add code from GoshRider. Rehabman, how to know audio chipset from my Asus N43J? i use voodo but still no audio. thanks for helping

This DSDT is too damaged to repair (probably some mis-matched brackets {}).

Start over with your native DSDT and carefully patch. Stop/fix if you cause errors.
 
Status
Not open for further replies.
Back
Top