View previous topic :: View next topic |
Author |
Message |
Mord n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/15871872853e45858b460eb.jpg)
Joined: 09 Jan 2003 Posts: 68 Location: Where the rubber meets the road.
|
Posted: Mon Jan 10, 2005 6:57 am Post subject: MX700 Duo, Keyboard issue |
|
|
There are a lot of Logitech Wireless Duo MX700 threads around, but this one has nothing to do with the fancy buttons or the mouse. I'm having a much more basic problem.
Basically, within X, in any application (xterm, eterm, firefox, etc) , while I 'm typing, random spaces will appear. Even when I hit backspace a space will occur sometimes. And if I watch /var/log/messages while I type, the following entries are logged every time this random space happens:
Code: |
Jan 9 23:47:16 jerec atkbd.c: Unknown key released (translated set 2, code 0xe1 on isa0060/serio0).
Jan 9 23:47:16 jerec atkbd.c: Use 'setkeycodes e061 <keycode>' to make it known.
Jan 9 23:47:16 jerec atkbd.c: Unknown key released (translated set 2, code 0x65 on isa0060/serio0).
Jan 9 23:47:16 jerec atkbd.c: Use 'setkeycodes 65 <keycode>' to make it known.
Jan 9 23:47:16 jerec atkbd.c: Unknown key released (translated set 2, code 0x0 on isa0060/serio0).
Jan 9 23:47:16 jerec atkbd.c: Use 'setkeycodes 00 <keycode>' to make it known.
|
Ever y time this space happens, the messages above appear in the message log. Here is my keyboard config from / etc/xorg.conf:
Code: |
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
.
.
.
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option " XkbRules" "xorg"*
Option "XkbModel" "logicordless"*
Option "XkbLayout" "en"*
EndSection
|
*Note: the lines marked with an asterisk have been added during the course of my troubleshooting. I was experiencing this problem even with all of those lines removed.
Another thing I noticed is that I cannot switch to the virtual consoles while X is running. X won't recognize the keys. Similar messags are logged . Its clear that I've gotten something configured wrong, because I know there are people running this wireless keyboard/mouse combo. I shouldn't have to setkeycodes f or every key on this bloody keyboard, should I? Any help would be appreciated. Thanks. _________________ I feel more like I do now than I did when I got here. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Mord n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/15871872853e45858b460eb.jpg)
Joined: 09 Jan 2003 Posts: 68 Location: Where the rubber meets the road.
|
Posted: Mon Jan 10, 2005 6:49 pm Post subject: |
|
|
Wow. I got totally buried in under half a day with very few views. Bump, and if this is the wrong forum for this thread, please move me. _________________ I feel more like I do now than I did when I got here. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Mord n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/15871872853e45858b460eb.jpg)
Joined: 09 Jan 2003 Posts: 68 Location: Where the rubber meets the road.
|
Posted: Wed Jan 12, 2005 7:36 pm Post subject: |
|
|
After some testing, it seems that this problem might be related to my KVM switch (I had to forgot to mention I was using this with my new wireless keyboard/mouse. I've used it for so long I just don't even really think about it anymore).
Anyone doing anything similar and found a workaround? _________________ I feel more like I do now than I did when I got here. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
snizfast n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 22 Sep 2004 Posts: 43
|
Posted: Fri Feb 04, 2005 1:15 am Post subject: |
|
|
Better late than never I guess. I have the Logitech duo and used a Belkin KVM switch for a while between my linux box and W2k box (now also running linux). Everything worked fine until the first time I switched computers. Cheap KVM switches sometimes have trouble with those extra signals (over 256?).
In short throw away the cheap KVM switch and buy an expensive one or like me upgrade your Windows box to Gentoo ![Cool 8)](images/smiles/icon_cool.gif) _________________ Talk is cheap, supply exceeds demand
alias nocomment='sed -e '\''s/#.*//;/^\s*$/d'\'' ' |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
refowe n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/Futurama/cartoon_futurama_fry.gif)
Joined: 04 Feb 2005 Posts: 2
|
Posted: Fri Feb 04, 2005 11:55 am Post subject: |
|
|
Same Problem here... I tracked down the Problem and figured out that the ps2 mouse driver detects the wrong type of mouse , if a MX mouse is connected through a KVM switch. A solution that works ( at least for me is a patched version of psmouse.c . I added a module option to force using the correct mouse mode.... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|