View Single Post
 
Old 10-15-2009, 11:38 PM
leclercqr leclercqr is offline
Cheetah
 
Join Date: Oct 2009
Posts: 1
Same issue as Jedric

Jedric (or anyone who can help),

I have a similar issue that you have in that I get the device ID as "0x1458A002".

Have you made any progress? I any case could you send me a copy of the DSDT your using prehaps it will help be debug the compile erros I'm getting. (my DSDT is attached if someone can help, it is compiled without the HDEF code changes and is fully functional for HPET, RTC, DTGP, USB fix and Snow Leopard is fully functional with the exception of sound and SATA requiring ACHIinject.kext [I'll fix the ACHI later])


However when I change the the 'generic' HDEF code on this thread I get
Quote:
/Users/Rowan/Desktop/Snow Leopard/DSDTv0.5/dsdt.dsl 374: Notify (\_SB.PCI0.HDEF, 0x02)
Error 4063 - Object does not exist ^ (\_SB.PCI0.HDEF)

/Users/Rowan/Desktop/Snow Leopard/DSDTv0.5/dsdt.dsl 5116: Return (BUFA)
Error 4063 - Object does not exist ^ (BUFA)

/Users/Rowan/Desktop/Snow Leopard/DSDTv0.5/dsdt.dsl 5159: Return (BUFA)
Error 4063 - Object does not exist ^ (BUFA)

/Users/Rowan/Desktop/Snow Leopard/DSDTv0.5/dsdt.dsl 5202: Return (BUFA)
Error 4063 - Object does not exist ^ (BUFA)

/Users/Rowan/Desktop/Snow Leopard/DSDTv0.5/dsdt.dsl 5245: Return (BUFA)
Error 4063 - Object does not exist ^ (BUFA)

/Users/Rowan/Desktop/Snow Leopard/DSDTv0.5/dsdt.dsl 5288: Return (BUFA)
Error 4063 - Object does not exist ^ (BUFA)

/Users/Rowan/Desktop/Snow Leopard/DSDTv0.5/dsdt.dsl 5331: Return (BUFA)
Error 4063 - Object does not exist ^ (BUFA)

/Users/Rowan/Desktop/Snow Leopard/DSDTv0.5/dsdt.dsl 5374: Return (BUFA)
Error 4063 - Object does not exist ^ (BUFA)

/Users/Rowan/Desktop/Snow Leopard/DSDTv0.5/dsdt.dsl 5417: Return (BUFA)
Error 4063 - Object does not exist ^ (BUFA)
I have attached the compiled_working_DSDT i am currently using which has a different HDEF code which results in the Audio being detected in system profiler as
"Intel High Definition Audio:

Device ID: 0x1458A002
Audio ID: 12
Available Devices: "


And the added_hdef_compile_erros_dsdt in which I have changed the HDEF code to that on this thread but get errors as listed above.

Any help would be great. Thanks in advance and apologies for my lack of understanding I have only started trying to patch my own DSDT a week ago so I'm still on a steep learning curve.
Attached Files
File Type: zip added_HDEF_compile_errors_dsdt.dsl.zip (13.2 KB, 7 views)
File Type: zip compiled_working_dsdt.dsl.zip (13.2 KB, 31 views)
Reply With Quote