Contribute
Register

Asus F541U.

Status
Not open for further replies.
Joined
Dec 25, 2016
Messages
10
Motherboard
Asus f541U
CPU
i7-7500U
Graphics
HD 620
Mac
  1. MacBook Pro
I have managed almost everything to work, except the Touchpad, it is ELAN, I have installed the Elan driver and it does not work, the HDMI video output does not work either. I upload my DSDT, Config.sys and my IOregistry. There are some error messages in my DSDT but I have not been able to solve them. Can somebody help me
 

Attachments

  • Asus MacBook Pro.ioreg
    5 MB · Views: 340
  • config.plist
    7.6 KB · Views: 257
  • DSDT.aml
    172.4 KB · Views: 325
I have managed almost everything to work, except the Touchpad, it is ELAN, I have installed the Elan driver and it does not work, the HDMI video output does not work either. I upload my DSDT, Config.sys and my IOregistry. There are some error messages in my DSDT but I have not been able to solve them. Can somebody help me

Probably your trackpad is I2C.
See link provided in the FAQ.
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/

HDMI audio guide is also linked from the FAQ.
 
Thanks REhabmn, Iam going to do it.
 
with VoodooI2C solved touch pad, I had to delete AppleIntelLpssI2C.kext and AppleIntelLpssI2CController.kext
 
with VoodooI2C solved touch pad, I had to delete AppleIntelLpssI2C.kext and AppleIntelLpssI2CController.kext

I have the same issue, can you tell me please how to delete these two kexts?
 
with VoodooI2C solved touch pad, I had to delete AppleIntelLpssI2C.kext and AppleIntelLpssI2CController.kext

I have the same issue, can you tell me please how to delete these two kexts?

Code:
#Navigate to your drive:
cd /Volumes/"YourPartitionName"

#Navigate to system kexts location:
cd /System/Library/Extensions

#Remove AppleIntelLpssI2C.kext and AppleIntelLpssI2CController.kext:
rm -r AppleIntelLpssI2C.kext
rm -r AppleIntelLpssI2CController.kext

from:
https://www.tonymacx86.com/threads/wip-voodooi2c-i2c-trackpad-limited-support.204227/#post-1344206
 
Code:
#Navigate to your drive:
cd /Volumes/"YourPartitionName"

#Navigate to system kexts location:
cd /System/Library/Extensions

#Remove AppleIntelLpssI2C.kext and AppleIntelLpssI2CController.kext:
rm -r AppleIntelLpssI2C.kext
rm -r AppleIntelLpssI2CController.kext

from:
https://www.tonymacx86.com/threads/wip-voodooi2c-i2c-trackpad-limited-support.204227/#post-1344206



thank your, I tried to delete them but that didin't fix my issue
I get this when I try to delete the kexts

I have elan 1200 I2C
I am with this issue since I installed mac os sierra, I tried to do everything (patch os, as you can see I also added battery indicator, and I did used patched for voodoo i2c ) and still with the same issue!
please help!
 

Attachments

  • Screen Shot 2017-11-08 at 23.15.03.png
    Screen Shot 2017-11-08 at 23.15.03.png
    620.7 KB · Views: 347
I get this when I try to delete the kexts

It seems that you forgot the name you used for your system partition.
Use this to refresh your memory:
Code:
ls -l /Volumes
 
Status
Not open for further replies.
Back
Top