Results 1 to 2 of 2
Howdie guys,
I'm stuck here with a little bogus that I am unable to resolve. I'm running here xubuntu 9.10 (ubuntu with xfce) on which I have a xbmc installed ...
- 08-28-2010 #1
xbmc & lirc remote
Howdie guys,
I'm stuck here with a little bogus that I am unable to resolve. I'm running here xubuntu 9.10 (ubuntu with xfce) on which I have a xbmc installed through the package manager.
It is being run automatically after a specific user autologged in. lirc was started by init.d and sits there. The X10 remote I have here was correctly set up and works like a charm:Code:# apt-cache show xbmc Package: xbmc Source: xbmc Priority: optional Section: video Installed-Size: 204 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org> Architecture: all Version: 1:9.11-karmic3 Suggests: xbmc-third-parties Depends: xbmc-data (= 1:9.11-karmic3), xbmc-skin-confluence (= 1:9.11-karmic3) | xbmc-skin-pm3-hd (= 1:9.11-karmic3), xbmc-web-pm3 (= 1:9.11-karmic3) Filename: pool/main/x/xbmc/xbmc_9.11-karmic3_all.deb Size: 37774 MD5sum: 3b86c506fda7253f382c9aca602b1372 SHA1: ae3b9868f532e28ef341a369316ebf62fd0ec6de
And I put all the configuration stuff that regards xbmc into the Lircmap.xml file:Code:# irw 00000014fc270000 00 Record medion 00000014fc270000 01 Record medion 00000014da050000 00 Photo medion 00000014da050000 01 Photo medion 00000014f11c0000 00 LiveTV medion 00000014f11c0000 01 LiveTV medion 000000146d980000 00 RecTV medion 000000146d980000 01 RecTV medion 00000014da050000 00 Photo medion 00000014da050000 01 Photo medion 000000145b860000 00 Music medion 000000145b860000 01 Music medion 00000014d9040000 00 DVDMenu medion 00000014d9040000 01 DVDMenu medion 0000001482ad0000 00 Video medion 0000001482ad0000 01 Video medion 0000001407320000 00 Audio medion 0000001407320000 01 Audio medion 0000001409340000 00 Angle medion 0000001409340000 01 Angle medion 00000014ef1a0000 00 Up medion 00000014ef1a0000 01 Up medion 00000014739e0000 00 Ok medion 00000014739e0000 01 Ok medion
So. What could there be wrong that the commands are parsed correctly by lirc (as irw shows) but xbmc doesn't care?Code:fuh:/home/tv/.xbmc/userdata# cat Lircmap.xml <lircmap> <remote device="medion"> <menu>DVDMenu</menu> <title>Title</title> <title>Subtitle</title> <up>Up</up> <down>Down</down> <left>Left</left> <right>Right</right> <ok>Ok</ok> <one>1</one> <two>2</two> <three>3</three> <four>4</four> <five>5</five> <six>6</six> <seven>7</seven> <eight>8</eight> <nine>9</nine> <zero>0</zero> <star>Star<star> <hash>Sharp</hash> <start>World</start> <reverse>SeekLeft</reverse> <play>Play</play> <forward>SeekForward</forward> <pause>Pause</pause> <skipminus>SkipLeft</skipminus> <skipplus>SkipRight</skipplus> <stop>Stop</stop> <record>Record</record> <power>Power</power> <volumeplus>VolUp</volumeplus> <volumeminus>VolDown</volumeminus> <mute>Mute</mute> <pageplus>PUp</pageplus> <pageminus>PDown</pageminus> <back>Back</back> <info>Info</info> <red>Red</red> <green>Green</green> <yellow>Yellow</yellow> <blue>Blue</blue> </remote> </lircmap>
Any help will be rewarded with a virtual *hug*.
- 08-28-2010 #2
Alright. After fumbling around a bit, I discovered that against my assumption (and those of few others around the internet) xbmc should show in the logfiles which configuration files were processed / loaded in his logfiles. Unfortunatly it doesnt mention my Lircmap.xml which tells me it is not being loaded correctly. *snif*


Reply With Quote