#touchpad support in kernel

1 messages · Page 1 of 1 (latest)

crystal relic
#

hello, im trying to make a minimal kernel config on gentoo right now, everything is going well except touchpad support, the touchpad is a "GXTP5100:00" , grabbed this from dmesg and its a designware touchpad, i have looked at many guides, asked chat gpt (maybe a bit dumb when dealing with kernel issues but eh whatever) im reading a guide on touchpads since someone had a similar issue.

quartz tapir
crystal relic
crystal relic
#

Nothing

quartz tapir
# crystal relic Nope, didn't show up in dmesg

So going through my kernel config file, I had these:

CONFIG_I2C_DESIGNWARE_CORE=y
CONFIG_I2C_DESIGNWARE_PLATFORM=y
CONFIG_I2C_DESIGNWARE_PCI=y

CONFIG_MOUSE_PS2_ELANTECH=y
CONFIG_MOUSE_PS2_ELANTECH_SMBUS=y
CONFIG_MOUSE_ELAN_I2C=y
CONFIG_MOUSE_ELAN_I2C_I2C=y
CONFIG_MOUSE_ELAN_I2C_SMBUS=y
CONFIG_HID_ELAN=y

There may be other things that were needed, so I'll keep looking, but try any of those first

crystal relic
#

HID_ELAN was not set, im recompiling rn

#

thank you in advance for helping out!

#

after enabling it it still doesnt work sadly, ill post my kernel .config, if you want/have time you can compare and check differences that make sense, i compared it with the dist kernel config and changed config options but sadly nothing changed

quartz tapir
#

These are things that are in my config that are different from yours (minus unset options)

quartz tapir
crystal relic
#

and thank you very much for checking ofc

crystal relic