Page 1 of 6

CF-31P and touchpad (Interlink Versapad)SAGA CONTINUES WORKS

Posted: Thu Aug 13, 2015 4:27 pm
by SHEEPMAN!
:doh:

Works fine with Windows LiveCD.

I'm hunting up the Linux commands now.....My 31A worked o.k. with Linux, this 31P is a little different. :doh:

Re: CF-31P and touchpad

Posted: Thu Aug 13, 2015 5:17 pm
by UNCNDL1
Okay, what is a windows live cd?

Re: CF-31P and touchpad

Posted: Thu Aug 13, 2015 5:25 pm
by Shawn
Just like a Linux live cd..But it loads windoze..Mine loads win7

Re: CF-31P and touchpad

Posted: Fri Aug 14, 2015 9:55 am
by kode-niner
Sadlmkr wrote::doh:

Works fine with Windows LiveCD.

I'm hunting up the Linux commands now.....My 31A worked o.k. with Linux, this 31P is a little different. :doh:
Got any details, maybe I can help you with?

Re: CF-31P and touchpad

Posted: Fri Aug 14, 2015 3:50 pm
by SHEEPMAN!
Installed and running W7 Pro. This touchpad is definitely different.
Like it performs like a Synaptics pad. (v.s. PS/2)IOW edge scroll works.
None of the Linux,Debian programs see the pad. synclient reports no synaptic devices.
So it's locked out in a .conf file by default.????
I was hoping you would show up.

Jeff

Re: CF-31P and touchpad

Posted: Tue Aug 18, 2015 5:59 pm
by kode-niner
Just got back from the woods. Now with extra mosquito bites!

I'd start with (sudo or root) just to see what your kernel thinks...

Code: Select all

dmesg|grep mouse

Code: Select all

ls -l /dev/input/by-path

Code: Select all

lsmod|grep psmouse

Re: CF-31P and touchpad

Posted: Tue Aug 18, 2015 9:59 pm
by SHEEPMAN!
O.K. I'm back. Need to dig out the USB wireless mousie.

Repeating myself...every Linux or Debian version says the same thing.
j@mak9:~/Desktop$ lsmod |grep psmouse
psmouse 106647 0
j@mak9:~/Desktop$
That was fun...touchscreen only.
j@mak9:~/Desktop$ ls -l /dev/input by-path
ls: cannot access by-path: No such file or directory
/dev/input:
total 0
drwxr-xr-x 2 root root 80 Aug 18 13:40 by-id
drwxr-xr-x 2 root root 140 Aug 18 13:40 by-path
crw-r----- 1 root root 13, 64 Aug 18 13:40 event0
crw-r----- 1 root root 13, 65 Aug 18 13:40 event1
crw-r----- 1 root root 13, 74 Aug 18 13:40 event10
crw-r----- 1 root root 13, 75 Aug 18 13:40 event11
crw-r----- 1 root root 13, 76 Aug 18 13:40 event12
crw-r----- 1 root root 13, 66 Aug 18 13:40 event2
crw-r----- 1 root root 13, 67 Aug 18 13:40 event3
crw-r----- 1 root root 13, 68 Aug 18 13:40 event4
crw-r----- 1 root root 13, 69 Aug 18 13:40 event5
crw-r----- 1 root root 13, 70 Aug 18 13:40 event6
crw-r----- 1 root root 13, 71 Aug 18 13:40 event7
crw-r----- 1 root root 13, 72 Aug 18 13:40 event8
crw-r----- 1 root root 13, 73 Aug 18 13:40 event9
crw-r----- 1 root root 13, 63 Aug 18 13:40 mice
crw-r----- 1 root root 13, 32 Aug 18 13:40 mouse0
crw-r----- 1 root root 13, 33 Aug 18 13:40 mouse1
j@mak9:~/Desktop$
crw-r----- 1 root root 13, 32 Aug 18 13:40 mouse0
crw-r----- 1 root root 13, 33 Aug 18 13:40 mouse1
j@mak9:~/Desktop$ dmesg|grep mouse
[ 1.958334] mousedev: PS/2 mouse device common for all mice
[ 2.511209] psmouse serio2: alps: Unknown ALPS touchpad: E7=00 00 64, EC=00 00 64
[ 2.617780] psmouse serio2: Failed to enable mouse on isa0060/serio2
[ 2.678202] psmouse serio2: Failed to enable mouse on isa0060/serio2
j@mak9:~/Desktop$

:D That's different.

You check it out. ALPS?

My thought was an ACPI issue......

Time to eat yet again.

Re: CF-31P and touchpad

Posted: Tue Aug 18, 2015 10:00 pm
by SHEEPMAN!
O.K. I'm back. Need to dig out the USB wireless mousie.

Repeating myself...every Linux or Debian version says the same thing.
j@mak9:~/Desktop$ lsmod |grep psmouse
psmouse 106647 0
j@mak9:~/Desktop$
That was fun...touchscreen only.
j@mak9:~/Desktop$ ls -l /dev/input by-path
ls: cannot access by-path: No such file or directory
/dev/input:
total 0
drwxr-xr-x 2 root root 80 Aug 18 13:40 by-id
drwxr-xr-x 2 root root 140 Aug 18 13:40 by-path
crw-r----- 1 root root 13, 64 Aug 18 13:40 event0
crw-r----- 1 root root 13, 65 Aug 18 13:40 event1
crw-r----- 1 root root 13, 74 Aug 18 13:40 event10
crw-r----- 1 root root 13, 75 Aug 18 13:40 event11
crw-r----- 1 root root 13, 76 Aug 18 13:40 event12
crw-r----- 1 root root 13, 66 Aug 18 13:40 event2
crw-r----- 1 root root 13, 67 Aug 18 13:40 event3
crw-r----- 1 root root 13, 68 Aug 18 13:40 event4
crw-r----- 1 root root 13, 69 Aug 18 13:40 event5
crw-r----- 1 root root 13, 70 Aug 18 13:40 event6
crw-r----- 1 root root 13, 71 Aug 18 13:40 event7
crw-r----- 1 root root 13, 72 Aug 18 13:40 event8
crw-r----- 1 root root 13, 73 Aug 18 13:40 event9
crw-r----- 1 root root 13, 63 Aug 18 13:40 mice
crw-r----- 1 root root 13, 32 Aug 18 13:40 mouse0
crw-r----- 1 root root 13, 33 Aug 18 13:40 mouse1
j@mak9:~/Desktop$
crw-r----- 1 root root 13, 32 Aug 18 13:40 mouse0
crw-r----- 1 root root 13, 33 Aug 18 13:40 mouse1
j@mak9:~/Desktop$ dmesg|grep mouse
[ 1.958334] mousedev: PS/2 mouse device common for all mice
[ 2.511209] psmouse serio2: alps: Unknown ALPS touchpad: E7=00 00 64, EC=00 00 64
[ 2.617780] psmouse serio2: Failed to enable mouse on isa0060/serio2
[ 2.678202] psmouse serio2: Failed to enable mouse on isa0060/serio2
j@mak9:~/Desktop$

:D That's different.

You check it out. ALPS?

My thought was an ACPI issue......

Time to eat yet again.

Re: CF-31P and touchpad

Posted: Tue Aug 18, 2015 11:44 pm
by Shawn

Re: CF-31P and touchpad

Posted: Wed Aug 19, 2015 4:22 am
by UNCNDL1
From one of Shawn's linkages above, I found this which might work for you since I think you are using Debian Makulu:

http://forums.debian.net/viewtopic.php?f=16&t=95940

Keep us informed