Contribute
Register

Checking if replacement SSDT's are being loaded

Status
Not open for further replies.
Joined
Apr 29, 2015
Messages
44
Motherboard
Z
CPU
Z
Graphics
Z
In working on an issue involving my Intel 4400 Graphics card (http://www.tonymacx86.com/graphics/162985-intel-4400-gpu-compatibility-gb-bxi5h-4200-a.html), I've been trying unsuccessfully to patch my SSDT to hack around a Chimera bug with the Intel 4400 GPU. Suffice it to say, I placed my DSDT.aml and SSDT-n.aml files into /Extra, without any noticable result.

I've found that by running bdmesg, I can see the message "FADT: Using custom DSDT!" So that suggests that at least the DSDT is being loaded. No mention is made of the SSDT's. Does anyone know of a way to tell if an SSDT has been loaded?
 
In working on an issue involving my Intel 4400 Graphics card (http://www.tonymacx86.com/graphics/162985-intel-4400-gpu-compatibility-gb-bxi5h-4200-a.html), I've been trying unsuccessfully to patch my SSDT to hack around a Chimera bug with the Intel 4400 GPU. Suffice it to say, I placed my DSDT.aml and SSDT-n.aml files into /Extra, without any noticable result.

I've found that by running bdmesg, I can see the message "FADT: Using custom DSDT!" So that suggests that at least the DSDT is being loaded. No mention is made of the SSDT's. Does anyone know of a way to tell if an SSDT has been loaded?

This might help:
Code:
bdmesg|grep -y \.aml

But you should read my response at the other thread.
 
Status
Not open for further replies.
Back
Top