I have just received my new laptop, a:
Lenovo Notebook ThinkPad E550
And have installed Ubuntu version:
14.04.1 LTS
To my disappointment, it does not seem to be possible at all to scroll using the touchpad. Neither using the two finger gesture, nor by holding down the centre button.
A quick google search turned up
Which, though it does not list this particular model, implies that it may be a driver problem. Unsurprisingly, Lenovo does not seem to supply a driver for Ubuntu, so I was wondering if anybody here had any suggestions?
Edit in accordance with pilot6's comment:
xinput; dmesg | grep pnp
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ PS/2 Generic Mouse id=11 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Video Bus id=8 [slave keyboard (3)]
↳ Integrated Camera id=9 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=10 [slave keyboard (3)]
↳ ThinkPad Extra Buttons id=12 [slave keyboard (3)]
[ 0.274300] pnp: PnP ACPI init
[ 0.274738] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.274745] pnp 00:03: [dma 4]
[ 0.274756] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.274770] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
[ 0.274792] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.274811] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.274831] pnp 00:07: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active)
[ 0.274852] pnp 00:08: Plug and Play ACPI device, IDs LEN200c PNP0f13 (active)
[ 0.275593] pnp: PnP ACPI: found 10 devices
xinput; dmesg | grep pnp
terminal command. – Pilot6 Jul 31 '15 at 16:51sudo apt-get install linux-generic-lts-vivid
and reboot. If that does not help, then we can continue. – Pilot6 Jul 31 '15 at 17:29