[mythtv-users] gyration remote - please help

Michael Drons mdrons at yahoo.com
Sun Aug 22 18:34:37 UTC 2010


[    6.508250] input: Gyration Gyration RF Technology Receiver as 
/devices/pci0000:00/0000:00:06.0/usb3/3-4/3-4:1.0/input/input2
[    6.520599] input: Gyration Gyration RF Technology Receiver as 
/devices/pci0000:00/0000:00:06.0/usb3/3-4/3-4:1.1/input/input3

The keyboard is input2 and the remote is input3.

I configure udev to give me a nice device name:

KERNEL=="event*",ATTRS{modalias}=="usb:v0C16p0008d0130dc00dsc00dp00ic03isc01ip01 
",SYMLINK+="gyration-keyboard"
KERNEL=="event*",ATTRS{modalias}=="usb:v0C16p0008d0130dc00dsc00dp00ic03isc01ip02 
",SYMLINK+="gyration-remote"

I configured LIRC to point to /dev/gryation-remote

I cant get the BACK, FFW, and REW buttons to work.  

more /etc/lirc/lircd.conf
    Back                     0x009E
    Rewind                   0x00A8
    Forward                  0x009F

# ./evtest  /dev/gyration-remote | grep -i back
    Event code 14 (Backspace)
    Event code 43 (BackSlash)
    Event code 158 (Back)

# ./evtest  /dev/gyration-remote | grep -i rewind
    Event code 168 (Rewind)

# ./evtest  /dev/gyration-remote | grep -i forward
   Event code 159 (Forward)


.lircrc from the home directory:

 begin
   remote = gyration
   prog = mythtv
   button = Rewind
   config = <
 end

 begin
   remote = gyration
   prog = mythtv
   button = Forward
   config = >
 end


What am I doing wrong?  


      


More information about the mythtv-users mailing list