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

Due to overwhelming demand, we have created a forum just dedicated to Toughbook users who use Linux!
Message
Author
User avatar
SHEEPMAN!
Posts: 2239
Joined: Thu Oct 14, 2010 1:13 pm
Location: TDR-HQ California

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

#1 Post 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:
Last edited by SHEEPMAN! on Mon Aug 24, 2015 10:54 am, edited 2 times in total.
Fair for you/ Fair for me.
I chose to NOT be organized.

-------------------------------------------------------------------[/color]
http://toughbooktalk.com/
http://forum.notebookreview.com/panasonic/

UNCNDL1
Posts: 509
Joined: Wed Nov 16, 2011 8:01 pm
Location: New England

Re: CF-31P and touchpad

#2 Post by UNCNDL1 »

Okay, what is a windows live cd?
CF-53 MX-Linux 21 Wildflower
CF-30 MK2 SSD MX-21 Betsy, MK2 Navigatrix, Fundraiser for TbT
CF-52 GUN SSD MX-19
(NICE) Thanks Sadlmkr
CF-M34 MicroWattR8 Thanks Sadlmkr
CF-M33 MicroWattR8 Thanks Springfield

User avatar
Shawn
Posts: 2960
Joined: Fri Jan 18, 2013 11:35 am

Re: CF-31P and touchpad

#3 Post by Shawn »

Just like a Linux live cd..But it loads windoze..Mine loads win7
Life will beat you into submission.

User avatar
kode-niner
Posts: 700
Joined: Sat Jun 07, 2014 7:39 am
Location: Canada

Re: CF-31P and touchpad

#4 Post 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?
Daily drives a CF-31

User avatar
SHEEPMAN!
Posts: 2239
Joined: Thu Oct 14, 2010 1:13 pm
Location: TDR-HQ California

Re: CF-31P and touchpad

#5 Post 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
Fair for you/ Fair for me.
I chose to NOT be organized.

-------------------------------------------------------------------[/color]
http://toughbooktalk.com/
http://forum.notebookreview.com/panasonic/

User avatar
kode-niner
Posts: 700
Joined: Sat Jun 07, 2014 7:39 am
Location: Canada

Re: CF-31P and touchpad

#6 Post 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
Daily drives a CF-31

User avatar
SHEEPMAN!
Posts: 2239
Joined: Thu Oct 14, 2010 1:13 pm
Location: TDR-HQ California

Re: CF-31P and touchpad

#7 Post 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.
Fair for you/ Fair for me.
I chose to NOT be organized.

-------------------------------------------------------------------[/color]
http://toughbooktalk.com/
http://forum.notebookreview.com/panasonic/

User avatar
SHEEPMAN!
Posts: 2239
Joined: Thu Oct 14, 2010 1:13 pm
Location: TDR-HQ California

Re: CF-31P and touchpad

#8 Post 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.
Fair for you/ Fair for me.
I chose to NOT be organized.

-------------------------------------------------------------------[/color]
http://toughbooktalk.com/
http://forum.notebookreview.com/panasonic/


UNCNDL1
Posts: 509
Joined: Wed Nov 16, 2011 8:01 pm
Location: New England

Re: CF-31P and touchpad

#10 Post 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
CF-53 MX-Linux 21 Wildflower
CF-30 MK2 SSD MX-21 Betsy, MK2 Navigatrix, Fundraiser for TbT
CF-52 GUN SSD MX-19
(NICE) Thanks Sadlmkr
CF-M34 MicroWattR8 Thanks Sadlmkr
CF-M33 MicroWattR8 Thanks Springfield

Locked

Return to “The LINUX forum!!!”