I have Lenovo 4152 and I have installed Ubuntu 10.04. My touchpad is not working. The touch key for volume is working but touchpad is not working in Linux. What should I do?

link|improve this question
What to do with questions that describe known bugs? this needs to be reported on Launchpad and as such is now closed. – Marco Ceppi Feb 23 at 18:09
feedback

closed as off topic by Marco Ceppi Feb 23 at 18:09

Questions on Ask Ubuntu - Stack Exchange are expected to generally relate to Ubuntu, within the scope defined in the faq.

2 Answers

Try this:

System->preferences->mouse

check if touchpad tab is active and what is selected. If that does not help install gsynaptics and try to check the touch-pad configuration.

link|improve this answer
feedback

After installing the gsynaptics package, if your touchpad does not work immediately you can try this in the terminal (you can open the terminal using <CTRL>+<ALT>+<T>):

synclient TouchpadOff=1
synclient TouchpadOff=0

The first line disables your touchpad and the second enables it again.

link|improve this answer
feedback