Jump to content

Dell Inspiron 5548 - help required


mrdr

Recommended Posts

  • Replies 24
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

  • Administrators

Ok, well device PNLF is defined in SSDT-2 but you've not numbered your SSDT files nor configured Clover so that they can all be loaded properly. You have:

  • ssdt.aml
  • ssdt-0.aml
  • ssdt-1.aml
  • ssdt-2.aml
  • ssdt-6.aml

 

Patched SSDT tables usually need to be named in a sequential order (without holes) to be all loaded. If you patch say vanilla ssdt-6.aml, then you need to extract and place all preceding tables in the ACPI/patched folder to load the patched #6.

 

In your Clover config ACPI section, you've correctly set the order for 13 ssdt tables from ssdt to ssdt-0, ssdt-1 all the way to ssdt-12. But:

1) you're not dropping OEM (i.e. the native BIOS tables)

2) you're missing ssdt files, even though vanilla tables

 

So, activate Drop OEM and dump all missing vanilla ssdt tables to ACPI patched.

Link to comment
Share on other sites

so, i have set DropOem=YES in ACPI\SSDT\ now.
 
but, where are my vanilla ssdt files? there are whole bunch of other *.aml files in ORIGIN folder, but their names differently.
 
I know I have the following in my patched folder,

  • ssdt.aml
  • ssdt-0.aml
  • ssdt-1.aml
  • ssdt-2.aml
  • ssdt-6.aml
     
Link to comment
Share on other sites

  • Administrators

That's probably because you've not moved to /L/E the kexts that Jake provided you in folder kexts/LE of his fileset. Once you've done that, repair permissions and rebuild cache. After reboot, you should have audio, provided your Clover patches are correct.

 

Clover only applies on-the-fly patches to cached kexts.

Link to comment
Share on other sites


×
×
  • Create New...