| View previous topic :: View next topic |
| Author |
Message |
chovy Guru


Joined: 03 Dec 2004 Posts: 453
|
Posted: Tue Apr 12, 2005 6:48 am Post subject: |
|
|
i gotta hand it to ya. Although that is quite possibly the most annoying way of fixing the problem. It works.
you have to "su" first, then execute the command (i created a mouse.sh file).
This is really quite sad, but at least I can do get the mouse working without rebooting. Untill there's a better solution - Thank you! _________________ Woof, Woof! Add "[solved]" to the title! Woof, Woof! |
|
| Back to top |
|
 |
AlchEmysT n00b

Joined: 19 Feb 2005 Posts: 69 Location: California, US
|
Posted: Sat Apr 23, 2005 2:00 am Post subject: |
|
|
i have a belkin 2 port omniview and same problem sorta..
if i hit ESC a few times that usually fixes my mouse but it is quite annoying. occasionally it also locks the Shift key on ... took me a few minutes today to figure out that it was locked and pressing the shift would release it. i was in the middle of an emerge -e system so i didn't wanna reboot... luckily i figured it out. Also this only happens when there is another computer powered on. I don't have to be switching back and forth if i leave the mouse alone for a few minutes it goes haywire for a bit ... if only my main system is on it behaves normally
I am in luck because I just purchased a new computer and i need a 4 port kvm. Anyone having problems with the D-link kvm's? other suggestions would be appreciated. _________________ - http://www.gentoo.org/doc/en/gentoo-x86-quickinstall.xml -
http://isnoop.net/gmail/
give / get - gmail invites |
|
| Back to top |
|
 |
Y4kk0 n00b

Joined: 21 Apr 2005 Posts: 10 Location: Netherlands
|
Posted: Wed May 04, 2005 3:36 pm Post subject: |
|
|
I have had the same problem on my previous distro Mandrake and using the Belko KVM.
In the past I could simply solve it by switching to terminal mode and back again. After one of Mandrakes updates that option was gone so I passed by using append the option to /etc/lilo.conf and this cleared the jumping mouse. Unfortunate it also disables the scroll wheel.
I have not yet tried it on the Gentoo distro. As I am at this moment still tweaking it. When I have time I will see what it will bring.
The reconnect worked perfect.
To bad you will need to have an terminal open. Or go to the console. |
|
| Back to top |
|
 |
dtor Guru

Joined: 19 Jan 2004 Posts: 461 Location: Indiana, USA
|
Posted: Wed May 04, 2005 3:54 pm Post subject: |
|
|
Anyone up to testing some patches? If so what kernel version is most convenient - I can do vanilla 2.6.11, 2.6.11.6 or 2.6.12-rc[23]? _________________ Dmitry |
|
| Back to top |
|
 |
rich0 Developer

Joined: 15 Sep 2002 Posts: 92
|
Posted: Wed May 04, 2005 4:02 pm Post subject: patch testing |
|
|
| dtor wrote: | | Anyone up to testing some patches? If so what kernel version is most convenient - I can do vanilla 2.6.11, 2.6.11.6 or 2.6.12-rc[23]? |
Fine by me. I'm running 2.6.11-gentoo-r3 at the moment (which may or may not be the latest version in production). I don't mind bumping up to any amd64 keyworded version which is newer. I'd rather not run an RC kernel, although I could boot to it just to test out the mouse I suppose (I'd rather use the patch in a kernel I could otherwise keep using without fear of a botched filesystem). |
|
| Back to top |
|
 |
dtor Guru

Joined: 19 Jan 2004 Posts: 461 Location: Indiana, USA
|
Posted: Wed May 04, 2005 4:13 pm Post subject: |
|
|
Ok, I am not sure what 2.6.11-gentoo-r3 exactly is (I usually run the latest pull from linus + my patches), but I will do one for vanilla 2.6.11.6 later tonight. _________________ Dmitry |
|
| Back to top |
|
 |
[sinz] n00b

Joined: 08 Jun 2004 Posts: 71
|
Posted: Wed May 04, 2005 6:40 pm Post subject: |
|
|
I use a logitech MX510 with a D-Link DKVM-4 4 port kvm switch. I had this same problem as everyone else and was using IPMS/2 for a while but recently figured out that:
solved the problem. Along with:
| Code: |
Option "Protocol" "ExplorerPS/2"
|
in my xorg.conf. |
|
| Back to top |
|
 |
dtor Guru

Joined: 19 Jan 2004 Posts: 461 Location: Indiana, USA
|
Posted: Thu May 05, 2005 7:11 am Post subject: |
|
|
Ok, here is the patch:
http://www.geocities.com/dt_or/input/2_6_11/psmouse-resync-2.6.11.patch.gz
If geocities give a fuss about directlinking try going into 2_6_11 directory first:
http://www.geocities.com/dt_or/input/2_6_11/
It should apply to all 2.6.11.x (well, I tested with 2.6.11.6 but nothing was cahnged in psmouse code for .7 or .8 ).
The idea is the follwing: if there was no data from the mouse for extended period of time (currently 5 sec), then next time we get a byte we use POLL command to verify packet size and validate protocol.
Please let me know if it works for you.
Thanks! _________________ Dmitry |
|
| Back to top |
|
 |
Drunkula Apprentice


Joined: 28 Jul 2003 Posts: 257 Location: Denton, TX - USA
|
Posted: Thu May 05, 2005 5:02 pm Post subject: |
|
|
Try adding psmouse_noext=1 as a boot parameter to your kernel. I haven't had that problem in some time so I don't know if it works or not. That parameter, however, seems to ring a bell. Can't hurt to try!
Indidentally I'm not currently using that parameter because the problem hasn't come my way in well over a year. Not sure what is different other than using a newer kernel... |
|
| Back to top |
|
 |
rich0 Developer

Joined: 15 Sep 2002 Posts: 92
|
Posted: Thu May 05, 2005 10:53 pm Post subject: |
|
|
| dtor wrote: | Ok, here is the patch:
http://www.geocities.com/dt_or/input/2_6_11/psmouse-resync-2.6.11.patch.gz
If geocities give a fuss about directlinking try going into 2_6_11 directory first:
http://www.geocities.com/dt_or/input/2_6_11/
It should apply to all 2.6.11.x (well, I tested with 2.6.11.6 but nothing was cahnged in psmouse code for .7 or .8 ).
The idea is the follwing: if there was no data from the mouse for extended period of time (currently 5 sec), then next time we get a byte we use POLL command to verify packet size and validate protocol.
Please let me know if it works for you.
Thanks! |
Seems to work in my case on amd64 (logitech wireless optical mouse). Thanks!!! |
|
| Back to top |
|
 |
dtor Guru

Joined: 19 Jan 2004 Posts: 461 Location: Indiana, USA
|
Posted: Fri May 06, 2005 2:49 am Post subject: |
|
|
| rich0 wrote: |
Seems to work in my case on amd64 (logitech wireless optical mouse). Thanks!!! |
Thank you for testing it.
Anyone else? Pretty please... I'd like to put this issue to rest once and for all... _________________ Dmitry |
|
| Back to top |
|
 |
Y4kk0 n00b

Joined: 21 Apr 2005 Posts: 10 Location: Netherlands
|
Posted: Fri May 06, 2005 6:17 am Post subject: |
|
|
| Quote: | | Anyone else? Pretty please... I'd like to put this issue to rest once and for all... |
Yes it worked perfect with me as well.
Thanks a lot. |
|
| Back to top |
|
 |
dtor Guru

Joined: 19 Jan 2004 Posts: 461 Location: Indiana, USA
|
|
| Back to top |
|
 |
Y4kk0 n00b

Joined: 21 Apr 2005 Posts: 10 Location: Netherlands
|
Posted: Fri May 06, 2005 9:17 am Post subject: |
|
|
Second patch is working as well.
With the first patch I didn't notice the stickeyness.
But did notice that when I was switching to my *eeks* work windows laptop it takes about 2 seconds before mouse will function.
Switching back to gentoo its down to 0 seconds. And the best part is I can use the scroll wheel. Which I couldn't before using the boot option.
This is really great.
Many thanks |
|
| Back to top |
|
 |
rich0 Developer

Joined: 15 Sep 2002 Posts: 92
|
Posted: Fri May 06, 2005 8:41 pm Post subject: |
|
|
| dtor wrote: | Thank you for testing it. If you do not mind could you please also test updated patch - it should reduce "stickiness" of the mouse pointer when driver forces resync.
|
That seems to work fine for me as well. I did notice some stickiness in the original patch when the mouse was idle for a while. I haven't noticed it in the short time that I've been using the second patch.
You'll definitely need to submit this patch to the powers-that-be! |
|
| Back to top |
|
 |
chovy Guru


Joined: 03 Dec 2004 Posts: 453
|
Posted: Sat Jun 04, 2005 10:58 pm Post subject: |
|
|
Can someone explain to me how to use this patch? I'm having the same problem 2.6.11-r9
Belkin KVM, optical mouse, crazymouse happens, and switching consoles no longer works, like it did in 2.4
PS - I am seeing these errors in dmesg:
| Quote: | psmouse.c: Wheel Mouse at isa0060/serio1/input0 lost synchronization, throwing 3 bytes away.
psmouse.c: Wheel Mouse at isa0060/serio1/input0 lost synchronization, throwing 3 bytes away.
psmouse.c: Wheel Mouse at isa0060/serio1/input0 lost synchronization, throwing 3 bytes away.
psmouse.c: Wheel Mouse at isa0060/serio1/input0 lost synchronization, throwing 3 bytes away.
|
I've tried all three of these - even the commented out lines (did the boot options awhile back, those didn't work either).
| Code: | Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
#Option "Protocol" "auto"
#Option "Protocol" "IMPS/2"
Option "Protocol" "PS/2"
Option "Device" "/dev/input/mouse0"
Option "ZAxisMapping" "4 5"
#Option "Resolution" "300"
EndSection
|
_________________ Woof, Woof! Add "[solved]" to the title! Woof, Woof! |
|
| Back to top |
|
 |
Y4kk0 n00b

Joined: 21 Apr 2005 Posts: 10 Location: Netherlands
|
Posted: Sun Jun 05, 2005 10:28 am Post subject: |
|
|
| Quote: | | Can someone explain to me how to use this patch? I'm having the same problem 2.6.11-r9 |
This is how I have done it.
Download the patch. Copy and extract it to /usr/src.
go into the /usr/src/linux directory which is dynamicaly linked to you current source.
Than patch the kernel source :
patch -Np1 -i ../psmouse-resync-2.6.11-v2.patch
If I remember correctly you will see that two files have been patched.
Rebuild the kernel. And reboot with the new kernel. |
|
| Back to top |
|
 |
chovy Guru


Joined: 03 Dec 2004 Posts: 453
|
Posted: Mon Jun 06, 2005 6:44 am Post subject: |
|
|
I assume the latest file to get would be the v11? or does that correlated with the r11 on the kernel source? _________________ Woof, Woof! Add "[solved]" to the title! Woof, Woof! |
|
| Back to top |
|
 |
dtor Guru

Joined: 19 Jan 2004 Posts: 461 Location: Indiana, USA
|
Posted: Mon Jun 06, 2005 6:54 am Post subject: |
|
|
No relation whatsoever. _________________ Dmitry |
|
| Back to top |
|
 |
chovy Guru


Joined: 03 Dec 2004 Posts: 453
|
Posted: Wed Jun 08, 2005 7:58 am Post subject: |
|
|
w000 hoooo......mouse works now!! I can switch with KVM again!!
this makes me really happy. Thanks to whoever contributed to that fix.
I'm curious when that patch will be part of the standard kernel? _________________ Woof, Woof! Add "[solved]" to the title! Woof, Woof! |
|
| Back to top |
|
 |
dtor Guru

Joined: 19 Jan 2004 Posts: 461 Location: Indiana, USA
|
Posted: Wed Jun 08, 2005 2:10 pm Post subject: |
|
|
I was thinking about getting it in -mm in a week or so... I am not sure if it's gonna make in 2.6.13 - there are some rough edges when used with ALPS touchpads. _________________ Dmitry |
|
| Back to top |
|
 |
chovy Guru


Joined: 03 Dec 2004 Posts: 453
|
Posted: Thu Jun 09, 2005 8:12 pm Post subject: |
|
|
I don't know if this is related to the patch or not, I'm on a pretty slow system P3-600 with 512MB ram.
But when I use the Ctrl+Scrollwheel in FireFox (to increase/decrease font size). There's quite a bit of delay in resizing the fonts. Around 5-10 seconds. The browser freezes up momentarily.
Not sure if anyone else is experiencing this problem, or if it's just my weak computer and graphics card trying to redraw the screen. _________________ Woof, Woof! Add "[solved]" to the title! Woof, Woof! |
|
| Back to top |
|
 |
Akaihiryuu l33t


Joined: 08 May 2003 Posts: 679 Location: Columbus, OH
|
Posted: Mon Jun 13, 2005 6:29 pm Post subject: |
|
|
| I have one of the Belkin SOHO series 2-port PS/2 KVM switches...I have the same problem with switching PC's. It's definitely a hardware issue between the KVM and the mouse though, as it affects Windows XP, Windows ME, and Linux all the same way...scroll wheel doesn't work, mouse speed gets messed up. Unplugging the mouse from the KVM and plugging it back in (which is safe in this case, as you aren't unplugging anything from the PS/2 ports on the PC) works, it fixes the issue immediately whether I'm using Linux, WinME, or WinXP. This is listed as a troubleshooting procedure in the KVM manual. In my case, the switch is flash upgradeable...I already sent an email to Belkin regarding this, I'm hoping they release a firmware patch that will reset the mouse and keyboard properly after switching PC's. Other than this, I'm perfectly happy with the KVM switch. |
|
| Back to top |
|
 |
chovy Guru


Joined: 03 Dec 2004 Posts: 453
|
Posted: Mon Jun 13, 2005 6:35 pm Post subject: |
|
|
The kernel patch fixes it, if you're still having problems. _________________ Woof, Woof! Add "[solved]" to the title! Woof, Woof! |
|
| Back to top |
|
 |
fw146 n00b

Joined: 29 Dec 2003 Posts: 42
|
Posted: Tue Jul 12, 2005 3:00 pm Post subject: |
|
|
| dtor wrote: | You do not really need to reboot to restore the mouse, doing:
| Code: | | echo -n "reconnect" > /sys/bus/serio/devices/serioX/drvctl |
where serioX is serio port your mouse is connected to should restore it. You can find which serio port you need by doing:
| Code: | | for i in /sys/bus/serio/devices/serio*; do echo -n `basename $i`": "; cat $i/driver/description; done |
Look for "serio2: PS/2 mouse driver".
Unfortunately we do not have solution for automatic protocol reset. Yet. |
Thanks for this info.
BTW, this problem started in my case when I plugged a MS IntelliMouse 1.1A into a Belkin F1DS104P. I had been using a generic Logitech wheel mouse, I call it generic as it does not have any model number, without any problem. In fact, I switched back to the Logitech mouse and it went away. Perhaps this is not a Belkin problem? Perhaps Belkin+Intellimouse/MS combo related? Wondering if anybody had erratic mouse behaviour with a non MS mouse on a belkin soho switch.
cheers
-fw |
|
| Back to top |
|
 |
|