evrouter : how to get /dev/input/eventX ?
#1
Hello,

I use xbmc under Ubuntu 8.10, installed with the ppa repositories.
I want to remap mouse buttons (from a Logitech MX Air), I know it's not possible in the keymap.xml of xbmc.
According to this thread, the solution seems to be evrouter : it directly deals with events from the linux event interface, so it seems to work with SDL apps like xbmc.

My problem is to see the events from my mouse : I get nothing with :
Code:
sudo input-events 2
/dev/input/event2
   bustype : BUS_USB
   vendor  : 0x46d
   product : 0xc525
   version : 273
   name    : "Logitech USB Receiver"
   phys    : "usb-0000:00:1d.0-2/input0"
   uniq    : ""
   bits ev : EV_SYN EV_KEY EV_REL EV_MSC

waiting for events
timeout, quitting

Nor with "evrouter --dump" command, with none of my mices et keyboard...

Any help will be welcome : I just need the key codes to fill the .evrouterrc file...
Reply

Logout Mark Read Team Forum Stats Members Help
evrouter : how to get /dev/input/eventX ?0