I've been through this lately.  This *might* help confirm if it is
kernel or not:

$ sudo hexdump -C /dev/input/event6

When I do that, I typically see lots of lines of output for each
keypress + keyrelease.  For example:

$ sudo hexdump -C 
/dev/input/by-id/usb-Gyration_Gyration_RF_Technology_Receiver-event-kbd
00000000  ca 9d c4 48 f2 80 03 00  04 00 04 00 8d 00 0c 00  |...H............|
00000010  ca 9d c4 48 1d 81 03 00  01 00 6a 01 01 00 00 00  |...H......j.....|
00000020  ca 9d c4 48 27 81 03 00  00 00 00 00 00 00 00 00  |...H'...........|
00000030  ca 9d c4 48 4e b3 05 00  04 00 04 00 8d 00 0c 00  |...HN...........|
00000040  ca 9d c4 48 76 b3 05 00  01 00 6a 01 00 00 00 00  |...Hv.....j.....|
                                                              ^^      ^^^
                                                     keycode     00 is release, 
01 is press
00000050  ca 9d c4 48 82 b3 05 00  00 00 00 00 00 00 00 00  |...H............|

A few of my keys don't produce this output though, even though deeper
debugging seems to show that the kernel is detecting them properly -
still working on those.

Anyway, if you don't get much output, you might try 8.10 alpha or beta
before putting much more time into it.  More remotes are supported in
the new kernel, and the code has changed considerably from 8.04 (so you
won't get much support on that).  If it still doesn't work in 8.10, you
can help the kernel guys by recompiling the Ubuntu 8.10 kernel with
debug enabled and collect data on the key presses.

-- 
[Hardy] LIRC does not generate input events
https://bugs.launchpad.net/bugs/262851
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to