michaelelcano Posted June 13, 2014 Share Posted June 13, 2014 All is working now. Thanks pokenguyen! Link to comment Share on other sites More sharing options...
michaelelcano Posted June 13, 2014 Share Posted June 13, 2014 On a side note I noticed that the laptop was not sleeping when the lid was closed. I was able to fix this by using rehabmans first dsdt patch and acpipoller.kext #Maintained by: RehabMan for: Laptop Patches #misc_LidPoll.txt # # Work around for non-working LID notification. # # EXPERIMENTAL # # In order for this to work, you must install ACPIPoller.kext # into device label LIDP remove_entry; into definitionblock code_regex . insert begin Device (LIDP)\n {\n Name (_HID, "FAN00000")\n Name (PLID, 0xFFFF)\n // Poll for _LID status changes, notify if different\n Method (FCPU, 0, Serialized)\n {\n Store(\_SB.LID0._LID(), Local0)\n if (LNotEqual(Local0, PLID))\n {\n Store(Local0, PLID)\n Notify(\_SB.LID0, 0x80)\n }\n }\n }\n end; ACPIPoller.kext.zip Link to comment Share on other sites More sharing options...
pokenguyen Posted June 13, 2014 Share Posted June 13, 2014 I will add it to dsdt patches, thank you for your finding. Link to comment Share on other sites More sharing options...
sinenster Posted November 12, 2014 Share Posted November 12, 2014 thanks for the guide but i have a problem with screen flickering and i only find ssdt-7x not ssdt-7 in my dumped ssdt folder can anyone help me ? i'm using dell inspiron 5421 Link to comment Share on other sites More sharing options...
Recommended Posts