CF-31P and touchpad (Interlink Versapad)SAGA CONTINUES WORKS
Re: CF-31P and touchpad (Interlink Versapad)SAGA CONTINUES W
Sorry, i can not find where I have the option to "SAVE" these changes, or to answer "YES." There is no "SAVE" in Nano.
I found out that I needed to save these changes with Control O. I then when to a new Terminal and update GRUB.
Thanks, it works like a Champ! What a great machine! I really appreciate your efforts!
I found out that I needed to save these changes with Control O. I then when to a new Terminal and update GRUB.
Thanks, it works like a Champ! What a great machine! I really appreciate your efforts!
I am what I am, somebody has to be.
Call me for free from anywhere in the USA from my homepage! http://www.azrial.com/
CF-31JEGAX1M Mk2 Intel i5-2520M 2.50 GHz, Win7x64 & Ubuntu x64 14.04LTS Dual Boot, 16GB RAM, Samsung 250GB SSD, 2x64GB USB FD, 64GB SDHC, GOBI 4000, BUGPS, IBM AC/DC Supply #22P9003
Call me for free from anywhere in the USA from my homepage! http://www.azrial.com/
CF-31JEGAX1M Mk2 Intel i5-2520M 2.50 GHz, Win7x64 & Ubuntu x64 14.04LTS Dual Boot, 16GB RAM, Samsung 250GB SSD, 2x64GB USB FD, 64GB SDHC, GOBI 4000, BUGPS, IBM AC/DC Supply #22P9003
Re: CF-31P and touchpad (Interlink Versapad)SAGA CONTINUES W
Sorry I meant ctrl x to exit. Follow the steps.
Thanks for the correction.
Thanks for the correction.
Fair for you/ Fair for me.
I chose to NOT be organized.
-------------------------------------------------------------------[/color]
http://toughbooktalk.com/
http://forum.notebookreview.com/panasonic/
I chose to NOT be organized.
-------------------------------------------------------------------[/color]
http://toughbooktalk.com/
http://forum.notebookreview.com/panasonic/
Re: CF-31P and touchpad (Interlink Versapad)SAGA CONTINUES W
NEW INFORMATION AND A ONE LINER
OPEN A TERMINAL
CUT AND PASTE THIS:
sudo echo "options psmouse proto=bare" | sudo tee /etc/modprobe.d/psmouse.conf >/dev/null
REBOOT
Tested on Manjaro so far. The point is to create a psmouse.conf file with the quoted option. I found this in a post from 2012.
This is working on CF-31JE. Not as sensitve as the previous patch as it becomes a basic PS/2 mouse rather than a IMPS/2 wheel mouse. No edge scrool yet. Checking my settings.
Brand new to me, still testing.
Alternatives can be confusing BUT replacing "bare" with "imps" brings back edge scroll. Thus:
sudo echo "options psmouse proto=imps" | sudo tee /etc/modprobe.d/psmouse.conf >/dev/null
EDIT: For now if you have edited grub there is no sense changing. Plus I have to see if it breaks other models.
J'd...using imps for now....
OPEN A TERMINAL
CUT AND PASTE THIS:
sudo echo "options psmouse proto=bare" | sudo tee /etc/modprobe.d/psmouse.conf >/dev/null
REBOOT
Tested on Manjaro so far. The point is to create a psmouse.conf file with the quoted option. I found this in a post from 2012.
This is working on CF-31JE. Not as sensitve as the previous patch as it becomes a basic PS/2 mouse rather than a IMPS/2 wheel mouse. No edge scrool yet. Checking my settings.
Brand new to me, still testing.
Alternatives can be confusing BUT replacing "bare" with "imps" brings back edge scroll. Thus:
sudo echo "options psmouse proto=imps" | sudo tee /etc/modprobe.d/psmouse.conf >/dev/null
EDIT: For now if you have edited grub there is no sense changing. Plus I have to see if it breaks other models.

J'd...using imps for now....
Fair for you/ Fair for me.
I chose to NOT be organized.
-------------------------------------------------------------------[/color]
http://toughbooktalk.com/
http://forum.notebookreview.com/panasonic/
I chose to NOT be organized.
-------------------------------------------------------------------[/color]
http://toughbooktalk.com/
http://forum.notebookreview.com/panasonic/
Re: CF-31P and touchpad (Interlink Versapad) Quick Solution
QUICK SOLUTION INTERLINK VERSAPAD CF-31MK2
[code]sudo echo "options psmouse proto=imps" | sudo tee /etc/modprobe.d/psmouse.conf >/dev/null[/code]
RE-BOOT
Same caddy drops into CF-30MK3 with no issues. Runs like a standard PS/2 mouse. Linux figures it out. (writes the kernel)
The End.
[code]sudo echo "options psmouse proto=imps" | sudo tee /etc/modprobe.d/psmouse.conf >/dev/null[/code]
RE-BOOT
Same caddy drops into CF-30MK3 with no issues. Runs like a standard PS/2 mouse. Linux figures it out. (writes the kernel)
The End.
Fair for you/ Fair for me.
I chose to NOT be organized.
-------------------------------------------------------------------[/color]
http://toughbooktalk.com/
http://forum.notebookreview.com/panasonic/
I chose to NOT be organized.
-------------------------------------------------------------------[/color]
http://toughbooktalk.com/
http://forum.notebookreview.com/panasonic/
Re: CF-31P and touchpad (Interlink Versapad)SAGA CONTINUES W
Soooo, change this file back:
and then add this in:
Control O to save the modified GRUB and reboot?
Code: Select all
GRUB_HIDDEN_TIMEOUT_i8042.notimeout i8042.nomux QUIET=true
Code: Select all
sudo echo "options psmouse proto=imps" | sudo tee /etc/modprobe.d/psmouse.conf >/dev/null
I am what I am, somebody has to be.
Call me for free from anywhere in the USA from my homepage! http://www.azrial.com/
CF-31JEGAX1M Mk2 Intel i5-2520M 2.50 GHz, Win7x64 & Ubuntu x64 14.04LTS Dual Boot, 16GB RAM, Samsung 250GB SSD, 2x64GB USB FD, 64GB SDHC, GOBI 4000, BUGPS, IBM AC/DC Supply #22P9003
Call me for free from anywhere in the USA from my homepage! http://www.azrial.com/
CF-31JEGAX1M Mk2 Intel i5-2520M 2.50 GHz, Win7x64 & Ubuntu x64 14.04LTS Dual Boot, 16GB RAM, Samsung 250GB SSD, 2x64GB USB FD, 64GB SDHC, GOBI 4000, BUGPS, IBM AC/DC Supply #22P9003
Re: CF-31P and touchpad (Interlink Versapad)SAGA CONTINUES W
I answered this earlier today. Forgot to send.
delete the i8042 entries, ctrl O to save, sudo update-grub or leave them in there if the machine is working.
Cut and paste the following to a TERMINAL line. It will save itself.
delete the i8042 entries, ctrl O to save, sudo update-grub or leave them in there if the machine is working.
Cut and paste the following to a TERMINAL line. It will save itself.
Code: Select all
sudo echo "options psmouse proto=imps" | sudo tee /etc/modprobe.d/psmouse.conf >/dev/null
Fair for you/ Fair for me.
I chose to NOT be organized.
-------------------------------------------------------------------[/color]
http://toughbooktalk.com/
http://forum.notebookreview.com/panasonic/
I chose to NOT be organized.
-------------------------------------------------------------------[/color]
http://toughbooktalk.com/
http://forum.notebookreview.com/panasonic/
Re: CF-31P and touchpad (Interlink Versapad)SAGA CONTINUES W
Damn, now the terminal will not accept my password. Yes, I am sure that it is correct. No, I do not have on Caps Lock.
I am what I am, somebody has to be.
Call me for free from anywhere in the USA from my homepage! http://www.azrial.com/
CF-31JEGAX1M Mk2 Intel i5-2520M 2.50 GHz, Win7x64 & Ubuntu x64 14.04LTS Dual Boot, 16GB RAM, Samsung 250GB SSD, 2x64GB USB FD, 64GB SDHC, GOBI 4000, BUGPS, IBM AC/DC Supply #22P9003
Call me for free from anywhere in the USA from my homepage! http://www.azrial.com/
CF-31JEGAX1M Mk2 Intel i5-2520M 2.50 GHz, Win7x64 & Ubuntu x64 14.04LTS Dual Boot, 16GB RAM, Samsung 250GB SSD, 2x64GB USB FD, 64GB SDHC, GOBI 4000, BUGPS, IBM AC/DC Supply #22P9003
Re: CF-31P and touchpad (Interlink Versapad)SAGA CONTINUES W
That is one of my issues with Linux..It is password happy. It "feels" like I need a password for every keystroke.
Life will beat you into submission.
Re: CF-31P and touchpad (Interlink Versapad)SAGA CONTINUES W
LoL, I can live with that, it will just no longer accept my password, so I can not make changes with SUDO. My password still allows me to log in and make updates. I have seen where others have had this problem as well with SUDO and the terminal, but the first fix I tried, that is to bring up terminal by an alternative method, did not work.Shawn wrote:That is one of my issues with Linux..It is password happy. It "feels" like I need a password for every keystroke.
I am what I am, somebody has to be.
Call me for free from anywhere in the USA from my homepage! http://www.azrial.com/
CF-31JEGAX1M Mk2 Intel i5-2520M 2.50 GHz, Win7x64 & Ubuntu x64 14.04LTS Dual Boot, 16GB RAM, Samsung 250GB SSD, 2x64GB USB FD, 64GB SDHC, GOBI 4000, BUGPS, IBM AC/DC Supply #22P9003
Call me for free from anywhere in the USA from my homepage! http://www.azrial.com/
CF-31JEGAX1M Mk2 Intel i5-2520M 2.50 GHz, Win7x64 & Ubuntu x64 14.04LTS Dual Boot, 16GB RAM, Samsung 250GB SSD, 2x64GB USB FD, 64GB SDHC, GOBI 4000, BUGPS, IBM AC/DC Supply #22P9003
Re: CF-31P and touchpad (Interlink Versapad)SAGA CONTINUES W
My "FIX" involves very strong language and a different hard drive...Sometimes followed by a Xanax chaser...
Anxiety is my enemy.
Anxiety is my enemy.
Life will beat you into submission.