Contribute
Register

[Guide] Lenovo T430 - Yosemite

Status
Not open for further replies.
Try not patching the third connector for HDMI (since you have DP).

Find: <30020000 00000000 01000000 40000000 00000000 01000000 40000000 00000000 01000000 40000000 00000000 00000000>
Replace: <30020000 02050000 00040000 07040000 03040000 00040000 81000000 04060000 00040000 81000000 00000000 00020011>



It is because you (mistakenly) deleted the ACPI/origin folder.

This is my ACPI/origin folder
View attachment origin.zip
 
This is my ACPI/origin folder
View attachment 167028

Not needed at this point, but note that your DSDT is not being loaded by Clover...

From your bootlog (extracted from ioreg):
Code:
20:448  0:001  DSDT found in Clover volume OEM folder: EFI\CLOVER\ACPI\patched\dsdt.aml
 
Not needed at this point, but note that your DSDT is not being loaded by Clover...

From your bootlog (extracted from ioreg):
Code:
20:448  0:001  DSDT found in Clover volume OEM folder: EFI\CLOVER\ACPI\patched\dsdt.aml

Do you mean that this dsdt.aml doesn't affect?
or just not loaded by clover, is loaded by mac kernel?
But actuality, EFI/Clover/ACPI/patched/dsdt.aml does work...(I edit the code of wake up and the led changed)

sorry for my english.....:(
 
Do you mean that this dsdt.aml doesn't affect?
But actuality, EFI/Clover/ACPI/patched/dsdt.aml does work...(I edit the code of wake up and the led changed)

sorry for my english.....:(

I can only go by the ioreg you provide. In that ioreg, DSDT.aml was not being loaded. Your ACPI/patched folder is a bit of a mess.
 
I can only go by the ioreg you provide. In that ioreg, DSDT.aml was not being loaded. Your ACPI/patched folder is a bit of a mess.

Excuse for the mess.

In config.plist I specific the DSDT Name 'dsdt.aml'
the other dsdt.xxx.aml(s) is for testing.(such as waking, inject ig-platform, nvs5400, etc.)

and for testing NVS5400m, I copied config.plist to config.nvidia.plist and specific the DSDT Name 'dsdt.gfx.aml'.

So, what should I do.?
 
...
So, what should I do.?

You should check your Clover bootlog to be certain the DSDT.aml you expect to load is actually loading.

The ioreg you provided shows clearly that it is not loading. The ioreg never lies.
 
You should check your Clover bootlog to be certain the DSDT.aml you expect to load is actually loading.

The ioreg you provided shows clearly that it is not loading. The ioreg never lies.


ok. I'll check that, and in China it's time to go to bed.
hope it works tomorrow.
 
You should check your Clover bootlog to be certain the DSDT.aml you expect to load is actually loading.

The ioreg you provided shows clearly that it is not loading. The ioreg never lies.

The EFI/CLOVER/ACPI/patched/dsdt.aml is loaded as I expect
1.
in ioreg, you can find \[email protected]@1b0000 has the property of 'codec-id: 69 02 ec 10'
if you use MaciASL to re-assembly the dsdt.aml you can find 'codec-id' in line 10149

2. in dsdt.aml line 14592, you can find the code for Wake up, it is injected by myself. And after injected, the moon led and power button led work well.

So as what I said above, the dsdt.aml is loaded.
Is there any detail for your judgement of not-loading? how to deal with ioreg?

the ioreg I uploaded before is 'Save AS'
is it different to 'Save Copy As' (Sorry, I realize it just now..)
View attachment ThinkMac-Copy.ioreg


And GOOD NIGHT. See you tomorrow.
 
The EFI/CLOVER/ACPI/patched/dsdt.aml is loaded as I expect
1.
in ioreg, you can find \[email protected]@1b0000 has the property of 'codec-id: 69 02 ec 10'
if you use MaciASL to re-assembly the dsdt.aml you can find 'codec-id' in line 10149

2. in dsdt.aml line 14592, you can find the code for Wake up, it is injected by myself. And after injected, the moon led and power button led work well.

So as what I said above, the dsdt.aml is loaded.
Is there any detail for your judgement of not-loading? how to deal with ioreg?

the ioreg I uploaded before is 'Save AS'
is it different to 'Save Copy As' (Sorry, I realize it just now..)
View attachment 167039


And GOOD NIGHT. See you tomorrow.

It is confirmed by the bootlog in your ioreg:
Code:
5:678  0:000  DSDT found in Clover volume OEM folder: EFI\CLOVER\ACPI\patched\dsdt.aml

Contrary to the ioreg you previously posted.
 
It is confirmed by the bootlog in your ioreg:
Code:
5:678  0:000  DSDT found in Clover volume OEM folder: EFI\CLOVER\ACPI\patched\dsdt.aml

Contrary to the ioreg you previously posted.

Now I move the config.plist and ACPI folder and kexts to EFI\Clover\OEM\23472C8\
so the boot log shows "DSDT found in Clover volume OEM folder: EFI\CLOVER\OEM\23472C8\UEFI\ACPI\patched\dsdt.aml"

is that right?
 
Status
Not open for further replies.
Back
Top