gokmen / Sentelic

Sentelic mouse disable script while typing...
3 stars 0 forks source link

simply doesn't work #1

Open fenio opened 12 years ago

fenio commented 12 years ago

Hello.

I tried to use this daemon cause bought Zenbook with that crappy touchpad, but seems it doesnt work on my laptop. All I got was:

[root@zenbook ~]# /home/fenio/gokmen-Sentelic-9fcbd89/sentelic.py File "/home/fenio/gokmen-Sentelic-9fcbd89/sentelic.py", line 63 print "Info: Sentelic device found at %s " % SYS_PATH ^ SyntaxError: invalid syntax [root@zenbook ~]#

gokmen commented 12 years ago

I guess your mouse is Elantech not Sentelic, have you ever checked it before? If not you can check it by dmesg | grep Sentelic

fenio commented 12 years ago

Well... I wouldn't bother you having Elantech touchpad.

Dec 13 18:26:17 zenbook kernel: [ 2.833575] input: FSPPS/2 Sentelic FingerSensingPad as /devices/platform/i8042/serio4/input/input9

I really have that crappy tochpad from Sentelic ;)

fenio commented 12 years ago

Do you need some debugging information to fix it?

igungor commented 12 years ago

@fenio The script doesn't work with Python3. Try it with Python 2.x series.