Contribute
Register

Multibeast update after 10.8.5 and no AUDIO now

Status
Not open for further replies.
Okay, i tried that, normally i don't have the HDAEnabler kext in my S/L/E, and i do use a DSDT and SSDT. AM i missing something? How do i make it load the AppleHDA.kext?

Did you have any errors from kextcache? If you have errors, you have to fix it.
 
Okay, i tried that, normally i don't have the HDAEnabler kext in my S/L/E, and i do use a DSDT and SSDT. AM i missing something? How do i make it load the AppleHDA.kext?
Use dsdt or ssdt, not both. With dsdt or ssdt, no HDAEabler1.kext.
 
Use dsdt or ssdt, not both. With dsdt or ssdt, no HDAEabler1.kext.

I assume the SSDT is for CPU power management!?
 
I assume the SSDT is for CPU power management!?

Yes the SSDT is for the overclock. So which one do i get rid of then? DSDT was for necessary for my mobo i was told (Asus P8Z68 V Pro Gen3 ...

as for the console system log during kextcache here is what i had:

Sep 24 18:03:01 jasons-mac-pro authexec[7632]: executing /usr/sbin/kextcache
Sep 24 18:03:02 jasons-mac-pro authexec[7633]: executing /usr/sbin/kextcache
Sep 24 18:03:07 jasons-mac-pro com.apple.kextcache[7636]: / locked; waiting for lock.
Sep 24 18:03:11 jasons-mac-pro com.apple.kextcache[7636]: Lock acquired; proceeding.
Sep 24 18:03:11 jasons-mac-pro com.apple.kextcache[7636]: /: no supported helper partitions to update.
 
Yes the SSDT is for the overclock. So which one do i get rid of then? DSDT was for necessary for my mobo i was told (Asus P8Z68 V Pro Gen3 ...

as for the console system log during kextcache here is what i had:

Sep 24 18:03:01 jasons-mac-pro authexec[7632]: executing /usr/sbin/kextcache
Sep 24 18:03:02 jasons-mac-pro authexec[7633]: executing /usr/sbin/kextcache
Sep 24 18:03:07 jasons-mac-pro com.apple.kextcache[7636]: / locked; waiting for lock.
Sep 24 18:03:11 jasons-mac-pro com.apple.kextcache[7636]: Lock acquired; proceeding.
Sep 24 18:03:11 jasons-mac-pro com.apple.kextcache[7636]: /: no supported helper partitions to update.

This is my DSDT HDEF Injection:

Device (HDEF)
{
Name (_ADR, 0x001B0000)
OperationRegion (HDAR, PCI_Config, 0x4C, 0x10)
Field (HDAR, WordAcc, NoLock, Preserve)
{
DCKA, 1,
Offset (0x01),
DCKM, 1,
, 6,
DCKS, 1,
Offset (0x08),
, 15,
PMES, 1
}

Method (_PRW, 0, NotSerialized)
{
Return (GPRW (0x0D, 0x04))
}

Method (_DSM, 4, NotSerialized)
{
Store (Package (0x0C)
{
"subsystem-id",
Buffer (0x04)
{
0xA0, 0x00, 0x00, 0x00
},

"subsystem-vendor-id",
Buffer (0x04)
{
0x6B, 0x10, 0x10, 0x10
},

"layout-id",
Buffer (0x04)
{
0x01, 0x00, 0x00, 0x00
},

"codec-id",
Buffer (0x04)
{
0x92, 0x08, 0xEC, 0x10
},

"device-type",
Buffer (0x11)
{
"ALC892"
},

"PinConfigurations",
Buffer (Zero) {}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}
}





Is this correct?
 
Is this correct?
No, see Post #1 Mountain Lion: Optimized AppleHDA for Realtek ALC8xx.
or see ML: How to Add or Edit dsdt/HDEF

Regarding the ssdt, previously you asked about using a ssdt for overclock and a ssdt for audio. My reply at that time to use two ssdts. If the ssdt you are using is for overclock only, there is no audio implication. If you are using 2 ssdts, one being for audio, then you should not use dsdt injection. With 1 ssdt for overclock, a correct dsdt/HDEF is required.
 
Regarding the ssdt, previously you asked about using a ssdt for overclock and a ssdt for audio. My reply at that time to use two ssdts. If the ssdt you are using is for overclock only, there is no audio implication. If you are using 2 ssdts, one being for audio, then you should not use dsdt injection. With 1 ssdt for overclock, a correct dsdt/HDEF is required.

I have HDEF injected into DSDT and Use SSDT for Overclock. And all i have in S/L/E is AppleHDA.kext. Sound has always worked fine with this setup for two years almost until Multibeast 5.5 was run...It even worked after 10.8.5...
 
Okay after running the HDEF Injector /patch in DSDT i compile and ge tthese errors, which i assume are related to why it's not working:

1099 Unknown reserved name (_WDG)
1099 Unknown reserved name (_WDG)
1099 Unknown reserved name (_WED)
1099 Unknown reserved name (_WED)
1099 Unknown reserved name (_WED)

I have a Nvidia GeForce 570 HD, is that somehow messing with things?
 

Attachments

  • Screen Shot 2013-09-24 at 6.57.49 PM.png
    Screen Shot 2013-09-24 at 6.57.49 PM.png
    30.3 KB · Views: 147
Okay after running the HDEF Injector /patch in DSDT i compile and ge tthese errors, which i assume are related to why it's not working:

1099 Unknown reserved name (_WDG)
1099 Unknown reserved name (_WDG)
1099 Unknown reserved name (_WED)
1099 Unknown reserved name (_WED)
1099 Unknown reserved name (_WED)

I have a Nvidia GeForce 570 HD, is that somehow messing with things?

Those are not errors. They are warnings and can be safely ignored.
 
Okay so in IORegistry here is what i have under HDEF:
 

Attachments

  • Screen Shot 2013-09-24 at 7.15.14 PM.png
    Screen Shot 2013-09-24 at 7.15.14 PM.png
    30.4 KB · Views: 167
Status
Not open for further replies.
Back
Top