Contribute
Register

[Help needed] GB 15 AERO KC OLED. Not work Trackpad, screen brightness and FN-keys.

Status
Not open for further replies.
does your DSDT have:
_SB.PCI0.I2C1.TPD0._CRS ?
Yes. And more
_SB.PCI0.I2C0.TPD0._CRS
_SB.PCI0.I2C1.TPD0._CRS
_SB.PCI0.I2C2.TPD0._CRS
_SB.PCI0.I2C3.TPD0._CRS
_SB.PCI0.I2C4.TPD0._CRS
 

Attachments

  • Screenshot 2021-10-14 at 13.06.50.png
    Screenshot 2021-10-14 at 13.06.50.png
    273.1 KB · Views: 58
Yes. And more
_SB.PCI0.I2C0.TPD0._CRS
_SB.PCI0.I2C1.TPD0._CRS
_SB.PCI0.I2C2.TPD0._CRS
_SB.PCI0.I2C3.TPD0._CRS
_SB.PCI0.I2C4.TPD0._CRS
in terminal, use the echo command to display the Find and Replace:

Find:
Code:
echo -n _SB.PCI0.I2C0.TPD0._CRS|xxd

Replace:
Code:
echo -n _SB.PCI0.I2C1.TPD0.XCRS|xxd
 
in terminal, use the echo command to display the Find and Replace:

Find:
Code:
echo -n _SB.PCI0.I2C0.TPD0._CRS|xxd

Replace:
Code:
echo -n _SB.PCI0.I2C1.TPD0.XCRS|xxd
Only find I2C0 ? Or more I2C2 I2C3 I2C4 ?
 
VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext - disable
VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext - disable
VoodooPS2Controller.kext/Contents/PlugIns/VoodooInput.kext - enable
VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext - enable
VoodooPS2Controller.kext - enable

Right ?
 
Only find I2C0 ? Or more I2C2 I2C3 I2C4 ?
only the one attached to your trackpad
VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext - disable
VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext - disable
VoodooPS2Controller.kext/Contents/PlugIns/VoodooInput.kext - enable
VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext - enable
VoodooPS2Controller.kext - enable

Right ?
may also need VoodooPS2Mouse.kext
 
Does not work.
SSDT-GPIO-V5.aml
and 2 path
 

Attachments

  • EFI.zip
    25.9 MB · Views: 92
Does not work.
SSDT-GPIO-V5.aml
and 2 path
make sure your kexts are in the correct order

make sure correct pin is used:

also read up on:
 
make sure your kexts are in the correct order

make sure correct pin is used:

also read up on:
Unfortunately, I don't have enough mohgs to figure this out. Thanks for your help.
 
If anyone has a similar laptop model, please share the files to launch the TouchPad.

I also ask for help in resolving the issue with the backlight.

Thanks in advance.
 
Status
Not open for further replies.
Back
Top