1

Thank you in advance for your assistance.

I recently purchased a new laptop for use with Ubuntu 14.04 (Dell Inspiron i3542-8334BK), and am pleased to report that almost everything works out of the box.

The one exception is the touchpad. Ubuntu does not recognize it as a touchpad, but rather as a mouse. Note that Windows 7 (default installation on my laptop) DOES recognize the touchpad and has full support. Curiously enough, Debian Wheezy also supports my touchpad (running kernel version 3.2).

The largest problems with this are as follows:

  1. No scrolling
  2. The sensitivity of tap-to-click is outrageous. I normally disable tap-to-click due to general sensitivity problems in Trusty but here I can barely type a sentence without the touchpad accidentally clicking somewhere I don't want it to.

The relevant output from xinput list is:

Virtual core pointer id=2 [master pointer (3)] ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)] ⎜ ↳ DLL0651:00 06CB:2985 id=11 [slave pointer (2)]

DLL0651:00 06CB:2985 is, of course the touchpad.

Thanks!

UPDATE: The previous Linux Kernel version did not provide support for my touchpad. A kernel update that happened today offered full hardware support.

davidh048
  • 11
  • 1
  • 4
  • hi! i have the exact same touchpad device, but it works erratically. would you be kind enough to let me know what was the kernel version in which you found "full h/w support" for this touchpad? – thatmaheshrs Nov 18 '14 at 21:56
  • 1
    It was Linux-Image-Generic 3.13.0-32 and up. Note that this particular trackpad is somewhat lackluster in functionality; sometimes if you accidentally brush against it the cursor will jump to another part of the screen. Adjusting the settings in gpointing-device-settings might help as well. – davidh048 Nov 20 '14 at 16:32
  • I invested in 5x super-cheap Dell mice. No matter how many I break, I should be good for at least a few months. But, thanks to the mice, and Xubuntu mouse config, I don't need to worry about this touchpad anymore. :) – thatmaheshrs Dec 05 '14 at 12:38

2 Answers2

1

Reinstall the driver:

sudo apt-get --purge autoremove xserver-xorg-input-synaptics && sudo apt-get install xserver-xorg-input-synaptics

Then reboot.

  • That didn't fix the issue; Ubuntu still doesn't recognize my touchpad. If it helps at all, Debian (kernel version 3.2) does support my touchpad. I'm wondering if the hardware support might have been removed in the time between the release of kernel 3.2 and 3.13? – davidh048 Jul 16 '14 at 06:01
1

Installed kernel 3.13 and it worked. I have a dell inspiron 4452. Thanks!

Pilot6
  • 90,100
  • 91
  • 213
  • 324
Citla
  • 11