PDA

View Full Version : usb live+touchpad



vortex1
12-13-2013, 11:04 AM
i am running knoppix through a usb (live) and the touchpad it does not work on my laptop (hp mini 110).
is there a way to make it work everytime?

utu
12-13-2013, 10:10 PM
The following link may help:
https://wiki.archlinux.org/index.php/Touchpad_Synaptics

utu
12-13-2013, 10:46 PM
The following might also work for you:

If your touchpad doesn't work at all,
try the command synclient -l | grep TouchpadOff in a terminal.
If you get synclient -l | grep TouchpadOff = 1
then try the command synclient TouchpadOff=0 in a terminal.
If that turns things on (temporarily),
then you will need to add the line synclient TouchpadOff=0
to /etc/X11/Xsession.d/45knoppix to make things permanent.

HTH

vortex1
12-16-2013, 10:02 AM
The following might also work for you:

If your touchpad doesn't work at all,
try the command synclient -l | grep TouchpadOff in a terminal.
If you get synclient -l | grep TouchpadOff = 1
then try the command synclient TouchpadOff=0 in a terminal.
If that turns things on (temporarily),
then you will need to add the line synclient TouchpadOff=0
to /etc/X11/Xsession.d/45knoppix to make things permanent.

HTH


Hi. i did synclient -l | grep TouchpadOff and it returns TouchpadOff = 0
still i cannot touch and click on my touchpad

utu
12-16-2013, 10:09 PM
Maybe there's something here for you:
https://www.google.com/search?q=hp+mini&num=10#q=hp+mini+touchpad+not+working
Let us know how you solve the problem.