0

On Ubuntu 14.04 a kernel update seems to fix the problem that the touchpad is just recognized as a mouse.

Which kernel version fixes this issue?

Related thread is here.

Dell Trackpad not recognized in Ubuntu 14.04

Thanks.

2 Answers2

0

Open a terminal and to the following:

apt-cache search linux-image

Choose the one that you want and then do:

sudo apt-get install linux-image-your_version_choice

or

sudo apt-get update

and then

sudo apt-get upgrade

to perfrom a system update.

Brask
  • 1,588
0

3.13.0-24-generic kernel

Source:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1265885

Anon
  • 12,063
  • 23
  • 70
  • 124