View previous topic :: View next topic |
Author |
Message |
Admiral_Trigger_Happy Guru
Joined: 05 Sep 2004 Posts: 337 Location: Australia
|
Posted: Wed Mar 22, 2006 7:08 am Post subject: No Extra keys working on Keyboard |
|
|
I'm having issues working with my Logitech keyboard.
Before I upgraded to xorg 7.0 I had limited support for the extra keys on my keyboard. Its connected via USB, and its not an option to connect it via PS/2.
I can't even pickup the scancodes for it in xev, I was recently playing around with my new z800i and its BT HID remote, it sends the same keycodes as the logitech kb, and it works fine in KDE once I setup a keyboard with the right buttons.
I have a feeling this maybe a kernel or xorg driver problem, not sure its odd that X gets the keycodes from my phone, but not the ones from my keyboard _________________ Admiral Trigger Happy
-------------------------------
www.kiba-dock.org |
|
Back to top |
|
|
cristianbdg n00b
Joined: 22 Mar 2006 Posts: 16
|
Posted: Wed Mar 22, 2006 12:38 pm Post subject: |
|
|
I was going to post this as a new message, but I noticed this message and as it's exactly the same problem as I have, I decided to add mine to it. I hope that's not a problem, if it is I will erase mine. Sorry if you thought it was someone posting a solution. At least this way the message gets bumped.
Here's my explanation (a bit longer, but the same problem):
I recently upgraded to the new modular X server, and everything is ok except one thing. I have a Logitech Wireless Desktop, which includes a wireless multimedia keyboard and a mx-700 wireless mouse. Before upgrading, I managed to make them both work, the mouse with all its buttons and the keyboard with its multimedia keys. The mouse was the most difficult to get working before the upgrade, the multimedia keys of the keyboard worked out of the box with the kbd driver. Now after upgrading, it's the other way around. The mouse works perfectly with the evdev driver, but the multimedia keys of the keyboard stopped sending events.
I tried with the kbd driver and the evdev driver, and with the evdev driver I tried different /dev/input/eventX devices, but no luck. Right now, my keyboard works without multimedia keys with the following configuration (which worked before the upgrade):
Code: | Section "InputDevice"
Identifier "Keyboard Logitech Cordless"
Driver "kbd"
Option "XkbLayout" "es"
EndSection |
With the evdev driver, the following configuration works:
Code: | Section "InputDevice"
Identifier "Keyboard Logitech Cordless"
Driver "evdev"
Option "Device" "/dev/input/event0"
Option "XkbLayout" "es"
EndSection |
In both configurations though, none of the multimedia keys report anything using xev.
I have read countless tutorials, but most concentrate on the mouse buttons or are "pre-modular". It worked before, so I know it should work now too, but I can't seem to find out how.
I read something about that the problem could be that the multimedia keys are on different event number than the normal keys?
Here's the output of cat /proc/bus/input/devices:
Code: | I: Bus=0010 Vendor=001f Product=0001 Version=0100
N: Name="PC Speaker"
P: Phys=isa0061/input0
S: Sysfs=/class/input/input0
H: Handlers=kbd event0
B: EV=40001
B: SND=6
I: Bus=0003 Vendor=046d Product=c50b Version=2100
N: Name="Logitech USB Receiver"
P: Phys=usb-0000:00:10.1-1/input0
S: Sysfs=/class/input/input1
H: Handlers=kbd event1
B: EV=120003
B: KEY=10000 7 ff800000 7ff febeffdf ffefffff ffffffff fffffffe
B: LED=1f
I: Bus=0003 Vendor=046d Product=c50b Version=2100
N: Name="Logitech USB Receiver"
P: Phys=usb-0000:00:10.1-1/input1
S: Sysfs=/class/input/input2
H: Handlers=kbd mouse0 event2
B: EV=7
B: KEY=ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff 0 0 1878 d800d100 1e0000 0 0 0
B: REL=103 |
As you can see, there's two places where kbd is mentioned, with event1 and event2, but if I use any of these two as the Device in the configuration, X doesn't launch and the computer hangs.
I've got the following versions installed:
x11-base/xorg-server-1.0.1-r4 (X Window System Version 7.0.0)
x11-drivers/xf86-input-evdev-1.0.0.5
x11-drivers/xf86-input-keyboard-1.0.1.3
and the kernel has evdev enabled:
grep EVDEV /usr/src/linux/.config
CONFIG_INPUT_EVDEV=y
If anyone knows a solution to get the multimedia keys working, or has any tips as to what I could try, I would be very grateful. Thanks in advance for your help! |
|
Back to top |
|
|
Admiral_Trigger_Happy Guru
Joined: 05 Sep 2004 Posts: 337 Location: Australia
|
Posted: Thu Mar 23, 2006 12:26 am Post subject: |
|
|
Actually that is almost exactly the same problem as me, I have the Logitech MX Duo set, with the MX700 and the Cordless Desktop Elite Keyboard.
You basically described the same problems I have.
So thats 2 of us now, the must be more, so we can sort out this problem _________________ Admiral Trigger Happy
-------------------------------
www.kiba-dock.org |
|
Back to top |
|
|
jack_mort Apprentice
Joined: 30 Jan 2003 Posts: 167
|
Posted: Thu Mar 23, 2006 10:40 am Post subject: |
|
|
Same problem here |
|
Back to top |
|
|
letchideslandes Apprentice
Joined: 21 Nov 2004 Posts: 197 Location: Landes France
|
Posted: Fri Mar 24, 2006 7:46 am Post subject: |
|
|
Same problem with Logitech Internet Navigator Keyboard USB Fr |
|
Back to top |
|
|
joker l33t
Joined: 03 May 2003 Posts: 681 Location: www
|
Posted: Fri Mar 24, 2006 4:33 pm Post subject: |
|
|
I have a little bit different problem after upgrading Xorg to 7.0
mu multimedia kesy are working when I'm configuring them (xev sees them, I can set functions to them in kde) but when I want to use them during working 2 of them do nothing.
here is my orginal post:
joker wrote: | hmmm strange thing. I don't know what logs/files will be usefull.
After upgrading Xorg to 7.0 some (2 of 7 exactly) multimedia keys from my logitech keybord 'stopped' working.
I'm using kde and when I configure my mm keys they seems to be fine, new functions are set to keys but when I'm trying to use them , 2 keys do nothing. Kde sees them, confugure them but then they don't work. The same thing is under fluxbox.
any ideas? |
_________________ http://amarok.org.pl | http://koffice.org.pl | http://kde.org.pl |
|
Back to top |
|
|
coroner21 n00b
Joined: 27 Jul 2005 Posts: 7
|
Posted: Sun Mar 26, 2006 5:58 pm Post subject: |
|
|
I got the same problem too... Since switching to modular X none of the multimedia keys work anymore. Any help would be appreciated. |
|
Back to top |
|
|
Admiral_Trigger_Happy Guru
Joined: 05 Sep 2004 Posts: 337 Location: Australia
|
Posted: Mon Mar 27, 2006 12:09 am Post subject: |
|
|
It seems lots of us have this problem, but nobody has any solutions.
Has anyone filed a bug yet?
If so maybe we should _________________ Admiral Trigger Happy
-------------------------------
www.kiba-dock.org |
|
Back to top |
|
|
Diavolo Apprentice
Joined: 09 Jan 2005 Posts: 151
|
Posted: Mon Mar 27, 2006 11:23 am Post subject: |
|
|
Same problem here with Logitech diNovo Media Deskop 2.0. |
|
Back to top |
|
|
mattst88 Developer
Joined: 28 Oct 2004 Posts: 422
|
Posted: Wed Mar 29, 2006 3:33 am Post subject: |
|
|
I too would like to see a solution to this problem. |
|
Back to top |
|
|
Diavolo Apprentice
Joined: 09 Jan 2005 Posts: 151
|
Posted: Wed Mar 29, 2006 5:55 am Post subject: |
|
|
I had created my own Layout, but I can't even select it on KDE. It disappeared... |
|
Back to top |
|
|
Diavolo Apprentice
Joined: 09 Jan 2005 Posts: 151
|
Posted: Sun Apr 02, 2006 11:51 am Post subject: |
|
|
Any News? I changed the files in /usr/share/X11 instead of /usr/lib/X11 but the extra keys won't work |
|
Back to top |
|
|
XenoTerraCide Veteran
Joined: 18 Jan 2004 Posts: 1418 Location: MI, USA
|
Posted: Sun Apr 02, 2006 2:03 pm Post subject: |
|
|
just like to add same problem... I think... I used hotkeys to do multimedia keys before the upgrade... I have an mx5000 keyboard. bad news is no multimedia keys good news is all 12 button on mx1000 working now. _________________ I don't hang out here anymore, try asking on http://unix.stackexchange.com/ if you want my help. |
|
Back to top |
|
|
Diavolo Apprentice
Joined: 09 Jan 2005 Posts: 151
|
Posted: Thu Jul 06, 2006 8:27 pm Post subject: |
|
|
Any News? |
|
Back to top |
|
|
ndreas n00b
Joined: 02 Jul 2002 Posts: 36 Location: Gothenburg, Sweden
|
Posted: Fri Jul 07, 2006 5:30 pm Post subject: |
|
|
I also have the same problem, and no solution unfortunately.
I have done some testing, mainly trying to use evdev for both the the mouse and the keyboard with no better result. However, I found something interesting when cat:ing /dev/input/event0 to see if the keyboard generates any data, and it turned out to only generate events for all normal keys. None of the multimedia keys generate anything through evdev. This was done without starting X. |
|
Back to top |
|
|
Blue Lightning Tux's lil' helper
Joined: 20 Jan 2003 Posts: 137 Location: Auckland, New Zealand
|
Posted: Fri Jul 14, 2006 9:38 am Post subject: |
|
|
This has got to be a bug. I believe it has to do with the fact that the layout stuff has been redone in Xorg 6.9 / 7.0. There's a workaround that works for me - it seems if you run setkbmap *twice* then the model is recognised:
Code: | paul@daedalus ~ $ setxkbmap -model microsoftpro
Couldn't interpret _XKB_RULES_NAMES property
Use defaults: rules - 'xorg' model - 'pc101' layout - 'us'
paul@daedalus ~ $ setxkbmap -model microsoftpro
paul@daedalus ~ $
|
When I do this my multimedia keys start working again. |
|
Back to top |
|
|
Diavolo Apprentice
Joined: 09 Jan 2005 Posts: 151
|
Posted: Fri Jul 14, 2006 5:59 pm Post subject: |
|
|
I run "setxkbmap -model logidmd" twice but nothing changed... |
|
Back to top |
|
|
derverstand Guru
Joined: 15 Dec 2005 Posts: 511 Location: /dev/null
|
Posted: Wed Jul 19, 2006 9:54 pm Post subject: |
|
|
Same problem with Logitech MX900 and Elite Keyboard via Bluetooh. Neither connecting via USB, nor bluetooth-dongle works... |
|
Back to top |
|
|
Diavolo Apprentice
Joined: 09 Jan 2005 Posts: 151
|
Posted: Sat Jan 13, 2007 6:11 pm Post subject: |
|
|
Any News? |
|
Back to top |
|
|
kirk427 n00b
Joined: 15 Dec 2003 Posts: 20
|
|
Back to top |
|
|
Diavolo Apprentice
Joined: 09 Jan 2005 Posts: 151
|
Posted: Sun Jan 14, 2007 11:03 am Post subject: |
|
|
I have even no output in dmesg, it seems that the keys are not there... |
|
Back to top |
|
|
Buddha001 Tux's lil' helper
Joined: 24 Nov 2005 Posts: 76
|
Posted: Mon Jan 15, 2007 9:45 pm Post subject: |
|
|
Same problem here. No output from xev, nothing related in dmesg. Anyone have any ideas on this? |
|
Back to top |
|
|
confusion Tux's lil' helper
Joined: 24 Mar 2004 Posts: 132
|
Posted: Tue Jan 16, 2007 12:51 pm Post subject: |
|
|
As far as i'm aware this is a problem with the kernel usb keyboard driver, which doesn't recognise the scancodes outside of normal ranges. My LX710 combo only works with around half of the multimedia keys. There have been patches for specific keyboards, but the problem still exists. I trust one day they'll fix it, but who am i to complain, heh.
John |
|
Back to top |
|
|
sonicbhoc Veteran
Joined: 24 Oct 2005 Posts: 1805 Location: In front of the computer screen
|
Posted: Tue Jan 16, 2007 1:07 pm Post subject: |
|
|
W should file a bug report with the upstream kernel developers. I did that once, and they re-did the xbox controller drivers, maybe they'll do something about this too? _________________ I'm too lazy to keep this stupid signature up to date, so here's something more interesting:
My friend Hetdegon can draw if you ask me.
Now using PClinuxOS on my laptop and Gentoo on my desktop and new laptop. |
|
Back to top |
|
|
confusion Tux's lil' helper
Joined: 24 Mar 2004 Posts: 132
|
Posted: Tue Jan 16, 2007 1:17 pm Post subject: |
|
|
If i thought something would be done i would most definately be interested in this. Don't you think its been reported before though? Where do we need to report it?
John |
|
Back to top |
|
|
|