User talk:Kevgor/Miscellaneous Technical Notes
Jump to navigation
Jump to search
enable tap to clik
Hi Kevgor!
I have the XO 1.5 with newer CL1A = serio1 with ID 10 02 64, current stable OS build, taptoclick disbled.
the command proposed by you (echo -n C > /sys/bus/serio/drivers/psmouse/serio*/flags) only returns:
bash: /sys/bus/serio/drivers/psmouse/serio1/flags: Permission denied
a "sudo" makes no change.
Thanks for help!
- Try this instead. --Quozl 11:36, 16 August 2013 (UTC)
sudo su echo -n C > /sys/bus/serio/drivers/psmouse/serio*/flags
- (because the sudo is only applied to the part of the command before the > redirect.)