Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  mouse disappeared  (Read 1650 times)

viniosity

  • Guest
mouse disappeared
« on: 2014/06/09, 22:41:33 »
Just did a dist-upgrade which brought the 3.15.0 kernel. Touch screen works great but I lost the trackpad. Anyone else have that problem?


Update: here's the output of dmesg | grep mouse in 3.14.6 and 3.15.0


3.14.6
Code: [Select]

[    0.716674] mousedev: PS/2 mouse device common for all mice
[    3.306828] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd40123/0x840300/0x126800, board id: 2734, fw id: 1522295
[    6.597545] input: Mouseemu virtual mouse as /devices/virtual/input/input18


3.15.0
Code: [Select]

[    0.683387] mousedev: PS/2 mouse device common for all mice

I've tried

Code: [Select]
modprobe -r psmouse
modprobe psmouse proto=imps

But that doesn't seem to restore functionality.


Update 2: Looks like I might not be the only one with this issue: https://bugzilla.kernel.org/show_bug.cgi?id=74241

« Last Edit: 2014/06/12, 09:28:39 by viniosity »