What type of touchpad ? .. SynPS/2 Synaptics TouchPad ?
What's the output from:
and
?
[EDIT]
If the second command returns "psmouse" .. tell him to try this (will only last a single boot, but if it helps we can make it permanent).
Also make him aware that his touchpad will stop working after the first command, but will start again after the second command.
Open a terminal and run:
then
sudo modprobe psmouse proto=exps
test the touchpad for a while.
If that doesn't work, try:
then
sudo modprobe psmouse proto=imps
test the touchpad for a while.
Like I said, those will only work until he reboots then will need reapplying, but if either of them solves the problem it can easily be applied permanently.
I'll post how in a sec when I have time.
[EDIT]
OK, let's say the "sudo modprobe psmouse proto=exps" solves the problem.
To make that permanent (so it will survive a reboot), run:
sudo gedit /etc/modprobe.d/psmouse.conf
When a BLANK file opens, add a single line that reads
options psmouse proto=exps
SAVE the file, and reboot to test.
OR...
Let's say the "sudo modprobe psmouse proto=imps" solves the problem.
To make that permanent (so it will survive a reboot), run:
sudo gedit /etc/modprobe.d/psmouse.conf
When a BLANK file opens, add a single line that reads
options psmouse proto=imps
SAVE the file, and reboot to test.
So what's the output from:
??
also .. plug the mouse in, so the touchpad also works, then run:
dmesg > ~/Desktop/dmesg.txt
you'll then find a file called dmesg.txt on your desktop .. can you post the contents to pastebin
http://pastebin.com (http://pastebin.com)
then post a link to your pastebin back here.
Thank you, not long back in, left the laptop on, mouse still in, touchpad is acting normal with the mouse plugged in still .......
output of :
xinput -list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) id=10 [slave pointer (2)]
⎜ ↳ SynPS/2 Synaptics TouchPad id=13 [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)]
↳ Asus Laptop extra buttons id=11 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=12 [slave keyboard (3)]
http://pastebin.com/X7fcyk8i (http://pastebin.com/X7fcyk8i)
Cheers
Dave