Page 4 of 6

Re: CF-31P and touchpad (Interlink Versapad)SAGA CONTINUES W

Posted: Sat Nov 28, 2015 2:06 pm
by Azrial
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!

Re: CF-31P and touchpad (Interlink Versapad)SAGA CONTINUES W

Posted: Sat Nov 28, 2015 3:50 pm
by SHEEPMAN!
Sorry I meant ctrl x to exit. Follow the steps.

Thanks for the correction.

Re: CF-31P and touchpad (Interlink Versapad)SAGA CONTINUES W

Posted: Sat Nov 28, 2015 9:28 pm
by SHEEPMAN!
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. :D


J'd...using imps for now....

Re: CF-31P and touchpad (Interlink Versapad) Quick Solution

Posted: Sun Nov 29, 2015 8:52 pm
by SHEEPMAN!
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.

Re: CF-31P and touchpad (Interlink Versapad)SAGA CONTINUES W

Posted: Mon Nov 30, 2015 10:05 pm
by Azrial
Soooo, change this file back:

Code: Select all

GRUB_HIDDEN_TIMEOUT_i8042.notimeout i8042.nomux QUIET=true
and then add this in:

Code: Select all

sudo echo "options psmouse proto=imps" | sudo tee /etc/modprobe.d/psmouse.conf >/dev/null
Control O to save the modified GRUB and reboot?

Re: CF-31P and touchpad (Interlink Versapad)SAGA CONTINUES W

Posted: Tue Dec 01, 2015 6:09 pm
by SHEEPMAN!
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.

Code: Select all

sudo echo "options psmouse proto=imps" | sudo tee /etc/modprobe.d/psmouse.conf >/dev/null

Re: CF-31P and touchpad (Interlink Versapad)SAGA CONTINUES W

Posted: Tue Dec 01, 2015 9:49 pm
by Azrial
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.

Re: CF-31P and touchpad (Interlink Versapad)SAGA CONTINUES W

Posted: Wed Dec 02, 2015 5:32 am
by Shawn
That is one of my issues with Linux..It is password happy. It "feels" like I need a password for every keystroke.

Re: CF-31P and touchpad (Interlink Versapad)SAGA CONTINUES W

Posted: Wed Dec 02, 2015 1:36 pm
by Azrial
Shawn wrote:That is one of my issues with Linux..It is password happy. It "feels" like I need a password for every keystroke.
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.

Re: CF-31P and touchpad (Interlink Versapad)SAGA CONTINUES W

Posted: Wed Dec 02, 2015 1:40 pm
by Shawn
My "FIX" involves very strong language and a different hard drive...Sometimes followed by a Xanax chaser...
Anxiety is my enemy.