HI
after many time I'm come to work agin on this laptop .
Today I installed Mac OS 10.14.3 and use last clover file https://github.com/Mohammadtag…jave-For-Asus-ROG-GL553VD
but touchpad doesn't worked !!! I checked it but I can't fixed it .
I deleted the AppleIntelLpssI2CController.kext + AppleIntelLpssI2C.kext in S/L/E
and did
sudo touch /System/Library/Extensions/ && sudo kextcache -u/
sudo kextcache -i /
and tested i2c kext on s/l/e (VoodooI2C.kext + VoodooI2CHID.kext )
but but but doesn't worked ....
I get IORegistryExplorer for checking . please check it and help please . thank you .
---------------------------
sudo touch /System/Library/Extensions/ && sudo kextcache =>
AppleHPM.kext - dependency 'com.apple.driver.AppleIntelLpssI2CController' not found.
AppleHPM.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
------------------------------------------------------------------------------------------
update March 5 2019
HI
today I used origin DSDT.aml and I patch it with
# Patch to fix ELAN1200 _DSM method to make it work with VoodooI2C
into method label _DSM parent_label TPD0 remove_entry;
into device label TPD0 insert
begin
\n
Method (_DSM, 4, Serialized) // _DSM: Device-Specific Method ELAN1200 \n
{\n
If (LEqual (Arg0, HIDG))\n
{\n
Return (HIDD (Arg0, Arg1, Arg2, Arg3, HID2))\n
}\n
\n
If (LEqual (Arg0, TP7G))\n
{\n
Return (TP7D (Arg0, Arg1, Arg2, Arg3, SBFB, SBFG))\n
}\n
\n
Return (Buffer (One)\n
{\n
0x00 \n
})\n
}\n
end;
+
# Windows 10 DSDT Patch for VoodooI2C
# Allows I2C controllers and devices to be discovered by OS X.
# Based off patches written by RehabMan
into_all method code_regex If\s+\([\\]?_OSI\s+\(\"Windows\s2015\"\)\) replace_matched begin If(LOr(_OSI("Darwin"),_OSI("Windows 2015"))) end;
when booted system with new DSDT.aml file , touchpad worked good but when I tested these patching code for last edit by you , doesn't worked.
I got IORegistryExplorer file when I booted system with new DSDT.aml ( working touchpad ) for checking .
March5,2019-working touchpad.zip
This two files should get work Apple Intel Thermal Subsystem and Intel SMBus Controller .
Intel Gaussian Mixture Mode > Does this device also exist for OSX and when yes which driver will be load?
If you can answer this question I can connect the device with the OSX device driver.
Fan > No Device ID, therefore unfortunately no possibility to integrate this in OSX. Sorry.