Contribute
Register

ASUS Zenbook UX305 compatability

Status
Not open for further replies.
Nope... too bad :/
I really don't know were to look now.
 
Nope... too bad :/
I really don't know were to look now.

If you used my DSDT and SSDT would that's work since we have the hardware?
 
If you used my DSDT and SSDT would that's work since we have the hardware?

It is generally a bad idea to use ACPI files from another computer. Even small differences in BIOS version, BIOS settings, or other hardware can change the native ACPI files (SystemMemory addresses).

Always better to document the process of creating patched ACPI, so that others can patch their own native files...
 
ok, I have a weird issue going on that I can't figure out. I have searched Google but to no avail.

In my folders, both folders and files are no longer in alphabetical order inside of the folders.

I know how to sort by Name in Finder and have done so repeatedly but every time the computer reboots, the sorting gets set back to None.

This is just more of an annoyance that my changes do not save.
 
ok, Here is my problem now, I was trying to check my PStats for my computer using the AppleIntelInfo.kext like I did before with the following terminal commands:

Code:
cd /Users/chrinist/Downloads
sudo chown -R root:wheel ./AppleIntelInfo.kext
sudo chmod -R 755 ./AppleIntelInfo.kext
sudo kextload AppleIntelInfo.kext
sudo cat /tmp/AppleIntelInfo.dat | grep "AICPUPMI:"

but I get the following error message now in Terminal


"cat: /tmp/AppleIntelInfo.dat: No such file or directory"

I have the AppleIntelInfo.kext in my Downloads folder and I have used the same exact code and the same kext before to get my PStats for my laptop. I don't know how or what happened.

Any suggestions for me to try?
 
ok, Here is my problem now, I was trying to check my PStats for my computer using the AppleIntelInfo.kext like I did before with the following terminal commands:

Code:
cd /Users/chrinist/Downloads
sudo chown -R root:wheel ./AppleIntelInfo.kext
sudo chmod -R 755 ./AppleIntelInfo.kext
sudo kextload AppleIntelInfo.kext
sudo cat /tmp/AppleIntelInfo.dat | grep "AICPUPMI:"

but I get the following error message now in Terminal


"cat: /tmp/AppleIntelInfo.dat: No such file or directory"

I have the AppleIntelInfo.kext in my Downloads folder and I have used the same exact code and the same kext before to get my PStats for my laptop. I don't know how or what happened.

Any suggestions for me to try?

The kext is not loading. Pay attention to the output/errors from kextload.
 
The kext is not loading. Pay attention to the output/errors from kextload.

I figured it out, I was typing in a wrong command.

The following Terminal Commands are needed to verify Pstats:

Code:
cd /Users/username/Downloads

sudo chown -R root:wheel ./AppleIntelInfo.kext

sudo chmod -R 755 ./AppleIntelInfo.kext

sudo kextload AppleIntelInfo.kext

cat /var/log/system.log | grep "AICPUPMI:"

//*Comment* After you check your states, unload the .kext process:

sudo kextunload AppleIntelInfo.kext
 
Another question for you:

When installing clover to the USB or HD, your guide says to install "OsxAptioFixDrv-64"


Whats the difference between these two? Is the "OsxAptioFix2Drv-64" a newer version I should be using?

"OsxAptioFix2Drv-64-64 versus OsxAptioFixDrv-64"
 
Another question for you:

When installing clover to the USB or HD, your guide says to install "OsxAptioFixDrv-64"


Whats the difference between these two? Is the "OsxAptioFix2Drv-64" a newer version I should be using?

"OsxAptioFix2Drv-64-64 versus OsxAptioFixDrv-64"

OsxAptioFix2Drv-64.efi is just a second, alternate version of OsxAptioFixDrv-64.efi.

OsxAptioFixDrv-64.efi seems to work in more scenarios than OsxAptioFix2Drv.efi. Hence the recommendation.
 
Status
Not open for further replies.
Back
Top