Contribute
Register

Acer v3-772G Mavericks 10.9.1 Build

Status
Not open for further replies.

Attachments

  • IORegExplorer dump.ioreg
    1.6 MB · Views: 121
Here is dump

When press sleep, just turn off LCD screen (but notebook still working) and when want to wake just turn on LCD backlight but screen is still off

Backlight issue is because you have no SSDTs installed. From bootlog:
Code:
Read HFS+ file: [hd(0,2)/Extra/DSDT.aml] 78270 bytes.
[B]ACPI Table not found: SSDT.aml[/B]
FADT: ACPI Restart Fix applied!
FADT: Using custom DSDT!
Found ACPI CPU: CPU0
Found ACPI CPU: CPU1
Found ACPI CPU: CPU2
Found ACPI CPU: CPU3
Found ACPI CPU: CPU4
Found ACPI CPU: CPU5
Found ACPI CPU: CPU6
Found ACPI CPU: CPU7
SSDT with CPU C-States generated successfully
P-States: min 0x8, max 0x16
SSDT with CPU P-States generated successfully
OEM SSDT tables was dropped
OEM SSDT tables was dropped
OEM SSDT tables was dropped
OEM SSDT tables was dropped
OEM SSDT tables was dropped
OEM SSDT tables was dropped
RSDT: Added 2 SSDT table(s)
FADT: ACPI Restart Fix applied!
FADT: Using custom DSDT!
OEM SSDT tables was dropped
OEM SSDT tables was dropped
OEM SSDT tables was dropped
OEM SSDT tables was dropped
OEM SSDT tables was dropped
OEM SSDT tables was dropped
Added 2 SSDT table(s) into XSDT

Audio problem is because DTGP is referred as External in DSDT but then defined nowhere.

Also, in this ioreg, power management is all wrong. You're using Generate[PC]States=Yes and have no custom SSDT.
 
Backlight issue is because you have no SSDTs installed. From bootlog:
Code:
Read HFS+ file: [hd(0,2)/Extra/DSDT.aml] 78270 bytes.
[B]ACPI Table not found: SSDT.aml[/B]
FADT: ACPI Restart Fix applied!
FADT: Using custom DSDT!
Found ACPI CPU: CPU0
Found ACPI CPU: CPU1
Found ACPI CPU: CPU2
Found ACPI CPU: CPU3
Found ACPI CPU: CPU4
Found ACPI CPU: CPU5
Found ACPI CPU: CPU6
Found ACPI CPU: CPU7
SSDT with CPU C-States generated successfully
P-States: min 0x8, max 0x16
SSDT with CPU P-States generated successfully
OEM SSDT tables was dropped
OEM SSDT tables was dropped
OEM SSDT tables was dropped
OEM SSDT tables was dropped
OEM SSDT tables was dropped
OEM SSDT tables was dropped
RSDT: Added 2 SSDT table(s)
FADT: ACPI Restart Fix applied!
FADT: Using custom DSDT!
OEM SSDT tables was dropped
OEM SSDT tables was dropped
OEM SSDT tables was dropped
OEM SSDT tables was dropped
OEM SSDT tables was dropped
OEM SSDT tables was dropped
Added 2 SSDT table(s) into XSDT

Audio problem is because DTGP is referred as External in DSDT but then defined nowhere.

Also, in this ioreg, power management is all wrong. You're using Generate[PC]States=Yes and have no custom SSDT.

I have declared DTGP as external (because it's in SSDT-5) but not good :)
going to generate missing SSDT and put to see if will work

And what about Powermanagment? Have U some advice what I should do?
 
I have declared DTGP as external (because it's in SSDT-5) but not good :)
going to generate missing SSDT and put to see if will work

That's fine if SSDT-5 was installed such that it will load. But it is not.

And what about Powermanagment? Have U some advice what I should do?

See here: http://www.tonymacx86.com/mavericks...nagement-sandy-bridge-ivy-bridge-laptops.html

Haswell is the same, but you use Haswell era smbios and no need to patch AppleIntelCPUPowerManagement (because mach_kernel is patched and handles CPU PM instead).
 
That's fine if SSDT-5 was installed such that it will load. But it is not.



See here: http://www.tonymacx86.com/mavericks...nagement-sandy-bridge-ivy-bridge-laptops.html

Haswell is the same, but you use Haswell era smbios and no need to patch AppleIntelCPUPowerManagement (because mach_kernel is patched and handles CPU PM instead).

then problem is with SSDT-5, now I have generate SSDT.aml and put in Extra folder but now graphics not works (no Qe/Ci) 64MB
and no brightness

smbios is MacBook Air 6,2, DropSSDT=Yes, Generate C/P states = No, GraphicsEnabler=yes

I have Ur match_kernel
 
then problem is with SSDT-5, now I have generate SSDT.aml and put in Extra folder but now graphics not works (no Qe/Ci) 64MB
and no brightness

smbios is MacBook Air 6,2, DropSSDT=Yes, Generate C/P states = No, GraphicsEnabler=yes

I have Ur match_kernel

You know the drill. Post ioreg.
 
here is new ioreg

Graphics is not working as you're injecting 0166000a, which is for Ivy Bridge/HD4000. This inject is in ssdt-5.aml. It doesn't make sense for a Haswell machine. There is no PNLF defined anywhere, so you should not expect to have the brightness slider. Remove the IGPU._DSM injection from ssdt-5 and apply the "Brightness Fix (Haswell)" patch.

Also, the generated SSDT is incorrect for Haswell (no plugin-type=1), which is why you don't have x86PlatformPlugin loaded.
 
Graphics is not working as you're injecting 0166000a, which is for Ivy Bridge/HD4000. This inject is in ssdt-5.aml. It doesn't make sense for a Haswell machine. There is no PNLF defined anywhere, so you should not expect to have the brightness slider. Remove the IGPU._DSM injection from ssdt-5 and apply the "Brightness Fix (Haswell)" patch.

Also, the generated SSDT is incorrect for Haswell (no plugin-type=1), which is why you don't have x86PlatformPlugin loaded.

YESSSSSSS we GOT Brightness working like charm :)
Generated SSDT with ssdtPRGen.sh script and working now

Now going to get sleep :)

Problem is same as before, LCD off and notebook still working, on wake brings LCD on and that's all
Simple no sleep :(
 
YESSSSSSS we GOT Brightness working like charm :)
Generated SSDT with ssdtPRGen.sh script and working now

Now going to get sleep :)

Problem is same as before, LCD off and notebook still working, on wake brings LCD on and that's all
Simple no sleep :(

Things to check for sleep:
- power management correctly implemented (correct smbios, correct generated SSDT, patched mach_kernel, no OEM CPU PM SSDTs)
- keep in mind there is a 20 sec delay before sleep takes effect after you select Apple->Sleep
- debug _PTS/_WAK methods, make sure they complete beginning->end
- check for sleep assertions with 'pmset -g assertions'
 
Status
Not open for further replies.
Back
Top