Contribute
Register

VoodooI2C Help and Support

Status
Not open for further replies.
Hello starcentraland alex.daoud, thanks you again for this help.

"Return (ConcatenateResTemplate (SBFB, SBFG))" has changed something now.
Trackpad is now recognized by High Sierra, but unfortunately still does not work. :?:

High Sierra have now the Trackpad options.
View attachment 310140

I/O Registry Explorer also show now the trackpad.
View attachment 310141

View attachment 310152

Does this mean GPIO pinning is NOW OK and I have to search somewhere else for the next mistake?
I'm looking forward again for your help. :thumbup:

PS: I tried too 0x17, 0x1B, 0x34, but get the same result.

I have similar problem.

run this command and check the log.

log show --predicate 'process == "kernel"' --start "2017-01-01 00:00:00"

I had this error message "pin xx cannot be used as IRQ."
 
Hello starcentraland alex.daoud, thanks you again for this help.

"Return (ConcatenateResTemplate (SBFB, SBFG))" has changed something now.
Trackpad is now recognized by High Sierra, but unfortunately still does not work. :?:

High Sierra have now the Trackpad options.
View attachment 310140

I/O Registry Explorer also show now the trackpad.
View attachment 310141

View attachment 310152

Does this mean GPIO pinning is NOW OK and I have to search somewhere else for the next mistake?
I'm looking forward again for your help. :thumbup:

PS: I tried too 0x17, 0x1B, 0x34, but get the same result.

I have different model ASUS so really I am not sure what to tell you, plus I am newbie at patching and this is my first patch. Did you try clean DSDT and only apply windows 10 and GPIO Controller Enable patch? I did not use the I2C Controller patch - and by the way for my system it does not detect anything under "trackpad" system preferences yet my trackpad is working.

I believe I read somewhere that if you still see your PIN in ioreg then it means it is not working. I only saw the hex pin when the trackpad was not working, after I got it working, this entry in ioreg disappears.

Someone please correct me if I am incorrect about this.
 
Hello alex.daoud,
Unfortunately this does not help.

Code:
log show --predicate 'process == "kernel"' --start "2018-02-01 00:00:00" | grep IRQ
get
Code:
VoodooGPIOSunrisePointLP:: pin 85 cannot be used as IRQ

Can that be the problem. It does not matter which hexadecimal GPIO pin I use. I always get this message.
 

Attachments

  • DSDT.aml
    174.9 KB · Views: 137
Hello alex.daoud,
Unfortunately this does not help.

Code:
log show --predicate 'process == "kernel"' --start "2018-02-01 00:00:00" | grep IRQ
get
Code:
VoodooGPIOSunrisePointLP:: pin 85 cannot be used as IRQ

Can that be the problem. It does not matter which hexadecimal GPIO pin I use. I always get this message.
Are you sure you're using the DSDT you've just sent me?
 
Hello alex.daoud,
Yes for sure. Trackpad settings are loading. But unfortunately it does not move. :banghead:
 
Code:
VoodooGPIOSunrisePointLP:: pin 85 cannot be used as IRQ

Can someone shed some light on this error message?
 
Adding the following method to your ETPD entry in the DSDT helps others. But not for me :?::
Code:
            Method (_INI, 0, NotSerialized)  // _INI: Initialize
            {
                 SHPO (GPDI, One)
             }

Hello alex.daoud,
Here my troubleshooting archive. Would be very happy if you can help me.

Otherwise I have to go back to V1.0.4. With this patch, the trackpad ELAN 1200 works there fine. Only Sleep problems.
https://github.com/haimann951/ACPI-Patches/blob/master/VoodooI2C/ELAN1200.txt

PS: Regarding to "VoodooGPIOSunrisePointLP:: pin 85 cannot be used as IRQ" I found something.
"VoodooGPIOSunrisePointLP" I found in the ioreg.
Screenshot_2018-02-02 15.32.06_j738F4.jpg
INT344B I found in the dsdt.aml under "Device (GPi0)"
Screenshot_2018-02-02 15.36.30_wl8syM.jpg
When I delete the "Device (GPi0)" , VoodooI2C.kext load but VoodooI2CHID.kext will not load anymore.
Therefore, the mistake maybe in this device. I do not know if that's true.
 

Attachments

  • troubleshooting_archive.zip
    4.1 MB · Views: 100
Last edited:
Status
Not open for further replies.
Back
Top