No trackpad in 11.10 wubi

Asked by Jim Watson

Installed 11.10 via wubi on dell xps 15z laptop. When I boot ubuntu the trackpad does not work.

Question information

Language:
English Edit question
Status:
Solved
For:
Wubi Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#1

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/799938
https://wiki.archlinux.org/index.php/Dell_XPS_15z

Basically, run:

sudo modprobe -r psmouse
echo "options psmouse proto=imps" | sudo tee /etc/modprobe.d/touchpadfix.conf > /dev/null
sudo modprobe psmouse proto=imps

And it should work....

Revision history for this message
Jim Watson (jwtsnheis) said :
#2

Thank you so much for your assistance. It worked.

Revision history for this message
Jim Watson (jwtsnheis) said :
#3

Thanks actionparsnip, that solved my question.