Closed thankjura closed 6 years ago
Weird part of that is that there is no touchpad detected. What distro and kernel are you using?
Gentoo, kernel 4.17.6
Ok, so newer than mine :)
Can you check how many axes are reported for touchpad? evtest /dev/input/eventX | grep ABS
lists it as first thing when started and evtest
without arguments gives list of devices.
evtest /dev/input/event21 Input driver version is 1.0.1 Input device ID: bus 0x3 vendor 0x54c product 0x9cc version 0x8111 Input device name: "Sony Interactive Entertainment Wireless Controller Touchpad" Supported events: Event type 0 (EV_SYN) Event type 1 (EV_KEY) Event code 272 (BTN_LEFT) Event code 325 (BTN_TOOL_FINGER) Event code 330 (BTN_TOUCH) Event code 333 (BTN_TOOL_DOUBLETAP) Event type 3 (EV_ABS) Event code 0 (ABS_X) Value 0 Min 0 Max 1920 Event code 1 (ABS_Y) Value 0 Min 0 Max 942 Event code 47 (ABS_MT_SLOT) Value 0 Min 0 Max 1 Event code 53 (ABS_MT_POSITION_X) Value 0 Min 0 Max 1920 Event code 54 (ABS_MT_POSITION_Y) Value 0 Min 0 Max 942 Event code 57 (ABS_MT_TRACKING_ID) Value 0 Min 0 Max 65535 Properties: Property type 0 (INPUT_PROP_POINTER) Property type 2 (INPUT_PROP_BUTTONPAD) Testing ... (interrupt to exit)
So, basically, your touchpad is not like mine touchpad, that's why it's not detected. It's was most likely change in kernel driver, or evdev, or something...
For now, what you did is OK nad I'll try to get on same kernel version and fix it asap, otherwise we'll get to know who's using Arch next :)
After remove 258 string, prroblem dissaper