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
Shawn
Posts: 2960
Joined: Fri Jan 18, 2013 11:35 am

Re: CF-31P and touchpad

#11 Post by Shawn »

Jeff,
I contacted some locals that are familiar with The Alps. I think that you and them speak the same language. I bet they can moove you to a solution. :D

Image
Image

:rofl:
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

#12 Post by kode-niner »

Shawn wrote:Jeff,
I contacted some locals that are familiar with The Alps. I think that you and them speak the same language. I bet they can moove you to a solution. :D
:rofl:
That's exactly what he needs. MORE LIVESTOCK!! :D





Jeff, you missed a slash:

Code: Select all

 ls -l /dev/input by-path
should be this:

Code: Select all

 ls -l /dev/input/by-path
But anyway it's not necessary. The boot error in dmesg returns plenty of proposed solutions to your problem , if you "shawn" the web. ;)
http://askubuntu.com/questions/398568/p ... 518#417518
https://bbs.archlinux.org/viewtopic.php?pid=1189603

I'd be tempted to try the last one first since it seems to be the easiest. Do these as root of course:
edit /etc/default/grub then add "i8042.notimeout i8042.nomux" to GRUB_CMDLINE_LINUX_DEFAULT
update-grub
reboot

I presume you've already added kernel parameters in /etc./default/grub before.
It should look like this:

Code: Select all

GRUB_CMDLINE_LINUX_DEFAULT="i8042.notimeout i8042.nomux"
If you have another kernel boot parameter in there, just add the new stuff separated by a space, between the quotes.
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

#13 Post by SHEEPMAN! »

Thanks Shawn for the Alps experts but mooving right along....

Cleve I read your stuff.

"Upgraded CF-31 and at least one CF-19 are using Interlink Versapad" my quote from this: http://www.printedelectronicsworld.com/ ... ughbook-19

This gave me a couple more keywords to search for. Which is where I am now.......(Interlink,versapad,Linux,Debian,touchpad)
I'll swap drives in a bit. Prefer to work on this type of problem from the machine that is ill.

When I loaded the driver bundle the installer threw a 1633? code......"Thu 08/13/2015 ERRORLEVEL:1633" One time only. Need to check this for clues.

I'll run this anyway for general information....I knew that a slash should be there but thought it was special or something.

So mooving on. :)
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

#14 Post by SHEEPMAN! »

kodeniner: There is a typo after etc :D(a period)(full stop)(dot) :) In your post. Readers this means it should read /etc/default/grub # Not complaining, thanks for the help. :pbjt:

Back in a second on Linux.
Last edited by SHEEPMAN! on Mon Aug 24, 2015 10:59 am, edited 1 time in total.
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

#15 Post by SHEEPMAN! »

li@cf30kforc:~$ ls -l /dev/input/by-path
total 0
lrwxrwxrwx 1 root root 10 Aug 19 06:11 pci-0000:00:1d.0-usb-0:1.2:1.0-event-kbd -> ../event16
lrwxrwxrwx 1 root root 10 Aug 19 06:11 pci-0000:00:1d.0-usb-0:1.2:1.1-event-mouse -> ../event17
lrwxrwxrwx 1 root root 9 Aug 19 06:11 pci-0000:00:1d.0-usb-0:1.2:1.1-mouse -> ../mouse2
lrwxrwxrwx 1 root root 9 Aug 19 05:57 pci-0000:00:1d.0-usb-0:1.6:1.0-event-mouse -> ../event8
lrwxrwxrwx 1 root root 9 Aug 19 05:57 pci-0000:00:1d.0-usb-0:1.6:1.0-mouse -> ../mouse1
lrwxrwxrwx 1 root root 9 Aug 19 05:57 platform-i8042-serio-0-event-kbd -> ../event0
lrwxrwxrwx 1 root root 9 Aug 19 05:57 platform-i8042-serio-2-event-mouse -> ../event7
lrwxrwxrwx 1 root root 9 Aug 19 05:57 platform-i8042-serio-2-mouse -> ../mouse0
lrwxrwxrwx 1 root root 9 Aug 19 05:57 platform-pcspkr-event-spkr -> ../event6
li@cf30kforc:~$


Just to do it right.
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

#16 Post by kode-niner »

Hehe, butterfingers.

Found this on boobtube:
http://www.youtube.com/watch?v=gzikYEX0OEQ
It's a bit annoying to watch him fumble around to get a root shell, but he eventually manages to edit the default grub file. He puts it on another line and adds a few extra i8042 parameters to get it to work, though.
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

#17 Post by SHEEPMAN! »

I don't watch if I can help it.
I presume you've already added kernel parameters in /etc/default/grub before.
It should look like this:
Code:
GRUB_CMDLINE_LINUX_DEFAULT="i8042.notimeout i8042.nomux"
If you have another kernel boot parameter in there, just add the new stuff separated by a space, between the quotes.
This worked fine.

Code: Select all

GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="i8042.notimeout i8042.nomux quiet splash"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

The touchpad is not the same as I am used to but is working after this "fix"

Thanks,

Jeff
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

#18 Post by SHEEPMAN! »

CHANGES:

PRESS AND HOLD UPPER RIGHT SCROLLS UP "FAST" ALL THE POSTS"
PRESS AND HOLD LOWER RIGHT SCROLLS DOWN "FAST" ALL THE POSTS"

JUMPY RASCAL

ABOVE WAS LINUX MINT DEBIAN. REMEMBER TO UPDATE-GRUB.

THIS WAS WRITTEN ABOUT CF-31P....SOME CF-19 MAY ALSO USE THIS PAD. SOLVED!
Fair for you/ Fair for me.
I chose to NOT be organized.

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

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

Re: CF-31P and touchpad

#19 Post by Shawn »

BTW..They are NOT livestock..They are IT.
Life will beat you into submission.

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

Re: CF-31P and touchpad

#20 Post by SHEEPMAN! »

Changes made on Makulu 9. Working dandy.

It is a bit early....you missed me with IT. Maybe LT. lactation technicians.

here's xinput now.

Code: Select all

j@mak9:~$ xinput
⎡ Virtual core pointer                    	id=2	[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer              	id=4	[slave  pointer  (2)]
⎜   ↳ Fujitsu Component USB Touch Panel       	id=9	[slave  pointer  (2)]
⎜   ↳ ImPS/2 Generic Wheel Mouse              	id=11	[slave  pointer  (2)]
⎣ Virtual core keyboard                   	id=3	[master keyboard (2)]
    ↳ Virtual core XTEST keyboard             	id=5	[slave  keyboard (3)]
    ↳ Power Button                            	id=6	[slave  keyboard (3)]
    ↳ Video Bus                               	id=7	[slave  keyboard (3)]
    ↳ Power Button                            	id=8	[slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard            	id=10	[slave  keyboard (3)]
    ↳ Panasonic Laptop Support                	id=12	[slave  keyboard (3)]
Fair for you/ Fair for me.
I chose to NOT be organized.

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

Locked

Return to “The LINUX forum!!!”