Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
KVM mouse problem
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4, 5  Next  
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
chovy
Guru
Guru


Joined: 03 Dec 2004
Posts: 453

PostPosted: Tue Jul 12, 2005 5:02 pm    Post subject: Reply with quote

i had some microsystems mouse or something. not MS.
_________________
Woof, Woof! Add "[solved]" to the title! Woof, Woof!
Back to top
View user's profile Send private message
fw146
n00b
n00b


Joined: 29 Dec 2003
Posts: 42

PostPosted: Wed Jul 13, 2005 12:52 pm    Post subject: Reply with quote

chovy wrote:
i had some microsystems mouse or something. not MS.

Oh well it is belkin +logitech imps/2 which works then :) Belkin support has recently posted a firmware upgrade supposedly addressing erratic mouse behaviour on SuSE linux. Unfortunately, the linked page does *NOT* offer any file to download.

In any case I hope that Dimitry's patch renders this discussion academic.

*EDIT*
I just saw some posts detailing problems specific to the Logitech mice. For the curious:
In linux I have set up the mouse as
Code:
Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mouse0"
        Option      "Buttons" "5"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "No"
EndSection

whereas on the XP box it is set as a PS/2 mouse with the "Assume wheel is present" option.
Back to top
View user's profile Send private message
chovy
Guru
Guru


Joined: 03 Dec 2004
Posts: 453

PostPosted: Wed Jul 13, 2005 4:48 pm    Post subject: Reply with quote

the patch definitely fixed it for me. Can't wait for it to become part of the main code base of the kernel.
_________________
Woof, Woof! Add "[solved]" to the title! Woof, Woof!
Back to top
View user's profile Send private message
ter_roshak
Apprentice
Apprentice


Joined: 31 Jan 2004
Posts: 171
Location: Everett, WA

PostPosted: Fri Aug 12, 2005 3:40 pm    Post subject: Reply with quote

I just wanted to make one comment on this issue since it seems like it's being fixed with a patch: I was having a problem with the mouse going crazy using the Belkin KVM when I would switch to another machine and back to my Gentoo box (2.6.12-gentoo-r7) and I fixed it by switching to a USB cable from the gentoo box to the KVM, while still using IMPS/2 as the protocol in xorg.conf. Now I still have problems with the mouse not fully working, but the mouse does not go crazy anymore. By not fully working, I mean that it won't always allow me to right-click on items in a window, especially if the window has multiple frames, and I have to switch to another virtual desktop (not console) and back to get that fixed.
_________________
Josh Miller -- RHCE, VCP
Ditree Consulting
http://ditree.com/
Registered Linux User #318200
Back to top
View user's profile Send private message
chovy
Guru
Guru


Joined: 03 Dec 2004
Posts: 453

PostPosted: Fri Aug 12, 2005 4:57 pm    Post subject: Reply with quote

patch it, works like a charm.
_________________
Woof, Woof! Add "[solved]" to the title! Woof, Woof!
Back to top
View user's profile Send private message
ter_roshak
Apprentice
Apprentice


Joined: 31 Jan 2004
Posts: 171
Location: Everett, WA

PostPosted: Fri Aug 12, 2005 8:24 pm    Post subject: Reply with quote

chovy wrote:
patch it, works like a charm.


Unfortunately, I just flashed the firmware and the Belkin KVM has some bigger problems. It only seems to work on the 4th channel (limited to one machine) and the mouse is having some big problems like before. I may be investing in a new IOGear KVM, as I have heard that they are excellent.
_________________
Josh Miller -- RHCE, VCP
Ditree Consulting
http://ditree.com/
Registered Linux User #318200
Back to top
View user's profile Send private message
TheHeadSage
n00b
n00b


Joined: 22 Feb 2005
Posts: 10

PostPosted: Thu Aug 18, 2005 6:50 am    Post subject: Reply with quote

The Patch works brilliantly, it solved all my KVM related problems.
_________________
- TheHeadSage
Back to top
View user's profile Send private message
charliecompany
Tux's lil' helper
Tux's lil' helper


Joined: 10 Apr 2004
Posts: 106

PostPosted: Fri Sep 02, 2005 8:28 am    Post subject: Reply with quote

Is there any news as to whether this will be making it into a mainstream kernel and whether it works with the 2.6.12 or 2.6.13 kernel?
_________________
The only difference between genious and stupidity is that stupidity has no limits.
Back to top
View user's profile Send private message
dtor
Guru
Guru


Joined: 19 Jan 2004
Posts: 461
Location: Indiana, USA

PostPosted: Mon Sep 05, 2005 3:48 am    Post subject: Reply with quote

As soon as we work out problems it causes with ALPS touchpads. Does anyone here have a notebook with ALPS?
_________________
Dmitry
Back to top
View user's profile Send private message
charliecompany
Tux's lil' helper
Tux's lil' helper


Joined: 10 Apr 2004
Posts: 106

PostPosted: Wed Sep 21, 2005 11:31 pm    Post subject: Reply with quote

Would this apply cleanly to a different kernel or would there be issues from that? Also, any progress on the touch pads?
_________________
The only difference between genious and stupidity is that stupidity has no limits.
Back to top
View user's profile Send private message
waslit
n00b
n00b


Joined: 15 Apr 2004
Posts: 30

PostPosted: Sat Sep 24, 2005 10:26 pm    Post subject: Reply with quote

The patch didnt fully succeed for me and I still seem to have a crazy logitech cordless optical mouse problem. I have tried every suggestion so far but none have worked. Im using the gentoo-2.6.12-r10. Would te patch maybe not work on this kernel??
Back to top
View user's profile Send private message
waslit
n00b
n00b


Joined: 15 Apr 2004
Posts: 30

PostPosted: Sun Sep 25, 2005 1:19 am    Post subject: Reply with quote

waslit wrote:
The patch didnt fully succeed for me and I still seem to have a crazy logitech cordless optical mouse problem. I have tried every suggestion so far but none have worked. Im using the gentoo-2.6.12-r10. Would te patch maybe not work on this kernel??


I have found that using the OHCI usb drivers instead of the EHCI has actually got the mouse to work perfectly
Back to top
View user's profile Send private message
chovy
Guru
Guru


Joined: 03 Dec 2004
Posts: 453

PostPosted: Sun Oct 30, 2005 12:29 am    Post subject: Reply with quote

has anyone noticed that FireFox now freezes up when you use the scrollwheel?
_________________
Woof, Woof! Add "[solved]" to the title! Woof, Woof!
Back to top
View user's profile Send private message
Drunkula
Apprentice
Apprentice


Joined: 28 Jul 2003
Posts: 257
Location: Denton, TX - USA

PostPosted: Sun Oct 30, 2005 4:03 pm    Post subject: Reply with quote

chovy wrote:
has anyone noticed that FireFox now freezes up when you use the scrollwheel?

Mine works....
_________________
Go away or I will replace you with a very small shell script.
Back to top
View user's profile Send private message
chovy
Guru
Guru


Joined: 03 Dec 2004
Posts: 453

PostPosted: Sun Oct 30, 2005 6:27 pm    Post subject: Reply with quote

maybe i'm not optimizing my system correclty. I notice a few things are a bit slow, even after upgrading to 1gb and a sempron 3000+ processor.

Quote:
processor : 0
vendor_id : AuthenticAMD
cpu family : 15
model : 28
model name : AMD Sempron(tm) Processor 3000+
stepping : 0
cpu MHz : 1802.815
cache size : 128 KB
physical id : 0
siblings : 1
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 pni syscall nx mmxext fxsr_opt lm 3dnowext 3dnow lahf_lm
bogomips : 3530.75


Anything I can do to speed up the application loading?
_________________
Woof, Woof! Add "[solved]" to the title! Woof, Woof!
Back to top
View user's profile Send private message
charliecompany
Tux's lil' helper
Tux's lil' helper


Joined: 10 Apr 2004
Posts: 106

PostPosted: Sun Nov 13, 2005 11:33 pm    Post subject: Reply with quote

Would it be possible to update the patch to work with a newer kernel since the gentoo-sources-2.6.11 is no longer in portage? I would like to be able to update the kernel to 2.6.14, but I don't want to lose the capabilities that the patch added for use with the kvm.
Thanks
_________________
The only difference between genious and stupidity is that stupidity has no limits.
Back to top
View user's profile Send private message
chovy
Guru
Guru


Joined: 03 Dec 2004
Posts: 453

PostPosted: Mon Nov 14, 2005 2:21 am    Post subject: Reply with quote

is there any reason why you couldn't apply the KVM path to the latest kernel?
_________________
Woof, Woof! Add "[solved]" to the title! Woof, Woof!
Back to top
View user's profile Send private message
charliecompany
Tux's lil' helper
Tux's lil' helper


Joined: 10 Apr 2004
Posts: 106

PostPosted: Mon Nov 14, 2005 2:33 am    Post subject: Reply with quote

I tried to apply it and it failed at several parts of the patching process. I didn't try building the kernel to see if it worked or not at that point. I figured that if the patch didn't apply successfully, it probably wouldn't work.
_________________
The only difference between genious and stupidity is that stupidity has no limits.
Back to top
View user's profile Send private message
davidgurvich
Veteran
Veteran


Joined: 23 Apr 2004
Posts: 1063

PostPosted: Mon Nov 14, 2005 2:38 am    Post subject: Reply with quote

Try
Option "Protocol" "auto"

Someone mentioned on a different topic that it fixed the problem they were having with a KVM switch.
Back to top
View user's profile Send private message
charliecompany
Tux's lil' helper
Tux's lil' helper


Joined: 10 Apr 2004
Posts: 106

PostPosted: Mon Nov 14, 2005 3:01 am    Post subject: Reply with quote

I tried auto and it didn't help at all. Thanks though.
_________________
The only difference between genious and stupidity is that stupidity has no limits.
Back to top
View user's profile Send private message
chovy
Guru
Guru


Joined: 03 Dec 2004
Posts: 453

PostPosted: Mon Nov 14, 2005 4:25 pm    Post subject: Reply with quote

this patch is only for Belkin KVM crazymouse(TM) problem.
_________________
Woof, Woof! Add "[solved]" to the title! Woof, Woof!
Back to top
View user's profile Send private message
Michael.Terence
n00b
n00b


Joined: 18 Jan 2005
Posts: 29

PostPosted: Tue Nov 29, 2005 2:39 am    Post subject: Reply with quote

I cant get the patch to apply to the current kernel either. Is anyone maintaining this?
Back to top
View user's profile Send private message
geckosenator
n00b
n00b


Joined: 26 Nov 2005
Posts: 19

PostPosted: Tue Nov 29, 2005 3:05 am    Post subject: Reply with quote

Hi, one way to solve this is to not use a mouse... I have 2 computers and I control them both with a single keyboard and no kvm (I do it all through software and network) I kind of cheat on the video because I have 4 monitors. If you are using gnome you can map the mouse to the numpad to move it around that way.
Back to top
View user's profile Send private message
chovy
Guru
Guru


Joined: 03 Dec 2004
Posts: 453

PostPosted: Fri May 19, 2006 1:08 am    Post subject: Reply with quote

chovy wrote:
patch it, works like a charm.


still having jumpy-mouse in kernel 2.6.16-r2...anyone know if this patch has made it (or will make it) into the official kernel?

dmesg
Quote:
psmouse.c: bad data from KBC - bad parity
psmouse.c: Wheel Mouse at isa0060/serio1/input0 lost synchronization, throwing 3 bytes away.
psmouse.c: bad data from KBC - bad parity
psmouse.c: Wheel Mouse at isa0060/serio1/input0 lost synchronization, throwing 3 bytes away.


I am running kernel 2.6.16, and this is what i get when I try to re-apply the patch...

Quote:
spring linux # patch -Np1 -i ../psmouse-resync-2.6.11-v11.patch
patching file drivers/input/mouse/alps.c
Hunk #1 succeeded at 55 with fuzz 2 (offset 4 lines).
Hunk #2 FAILED at 248.
Hunk #3 FAILED at 257.
Hunk #4 FAILED at 325.
Hunk #5 FAILED at 377.
Hunk #6 FAILED at 423.
5 out of 6 hunks FAILED -- saving rejects to file drivers/input/mouse/alps.c.rejpatching file drivers/input/mouse/psmouse-base.c
Hunk #1 FAILED at 62.
Hunk #2 FAILED at 137.
Hunk #3 FAILED at 173.
Hunk #4 FAILED at 195.
Hunk #5 FAILED at 218.
Hunk #6 FAILED at 241.
Hunk #7 FAILED at 619.
Hunk #8 succeeded at 749 with fuzz 1 (offset 103 lines).
Hunk #9 FAILED at 872.
Hunk #10 FAILED at 912.
Hunk #11 FAILED at 944.
Hunk #12 FAILED at 1180.
11 out of 12 hunks FAILED -- saving rejects to file drivers/input/mouse/psmouse-base.c.rej
patching file drivers/input/mouse/psmouse.h
Hunk #1 FAILED at 7.
Hunk #2 FAILED at 23.
Hunk #3 FAILED at 39.
Hunk #4 succeeded at 67 (offset 6 lines).
3 out of 4 hunks FAILED -- saving rejects to file drivers/input/mouse/psmouse.h.rej
patching file drivers/input/serio/i8042-x86ia64io.h
Reversed (or previously applied) patch detected! Skipping patch.
3 out of 3 hunks ignored -- saving rejects to file drivers/input/serio/i8042-x86ia64io.h.rej
patching file drivers/input/serio/libps2.c
Reversed (or previously applied) patch detected! Skipping patch.
4 out of 4 hunks ignored -- saving rejects to file drivers/input/serio/libps2.c.rej
patching file include/linux/libps2.h
Reversed (or previously applied) patch detected! Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file include/linux/libps2.h.rej


appears the patch has been saved when I upgraded from 2.6.11 to 2.6.16. Eitherway, my mouse is going !@#$ crazy, every few minutes.
_________________
Woof, Woof! Add "[solved]" to the title! Woof, Woof!
Back to top
View user's profile Send private message
chovy
Guru
Guru


Joined: 03 Dec 2004
Posts: 453

PostPosted: Sat Jun 03, 2006 9:04 pm    Post subject: Reply with quote

just bought a ps/2 iogear micro-kvm w/audio off newegg for $13. WOrks like a charm with ps/2 and scrollwheel.

I will *never* buy belkin again.
_________________
Woof, Woof! Add "[solved]" to the title! Woof, Woof!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Goto page Previous  1, 2, 3, 4, 5  Next
Page 4 of 5

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum