ATI Remote Wonder Configuration

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
ubuntuaddicted Offline
Junior Member
Posts: 44
Joined: Jun 2009
Reputation: 0
Post: #11
i can't seem to get this to work. I am using Mythbuntu 12.04.2, kernel 3.2.40-generic and XBMC Frodo 12.2 (Git:32b1a5e). Surprisingly the ATI Remote Wonder is working right out of the box BUT it's acting more like a mouse than a controller. I can use the left, right, down, and up arrows towards the bottom of the controller but when I am on a selection that I want within XBMC hitting the "ok" button on the ATI Remote doesn't do anything.
Here's the dmesg output after plugging it in.
Code:
[37729.337357] IR NEC protocol handler initialized
[37729.355645] IR RC5(x) protocol handler initialized
[37729.384081] Registered IR keymap rc-ati-x10
[37729.384306] input: X10 Wireless Technology Inc USB Receiver as /devices/pci0000:00/0000:00:03.0/usb2/2-3/2-3:1.0/rc/rc0/input4
[37729.384473] rc0: X10 Wireless Technology Inc USB Receiver as /devices/pci0000:00/0000:00:03.0/usb2/2-3/2-3:1.0/rc/rc0
[37729.384585] input: X10 Wireless Technology Inc USB Receiver mouse as /devices/pci0000:00/0000:00:03.0/usb2/2-3/2-3:1.0/input/input5
[37729.384821] usbcore: registered new interface driver ati_remote
[37729.384827] ati_remote: 2.2.1:ATI/X10 RF USB Remote Control
[37729.451693] IR RC6 protocol handler initialized
[37729.498870] IR JVC protocol handler initialized
[37729.562397] IR Sony protocol handler initialized
[37729.708948] IR MCE Keyboard/mouse protocol handler initialized
[37729.829160] lirc_dev: IR Remote Control driver registered, major 251
[37729.835036] IR LIRC bridge handler initialized

Here's my config files:

Code:
# /etc/lirc/hardware.conf
#
#Chosen Remote Control
REMOTE="ATI/NVidia X10 RF (kernel)"

# Arguments which will be used when launching lircd
LIRCD_ARGS=""

#Don't start lircmd even if there seems to be a good config file
#START_LIRCMD=false

#Try to load appropriate kernel modules
LOAD_MODULES=true

# Run "lircd --driver=help" for a list of supported drivers.
DRIVER=""
# If DEVICE is set to /dev/lirc and devfs is in use /dev/lirc/0 will be
# automatically used instead
DEVICE=""
MODULES=""

# Default configuration files for your hardware if any
#LIRCD_CONF="atiusb/lircd.conf.atilibusb"
#LIRCMD_CONF=""
LIRCD_CONF="lircd.conf"

and lircd.conf
Code:
#
begin remote

  name  mceusb
  bits           40
  eps            30
  aeps          100

  one             0     0
  zero            0     0
  gap          235966
  toggle_bit      0


      begin codes
          Guide                0x00000014F01B0000
          DVD                 0x00000014D9040000
          Back                 0x00000014F11C0000
          OK                    0x00000014F31E0000
          Right                 0x00000014F41F0000
          Left                   0x00000014F21D0000
          Down                0x00000014F7220000
          Up                    0x00000014EF1A0000
          Replay               0x00000014F6210000
          Skip                   0x00000014F8230000
          Stop                   0x00000014FD280000
          Pause                0x00000014FE290000
          Record               0x00000014FC270000
          Play                   0x00000014FA250000
          Rewind               0x00000014F9240000
          Forward               0x00000014FB260000
          ChanDown           0x00000014E10C0000
          ChanUp               0x00000014E00B0000
          VolDown              0x00000014DE090000
          VolUp                  0x00000014DD080000
          More                    0x00000014F5200000
          Mute                  0x00000014DF0A0000
          Home                  0x00000014EE190000
          Power                  0x00000014D7020000
          Enter                  0x00000014ED180000
          Clear                  0x00000014EB160000
          One                        0x00000014E20D0000
          Two                        0x00000014E30E0000
          Three                        0x00000014E40F0000
          Four                        0x00000014E5100000
          Five                        0x00000014E6110000
          Six                        0x00000014E7120000
          Seven                        0x00000014E8130000
          Eight                        0x00000014E9140000
          Nine                        0x00000014EA150000
          Zero                        0x00000014EC170000
      end codes

end remote

I am using the stock Lircmap.xml and Keymap.xml that came in my /usr/share/xbmc/system/ directory. Can anyone help please?

Ubu's Youtube Channel has great content! http://www.youtube.com/ubuntuaddicted
Blog? Yes here: ubuntuaddicted.blogspot.com
find quote
Post Reply