[SOLVED] Touchpad isn't detected by system

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
h3xram

[SOLVED] Touchpad isn't detected by system

Post by h3xram »

I tried everything listed here: https://bugs.launchpad.net/ubuntu/+sour ... ug/1641393
I guess, my touchpad is ElanTech (as listed here as Synaptics, Elan: https://pcsupport.lenovo.com/ua/en/prod ... s/ds122120

inxi -Fxz

Code: Select all

System:    Host: h3xram Kernel: 4.10.0-38-generic x86_64 (64 bit gcc: 5.4.0)
           Desktop: Cinnamon 3.6.6 (Gtk 3.18.9-1ubuntu3.3)
           Distro: Linux Mint 18.3 Sylvia
Machine:   System: LENOVO (portable) product: 80XR v: Lenovo ideapad 320-15IAP
           Mobo: LENOVO model: LNVNB161216 v: NO DPK
           Bios: LENOVO v: 5RCN20WW date: 05/22/2017
CPU:       Quad core Intel Pentium N4200 (-MCP-) cache: 1024 KB
           flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 8755
           clock speeds: max: 2500 MHz 1: 839 MHz 2: 1799 MHz 3: 1777 MHz
           4: 1673 MHz
Graphics:  Card: Intel Device 5a84 bus-ID: 00:02.0
           Display Server: X.Org 1.18.4 drivers: intel (unloaded: fbdev,vesa)
           Resolution: 1366x768@60.00hz
           GLX Renderer: Mesa DRI Intel HD Graphics 505 (Broxton)
           GLX Version: 3.0 Mesa 17.0.7 Direct Rendering: Yes
Audio:     Card Intel Device 5a98 driver: snd_hda_intel bus-ID: 00:0e.0
           Sound: Advanced Linux Sound Architecture v: k4.10.0-38-generic
Network:   Card-1: Realtek RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
           driver: r8169 v: 2.3LK-NAPI port: 1000 bus-ID: 02:00.0
           IF: enp2s0 state: down mac: <filter>
           Card-2: Intel Intel Dual Band Wireless-AC 3165 Plus Bluetooth
           driver: iwlwifi bus-ID: 03:00.0
           IF: wlp3s0 state: up mac: <filter>
Drives:    HDD Total Size: 1000.2GB (1.5% used)
           ID-1: /dev/sda model: ST1000LM035 size: 1000.2GB
Partition: ID-1: / size: 908G used: 10G (2%) fs: ext4 dev: /dev/sda2
           ID-2: swap-1 size: 4.11GB used: 0.00GB (0%) fs: swap dev: /dev/sda3
RAID:      No RAID devices: /proc/mdstat, md_mod kernel module present
Sensors:   System Temperatures: cpu: 37.0C mobo: N/A
           Fan Speeds (in rpm): cpu: N/A
Info:      Processes: 225 Uptime: 5 min Memory: 1500.6/3774.4MB
           Init: systemd runlevel: 5 Gcc sys: 5.4.0
           Client: Shell (bash 4.3.481) inxi: 2.2.35 
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
the_hatman

Re: Touchpad isn't detected at all

Post by the_hatman »

You could try this I'm using a tablet PC so the first line turns off my key board so I nead a blue tooth KB for the second line but every thing work after.
sudo rmmod usbhid
sudo modprobe -v usbhid quirks="0x0930:0x0807:0x0040"
no guarantees as I'm new to linux and the numbers differ, unplugging and replugging the mouse undoes the first line
h3xram

Re: Touchpad isn't detected at all

Post by h3xram »

the_hatman wrote:You could try this I'm using a tablet PC so the first line turns off my key board so I nead a blue tooth KB for the second line but every thing work after.
sudo rmmod usbhid
sudo modprobe -v usbhid quirks="0x0930:0x0807:0x0040"
no guarantees as I'm new to linux and the numbers differ, unplugging and replugging the mouse undoes the first line
It didn't help, but thanks for the try.
Output from the commands above:

Code: Select all

insmod /lib/modules/4.10.0-38-generic/kernel/drivers/hid/usbhid/usbhid.ko quirks=0x0930:0x0807:0x0040
h3xram

Re: Touchpad isn't detected at all

Post by h3xram »

Problem solved with upgrading kernel.
Old version: 4.10.0-38-generic
New version: 4.13.0-16-generic
Locked

Return to “Hardware Support”