remote and inputlirc. confused :(
#1
Question 
hi

i have updated my ubuntu (old live) to 10.10 as well as xbmc. problem is with my remote (cyberlink). i have been trying to launch inputlirc and i got it working

my /etc/default/inputlirc
Code:
EVENTS="/dev/input/irremote*"
OPTIONS="-g -c -m0"

my /home/ukasz/.xbmc/userdata/Lircmap.xml
Code:
<lircmap>
    <remote device="irremote0">
        <play>KEY_PLAY</play>
        <pause>KEY_PAUSE</pause>
        <stop>KEY_STOPCD</stop>
        <forward>KEY_FASTFORWARD</forward>
        <reverse>KEY_REWIND</reverse>
        <back>KEY_BACK</back>
        <menu>KEY_MENU</menu>
        <info>KEY_PROPS</info>
        <display>KEY_ANGLE</display>
        <skipminus>KEY_PREVIOUSSONG</skipminus>
        <skipplus>KEY_NEXTSONG</skipplus>
        <power>KEY_SLEEP</power>
        <start>KEY_MEDIA</start>
        <volumeplus>KEY_VOLUMEUP</volumeplus>
                <volumeminus>KEY_VOLUMEDOWN</volumeminus>
                <pageplus>KEY_CHANNELUP</pageplus>
                <pageminus>KEY_CHANNELDOWN</pageminus>
                <mute>KEY_MUTE</mute>
                <record>KEY_RECORD</record>
                <myTV>KEY_TV</myTV>
                <mymusic>KEY_MP3</mymusic>
                <mypictures>KEY_CAMERA</mypictures>
                <myvideo>KEY_VIDEO</myvideo>
    </remote>
    <remote device="irremote1">
        <left>KEY_LEFT</left>
            <right>KEY_RIGHT</right>
            <up>KEY_UP</up>
            <down>KEY_DOWN</down>
        <select>KEY_ENTER</select>
    </remote>
</lircmap>

Code:
irw /dev/lircd
67 1 KEY_UP irremote0
170 0 KEY_LANGUAGE irremote1
179 0 KEY_TV irremote1
73 0 KEY_VOLUMEUP irremote1
72 0 KEY_VOLUMEDOWN irremote1
192 0 KEY_CHANNELUP irremote1
193 0 KEY_CHANNELDOWN irremote1
1c 0 KEY_ENTER irremote0

i have enabled debug log in xbmc and i can see:
Code:
INFO: * Adding remote mapping for device 'irremote0'
22:30:55 T:3078268800 M:358871040    INFO: * Adding remote mapping for device 'irremote1'

and you can see below, i got keys that are not mapped in my Lircmap.xml
Code:
EBUG: LIRC: Update - NEW at 325659:17a 0 KEY_TV2 irremote1 (KEY_TV2)
22:36:22 T:3078268800 M:338219008   DEBUG: LIRC: Update - NEW at 327777:179 0 KEY_TV irremote1 (KEY_TV)

i have been doing everything with this tutorial
http://wiki.xbmc.org/index.php?title=Str...#Inputlirc

uname -a

uname -a
Linux htpc-ukasz 2.6.35-25-generic #44-Ubuntu SMP Fri Jan 21 17:40:48 UTC 2011 i686 GNU/Linux
lenovo y530
nvidia gf 9600 512mb
Debian squeeze
Reply

Logout Mark Read Team Forum Stats Members Help
remote and inputlirc. confused :(0