I recently got a dell Inspiron 3551 with Ubuntu 14.04 LTS pre-installed. At the moment, I have Mint 17.1 as well as the default installation. The touchpad works (i.e. I am able to move the cursor, left/right click, two finger scrolling) on Ubuntu, but not when I boot in to Mint.
I tried following https://wiki.ubuntu.com/DebuggingTouchpadDetection . When I attach a USB mouse it works fine. So, as suggested, I tried
Code: Select all
cat /proc/bus/input/devicesCode: Select all
I: Bus=0011 Vendor=0002 Product=0007 Version=01a1
N: Name="SynPS/2 Synaptics TouchPad"
P: Phys=isa0060/serio1/input0
S: Sysfs=/devices/platform/i8042/serio1/input/input7
U: Uniq=
H: Handlers=mouse0 event6
B: PROP=5
B: EV=b
B: KEY=e520 610000 0 0 0 0
B: ABS=660800011000003
Some more information that might help:
Code: Select all
$ xinput --list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ DLL06AB:00 06CB:78F1 id=11 [slave pointer (2)]
⎜ ↳ SynPS/2 Synaptics TouchPad id=13 [slave pointer (2)]
⎜ ↳ HID 062a:0000 id=15 [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)]
↳ Power Button id=8 [slave keyboard (3)]
↳ Sleep Button id=9 [slave keyboard (3)]
↳ Integrated_Webcam_HD id=10 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=12 [slave keyboard (3)]
↳ Dell WMI hotkeys id=14 [slave keyboard (3)]
Code: Select all
$ uname -a
Linux Inspiron-3551 3.19.0-21-generic #21~14.04.1-Ubuntu SMP Sun Jun 14 18:45:42 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
The same commands executed on the default Ubuntu installation produces the following output:
Code: Select all
$ xinput --list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ SynPS/2 Synaptics TouchPad id=12 [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)]
↳ Power Button id=8 [slave keyboard (3)]
↳ Sleep Button id=9 [slave keyboard (3)]
↳ Integrated_Webcam_HD id=10 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=11 [slave keyboard (3)]
↳ Dell WMI hotkeys id=13 [slave keyboard (3)]
$ uname -a
Linux kalyani-Inspiron-3551 3.13.0-38-generic #65somerville1-Ubuntu SMP Wed Oct 15 02:15:02 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
Code: Select all
$ sudo apt-get install xserver-xorg-input-synaptics
Reading package lists... Done
Building dependency tree
Reading state information... Done
xserver-xorg-input-synaptics is already the newest version.
Code: Select all
xinput float "SynPS/2 Synaptics TouchPad"
xinput reattach "SynPS/2 Synaptics TouchPad" "Virtual core pointer"
sudo modprobe -rv psmouse
sudo modprobe -v psmouse
Update:
Here is the output of `inxi -Fxz`
Code: Select all
System: Host: Inspiron-3551 Kernel: 3.19.0-21-generic x86_64 (64 bit, gcc: 4.8.2)
Desktop: Gnome Distro: Linux Mint 17.1 Rebecca
Machine: Mobo: Dell model: 0CMF7W version: A00 Bios: Dell version: A00 date: 12/05/2014
CPU: Quad core Intel Pentium CPU N3540 (-MCP-) cache: 1024 KB flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 17305.6
Clock Speeds: 1: 605.070 MHz 2: 936.962 MHz 3: 499.741 MHz 4: 499.741 MHz
Graphics: Card: Intel ValleyView Gen7 bus-ID: 00:02.0
X.Org: 1.15.1 drivers: intel (unloaded: fbdev,vesa) Resolution: 1366x768@60.0hz
GLX Renderer: Mesa DRI Intel Bay Trail GLX Version: 3.0 Mesa 10.1.3 Direct Rendering: Yes
Audio: Card: Intel ValleyView High Definition Audio Controller driver: snd_hda_intel bus-ID: 00:1b.0
Sound: Advanced Linux Sound Architecture ver: k3.19.0-21-generic
Network: Card-1: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter driver: ath9k bus-ID: 03:00.0
IF: wlan0 state: up mac: <filter>
Card-2: Atheros usb-ID: 0cf3:e005
IF: N/A state: N/A speed: N/A duplex: N/A mac: N/A
Drives: HDD Total Size: 500.1GB (1.3% used) 1: id: /dev/sda model: ST500LT012 size: 500.1GB
Partition: ID: / size: 401G used: 6.0G (2%) fs: ext4 ID: swap-1 size: 8.34GB used: 0.00GB (0%) fs: swap
RAID: No RAID devices detected - /proc/mdstat and md_mod kernel raid module present
Sensors: System Temperatures: cpu: 47.0C mobo: 0.0C
Fan Speeds (in rpm): cpu: 0
Info: Processes: 237 Uptime: 10:20 Memory: 906.5/3835.6MB Runlevel: 2 Gcc sys: 4.8.4 Client: Shell inxi: 1.8.4




