Hi Guys,
thanks for all the How-tos, but I still cant get my RF remote (Medion X10) working.
IRW gives me response to all buttons (except for up and down; maybe someone could also help me on this). but XBMC does not do anything.
Can anyone tell me what I have done wrong?
My lircd.conf (copied from the internet, without all the number keys):
Code:
# Please make this file available to others
# by sending it to <[email protected]>
#
# this config file was automatically generated
# using lirc-0.7.1pre2(any) on Tue Aug 22 20:53:57 2006
#
# contributed by Patrick-Thomas Chmielewski (www.ptch.de)
#
# brand: Medion X10 medionx10.conf
# model no. of remote control: P/N 40009936
# devices being controlled by this remote: P/N 40009937
#
begin remote
name medionx10
bits 40
eps 30
aeps 100
one 0 0
zero 0 0
gap 227969
min_repeat 2
toggle_bit 0
begin codes
ok 0x14F31E0000
ok 0x14739E0000
power 0x14D7020000
power 0x14D7020000
tv 0x1481AC0000
tv 0x14012C0000
video 0x1482AD0000
video 0x14022D0000
cd 0x1459840000
cd 0x14D9040000
txt 0x146B960000
txt 0x14EB160000
audio 0x145B860000
audio 0x14DB060000
radio 0x1483AE0000
radio 0x14032E0000
book 0x1486B10000
book 0x1406310000
photo 0x145A850000
photo 0x14DA050000
info 0x1484AF0000
info 0x14042F0000
menu 0x146E990000
menu 0x14EE190000
up 0x14CDF80000
up 0x144D780000
down 0x14C5F00000
down 0x1445700000
left 0x14729D0000
left 0x14F21D0000
right 0x14749F0000
right 0x14F41F0000
return 0x1475A00000
return 0x14F5200000
vol+ 0x145E890000
vol+ 0x14DE090000
vol- 0x145D880000
vol- 0x14DD080000
mute 0x1455800000
mute 0x14D5000000
ch+ 0x14608B0000
ch+ 0x14E00B0000
ch- 0x14618C0000
ch- 0x14E10C0000
last 0x14719C0000
last 0x14F11C0000
red 0x1487B20000
red 0x1407320000
green 0x1488B30000
green 0x1408330000
yellow 0x1409340000
yellow 0x1489B40000
blue 0x140A350000
blue 0x148AB50000
stop 0x147DA80000
stop 0x14FD280000
pause 0x14FE290000
pause 0x147EA90000
play 0x14FA250000
play 0x147AA50000
back 0x14F6210000
back 0x1476A10000
time 0x146D980000
time 0x14ED180000
next 0x14F8230000
next 0x1478A30000
rew 0x14F9240000
rew 0x1479A40000
rec 0x147CA70000
rec 0x14FC270000
ff 0x14FB260000
ff 0x147BA60000
end codes
end remote
irw returns all buttons (exceot for up and down):
Code:
bombenschorsch@ion:~$ irw
00000014749f0000 00 right medionx10
00000014749f0000 01 right medionx10
00000014749f0000 02 right medionx10
00000014749f0000 03 right medionx10
00000014729d0000 00 left medionx10
00000014729d0000 01 left medionx10
00000014729d0000 02 left medionx10
My lircmap.xml (top part)(in /usr/share/xbmc/system)
Code:
−
<lircmap>
−
<remote device="medionx10">
<pause>pause</pause>
<stop>stop</stop>
<forward>forward</forward>
<reverse>rewind</reverse>
<left>left</left>
<right>right</right>
<up>Up</up>
<down>Down</down>
<select>ok</select>
<pageplus>ChanUp</pageplus>
<pageminus>ChanDown</pageminus>
<back>Back</back>
<menu>PreviousMenu</menu>
<title>Play</title>
<info>More</info>
<skipplus>Skip</skipplus>
<skipminus>Replay</skipminus>
<display>Teletext</display>
<start>Home</start>
<record>Record</record>
<volumeplus>VolUp</volumeplus>
<volumeminus>VolDown</volumeminus>
<mute>Mute</mute>
<power>Power</power>
<myvideo>Videos</myvideo>
<mymusic>Music</mymusic>
<mypictures>Pictures</mypictures>
<mytv>TV</mytv>
<one>One</one>
<two>Two</two>
<three>Three</three>
<four>Four</four>
<five>Five</five>
<six>Six</six>
<seven>Seven</seven>
<eight>Eight</eight>
<nine>Nine</nine>
<zero>Zero</zero>
<mytv>Red</mytv>
<mymusic>Green</mymusic>
<mypictures>Yellow</mypictures>
<myvideo>Blue</myvideo>
</remote>
and my Keymap.xml (the top part)(also in /usr/share/xbmc/system):
Code:
−
<keymap>
−
<global>
−
<universalremote>
<left>left</left>
<right>right</right>
<up>up</up>
<down>down</down>
<select>ok</select>
</universalremote>
−
<remote>
<three>VolumeUp</three>
<six>VolumeDown</six>
<nine>Mute</nine>
<play>Play</play>
<pause>Pause</pause>
<stop>Stop</stop>
<forward>FastForward</forward>
<reverse>Rewind</reverse>
<left>Left</left>
<right>Right</right>
<up>Up</up>
<down>Down</down>
<select>Select</select>
<pageplus>PageUp</pageplus>
<pageminus>PageDown</pageminus>
<back>ParentDir</back>
<menu>PreviousMenu</menu>
<title>ContextMenu</title>
<info>Info</info>
<skipplus>SkipNext</skipplus>
<skipminus>SkipPrevious</skipminus>
<display>FullScreen</display>
<start>PreviousMenu</start>
<record>Screenshot</record>
<volumeplus>VolumeUp</volumeplus>
<volumeminus>VolumeDown</volumeminus>
<mute>Mute</mute>
<power>XBMC.ShutDown()</power>
<myvideo>XBMC.ActivateWindow(MyVideos)</myvideo>
<mymusic>XBMC.ActivateWindow(MyMusic)</mymusic>
<mypictures>XBMC.ActivateWindow(MyPictures)</mypictures>
<mytv>XBMC.ActivateWindow(Home)</mytv>
</remote>