Touchpad not recognized on clevo NL41CU
by slacknedo from LinuxQuestions.org on (#4YGQ2)
Hi, I have a clevo NL41CU with slackware64 current with 5.4.13 kernel.
If i start the pc with a distro live(with graphics) the touchpad work very well, and in the live recognized the device
xinput
Code:a Virtual core pointer id=2 [master pointer (3)]
a a^3 Virtual core XTEST pointer id=4 [slave pointer (2)]
a a^3 FTCS1000:00 2808:0101 Touchpad id=11 [slave pointer (2)]
a a^3 ImPS/2 Logitech Wheel Mouse id=14 [slave pointer (2)]
a Virtual core keyboard id=3 [master keyboard (2)]
a^3 Virtual core XTEST keyboard id=5 [slave keyboard (3)]
a^3 Power Button id=6 [slave keyboard (3)]
a^3 Video Bus id=7 [slave keyboard (3)]
a^3 Power Button id=8 [slave keyboard (3)]
a^3 Sleep Button id=9 [slave keyboard (3)]
a^3 BisonCam,NB Pro: BisonCam,NB Pr id=10 [slave keyboard (3)]
a^3 Intel HID events id=12 [slave keyboard (3)]
a^3 AT Translated Set 2 keyboard id=13 [slave keyboard (3)]but in slackware with xinput i have
Code:a Virtual core pointer id=2 [master pointer (3)]
a a^3 Virtual core XTEST pointer id=4 [slave pointer (2)]
a a^3 ImPS/2 Logitech Wheel Mouse id=13 [slave pointer (2)]
a Virtual core keyboard id=3 [master keyboard (2)]
a^3 Virtual core XTEST keyboard id=5 [slave keyboard (3)]ev
a^3 Power Button id=6 [slave keyboard (3)]
a^3 Video Bus id=7 [slave keyboard (3)]
a^3 Power Button id=8 [slave keyboard (3)]
a^3 Sleep Button id=9 [slave keyboard (3)]
a^3 BisonCam,NB Pro: BisonCam,NB Pr id=10 [slave keyboard (3)]
a^3 Intel HID events id=11 [slave keyboard (3)]
a^3 AT Translated Set 2 keyboard id=12 [slave keyboard (3)]in /etc/X11/xorg.conf.d/ i put the conf for synaptics e and after for libinput but none of those do anything.
Not even in syslog or in dmesg find the touchpad.
I don't know how to solve or if i have to enable something in kernel config.
thanks.


If i start the pc with a distro live(with graphics) the touchpad work very well, and in the live recognized the device
xinput
Code:a Virtual core pointer id=2 [master pointer (3)]
a a^3 Virtual core XTEST pointer id=4 [slave pointer (2)]
a a^3 FTCS1000:00 2808:0101 Touchpad id=11 [slave pointer (2)]
a a^3 ImPS/2 Logitech Wheel Mouse id=14 [slave pointer (2)]
a Virtual core keyboard id=3 [master keyboard (2)]
a^3 Virtual core XTEST keyboard id=5 [slave keyboard (3)]
a^3 Power Button id=6 [slave keyboard (3)]
a^3 Video Bus id=7 [slave keyboard (3)]
a^3 Power Button id=8 [slave keyboard (3)]
a^3 Sleep Button id=9 [slave keyboard (3)]
a^3 BisonCam,NB Pro: BisonCam,NB Pr id=10 [slave keyboard (3)]
a^3 Intel HID events id=12 [slave keyboard (3)]
a^3 AT Translated Set 2 keyboard id=13 [slave keyboard (3)]but in slackware with xinput i have
Code:a Virtual core pointer id=2 [master pointer (3)]
a a^3 Virtual core XTEST pointer id=4 [slave pointer (2)]
a a^3 ImPS/2 Logitech Wheel Mouse id=13 [slave pointer (2)]
a Virtual core keyboard id=3 [master keyboard (2)]
a^3 Virtual core XTEST keyboard id=5 [slave keyboard (3)]ev
a^3 Power Button id=6 [slave keyboard (3)]
a^3 Video Bus id=7 [slave keyboard (3)]
a^3 Power Button id=8 [slave keyboard (3)]
a^3 Sleep Button id=9 [slave keyboard (3)]
a^3 BisonCam,NB Pro: BisonCam,NB Pr id=10 [slave keyboard (3)]
a^3 Intel HID events id=11 [slave keyboard (3)]
a^3 AT Translated Set 2 keyboard id=12 [slave keyboard (3)]in /etc/X11/xorg.conf.d/ i put the conf for synaptics e and after for libinput but none of those do anything.
Not even in syslog or in dmesg find the touchpad.
I don't know how to solve or if i have to enable something in kernel config.
thanks.