Jump to content

T440s can't fix DSDT


nnware

Recommended Posts

  • Replies 29
  • Created
  • Last Reply

Top Posters In This Topic

According to nuschnuschi here, it is but loses audio after sleep.

 

Right.

 

VoodooHDA 2.8.5 - Headphone jack (mic combo) works but Internal Speaker doesn't work after wake up from sleep.

 

Patched AppleHDA - Internal Speaker works after wake up with EAPDfix.kext. but headphone jack doesn't work(only white noise).

 

I'm still looking for a solution.

 

Thx.

But I was already in use.

 

I just wanted to try to install an AppleHDA.

 

I downloaded it from this topic. I also tried to patch AppleHDA my self but result was same.

https://osxlatitude.com/index.php?/topic/5857-e6540/

Link to comment
Share on other sites

After rebuild DSDT and re-install AppleHDA, AppleHDADisabler, VoodooHDA 2.8.5 and EAPDFix 1.5b3, 

Now Internal Speaker is working after wakeup from sleep. Also Headphone jack works.

 

Sorry but I'm not sure about what was a cause of problem.

Device (HDEF)
{
Name (_ADR, 0x001B0000) // _ADR: Address
Name (_S3D, 0x03) // _S3D: S3 Device State
Name (RID, Zero)
Name (_PRW, Package (0x02) // _PRW: Power Resources for Wake
{
0x0D,
0x04
})
Method (_PSW, 1, NotSerialized) // _PSW: Power State Wake
{
Noop
}

OperationRegion (HDAR, PCI_Config, 0x4C, 0x10)
Field (HDAR, WordAcc, NoLock, Preserve)
{
DCKA, 1,
Offset (0x01),
DCKM, 1,
, 6,
DCKS, 1,
Offset (0x08),
Offset (0x09),
PMEE, 1,
, 6,
PMES, 1
}

Method (_DSM, 4, Serialized) // _DSM: Device-Specific Method
{
Store (Package (0x08)
{
"codec-id",
Buffer (0x04)
{
0x92, 0x02, 0xEC, 0x10
},

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

"device-type",
Buffer (0x0F)
{
"Realtek ALC292"
},

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

Patch AppleHDA (Credit: Mirone)

http://www.insanelymac.com/forum/topic/295001-guide-to-patch-applehda-for-your-codec/?do=findComment&comment=1980947

 

EAPD FIx (Credit: EMlyDinEsH)

https://osxlatitude.com/index.php?/topic/3084-eapd-fix-in-a-standalone-kext-no-need-ioaudiofamily-patch/

 
AppleHDADisabler and VoodooHDA are not modified.
 
Link to comment
Share on other sites

  • Moderators

 

After rebuild DSDT and re-install AppleHDA, AppleHDADisabler, VoodooHDA 2.8.5 and EAPDFix 1.5b3, 

Now Internal Speaker is working after wakeup from sleep. Also Headphone jack works.

 

Sorry but I'm not sure about what was a cause of problem.

Patch AppleHDA (Credit: Mirone)

http://www.insanelymac.com/forum/topic/295001-guide-to-patch-applehda-for-your-codec/?do=findComment&comment=1980947

 

EAPD FIx (Credit: EMlyDinEsH)

https://osxlatitude.com/index.php?/topic/3084-eapd-fix-in-a-standalone-kext-no-need-ioaudiofamily-patch/

 
AppleHDADisabler and VoodooHDA are not modified.
 

 

Wouldn't AppleHDA gets disabled with AppleHDADisabler and only voodoohda works?

Link to comment
Share on other sites

Wouldn't AppleHDA gets disabled with AppleHDADisabler and only voodoohda works?

 

AppleHDADisabler disables some functions of AppleHDA.kext but it allows to load IOHDAFamily and AppleHDAController.

 

VoodooHDA works without AppleHDA, Disabler and EAPDFIX.

but internal speaker won't work after wakeup from sleep.

 

if I installed those kexts same time then Internal Speaker just works fine before/after sleep.

I need to investigate about them more.

Link to comment
Share on other sites


×
×
  • Create New...