Touchpad doesn't work after started my session
Hello people... This is my big problem... I have an Acer Aspire 5738 with Ubuntu 12.04 LTS. Before I enter to my session the touchpad works good. But, when I start my session it does not works anymore. The on/off button does not works too. Can you help me, guys?
thanks you
bye
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Claudio
- Solved:
- 2012-10-31
- Last query:
- 2012-10-31
- Last reply:
- 2012-10-31
Disable tap-to-click it can help
Claudio (klaudiokorn) said : | #2 |
How I can disable tap-to-click?? Sorry I am a new linux user...
Claudio (klaudiokorn) said : | #3 |
This save me:
This is a way to create a file that fixed my Aspire One, so I'm sharing it:
1 Open the Terminal
2 cd /etc/modprobe.d/
3 gksudo gedit options.conf
4 In the text editor, type: options psmouse proto=imps
5 Save the file and close it.
6 sudo modprobe -r psmouse
7 sudo modprobe psmouse
Claudio (klaudiokorn) said : | #4 |
https:/
LOTS of answers there too.....
Sharing is sweet. You can also do it by running:
echo "options psmouse proto=imps" | sudo tee /etc/modprobe.
sudo modprobe -r psmouse
sudo modprobe psmouse
:)