Contribute
Register

Asus Q301LA-bsi5t17 (S301LA) – Yosemite Clover Install

Status
Not open for further replies.
Just got back to this laptop and i haven't tried messing with the verbs too much, i had the internal mic working but it sort of broke the audio jack so i just reverted. Is anyone else having trouble with deep sleep? Laptop won't wake after an extended sleep.


what did you do to get the internal mic to work?
 
I have the Asus X550LN, It is pretty much the same Config.

Your Guide helped me a lot, Thanks :thumbup:

I'm having the same problem with ALC233, but the other forum crashed and all the attachments were lost, trying to edit AppleHDA myself but I think I'm too noob to get it right :banghead:
 
I have the Asus X550LN, It is pretty much the same Config.

Your Guide helped me a lot, Thanks :thumbup:

I'm having the same problem with ALC233, but the other forum crashed and all the attachments were lost, trying to edit AppleHDA myself but I think I'm too noob to get it right :banghead:


you mean these downloads? Seems to be downloadable now
 
No, the ones from the posts that were modified


there were so many other ones which were all hit or miss as they were all experiments.
 
Can anyone give me some advice/tips on getting sleep mode to work with this model? I have all the major functions except for sleep, which is more than a little crippling to a laptop
Any advice would be great, thanks!

What is the specific issue with sleep?

Download patchmatic: https://bitbucket.org/RehabMan/os-x-maciasl-patchmatic/downloads/RehabMan-patchmatic-2015-0107.zip
Extract the 'patchmatic' binary from the ZIP. Copy it to /usr/bin, such that you have the binary at /usr/bin/patchmatic.

In terminal,
Code:
rm -R ~/Downloads/RehabMan
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

Post contents of Downloads/RehabMan directory (as ZIP).

Also, post ioreg: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

And output from:
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
 
Output from given terminal commands regarding ACPI Kext and CPU
Last login: Mon Apr 20 15:14:52 on ttys000
Axurials-MacBook-Pro:~ axurial$ kextstat|grep -y appleintelcpu
Axurials-MacBook-Pro:~ axurial$ kextstat|grep -y acpiplat
13 2 0xffffff7f82243000 0x5f000 0x5f000 com.apple.driver.AppleACPIPlatform (3.1) <12 11 7 6 5 4 3 1>
Axurials-MacBook-Pro:~ axurial$


Contents of Downloads/RehabMan
View attachment 134719

IORegistry File is attached at the bottom


The main issues are these: Reboot is hit or miss for funcationality, sometimes it works and others it does not
Sleep never works, through the menu or through closing the lid. When I try to wake up the computer, it leaves a black lit screen and doesn't wake up, I have to force shut down
Shutdown nearly always works, It hasn't caused problems for a while

I have my CPU patched ssdt.aml in patched on my clover boot loader, however whenever I try to use DropOEM under ssdt in clover configurator, my computer boots up in a type of safe mode, it looks like. The resolution is wrong, the cursor and graphics are laggy, and it's nearly unusable

Note from bootlog:
Code:
7:175  0:000  Inserting SSDT.AML from EFI\CLOVER\ACPI\patched ... [B]wrong table[/B]

??

USB WiFi is known to cause stability issues. Test sleep without out.

Do you have confirmation that the laptop enters sleep succesfully? (power LED blinking?)

You may have an issue with references to IAOE that are unprotected by CondRefOf (this is a relatively common problem, and one I fixed on my u430 with DSDT patches).

See also DSDT patching guide: http://www.tonymacx86.com/yosemite-laptop-support/152573-guide-patching-laptop-dsdt-ssdts.html

To test sleep, get rid of NoSleep.kext.
 
...
Sleep works most always when I do it through the menu and do not close the lid, but even if I do it through the menu and then close the lid, it will not wake up

Suggests some sort of DSDT problem related to lid handling. Test without LID... just Apple->Sleep, then wake.

What DSDT Patch were you suggesting?

I noticed some of the common patches in the main guide missing...

As far as IAOE, look at my u430 repo: https://github.com/RehabMan/Lenovo-U430-Touch-DSDT-Patch. Your patch may need to be different as it can depend on specifics in your own _PTS and _WAK methods.
 
Apple > Sleep, without closing the lid, works perfectly

So my DSDT is missing some patches? How would one go about finding them? I noticed that the OP's patches listed had several more patches than in your standard repo, are they other repositories that I can use for this?

The one missing patch I noticed was "OS Check Fix"... I didn't check all of them. The common patches are covered in the guide. You can read it: http://www.tonymacx86.com/yosemite-laptop-support/152573-guide-patching-laptop-dsdt-ssdts.html

You should instrument your _WAK and _PTS method to determine if they are executing beginning to end. Because if they are aborting midstream, that could be the cause of your problems with the lid. It can be done with ACPIDebug.kext: https://github.com/RehabMan/OS-X-ACPI-Debug
 
Status
Not open for further replies.
Back
Top