Contribute
Register

ASUS Transformer Book Flip?

Status
Not open for further replies.
OK, I resolved the errors and compiled it. Now what do I do?
 
OK,

I've changed the layout ID from 12 to 3, added the IRQ fix, and compiled it. I added the DSDT to Clover, but the sound still doesn't appear.

View attachment DSDT.dsl.zip

I attached the DSDT.dsl above; what did I do wrong?
 
OK,

I've changed the layout ID from 12 to 3, added the IRQ fix, and compiled it. I added the DSDT to Clover, but the sound still doesn't appear.

View attachment 145604

I attached the DSDT.dsl above; what did I do wrong?

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:
if [ -d ~/Downloads/RehabMan ]; then rm -R ~/Downloads/RehabMan; fi
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

Note: It is easier if you use copy/paste instead of typing the commands manually.

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
kextstat|grep -y applelpc

Also, post EFI/Clover folder.

Also, post patched AppleHDA.kext you're using.
 
Aloha again,

It's been quite a while since I worked on this Hackintosh project. That SoundArch.zip file in the previous post has the IORegistryExplorer output, the Patchmatic output, the AppleHDA.kext, and the EFI/Clover information. I'm sorry I didn't mention it sooner until now.
 
Status
Not open for further replies.
Back
Top