Not existing mouse detected, causing issue in touchpat

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
claudiosala80
Level 1
Level 1
Posts: 18
Joined: Tue Aug 03, 2021 9:35 am

Not existing mouse detected, causing issue in touchpat

Post by claudiosala80 »

ImageHello all.

In the last week, I had strange issues with touchpad (crash, buttons not working, ...)

Yesterday I did a format and re-install of Mint with Cinnamon, and I setup the synaptic drivers.
When I boot laptop it works for a while, but after problems back.

I run command xinput.
When all is ok this is the output

Code: Select all

claus@traiano:~$ xinput 
⎡ Virtual core pointer                    	id=2	[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer              	id=4	[slave  pointer  (2)]
⎜   ↳ AlpsPS/2 ALPS DualPoint Stick           	id=10	[slave  pointer  (2)]
⎜   ↳ AlpsPS/2 ALPS DualPoint TouchPad        	id=12	[slave  pointer  (2)]
⎣ Virtual core keyboard                   	id=3	[master keyboard (2)]
While there is the issue, a mouse is detected

Code: Select all

claus@traiano:~$ xinput 
⎡ Virtual core pointer                    	id=2	[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer              	id=4	[slave  pointer  (2)]
⎜   ↳ AlpsPS/2 ALPS DualPoint Stick           	id=10	[slave  pointer  (2)]
⎜   ↳ AlpsPS/2 ALPS DualPoint TouchPad        	id=12	[slave  pointer  (2)]
⎜   ↳ PS/2 ALPS Mouse                         	id=14	[slave  pointer  (2)]
I run this command and it fixed

Code: Select all

$ sudo modprobe -r psmouse; sudo modprobe psmouse
but I want to understand if there is a better solution

Thank you!
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Locked

Return to “Hardware Support”