Linux Harmony One remote no longer working
#1
I had a perfectly working system running Mythbuntu 11.10 Oneric with XBMC 11.0.
Remote was working fine in both system.

I inadvertently updated to Mythbuntu 12.04 now remote is not working with XBMC.
Remote is working only with MythTV.
All my files are the same as before the upgrade. Not sure what changed during the upgrade?
Can anyone point me to right direction?

~/.xbmc/userdata/Lircmap.xml

<!-- This file contains the mapping of LIRC keys to XBMC keys used in Keymap.xml -->
<!-- -->
<!-- How to add remotes -->
<!-- <remote device="name_Lirc_calls_the_remote"> -->
<!-- -->
<!-- For the commands the layout following layout is used -->
<!-- <XBMC_COMMAND>LircButtonName</XBMC_COMMAND> -->
<!-- -->
<!-- For a list of XBMC_COMMAND's check out the <remote> sections of keymap.xml -->

<lircmap>
<remote device="Harmony550KnoppMyth">
<play>Play</play>
<pause>Pause</pause>
<stop>Stop</stop>
<forward>Fwd</forward>
<reverse>Rew</reverse>
<left>DirectionLeft</left>
<right>DirectionRight</right>
<up>DirectionUp</up>
<down>DirectionDown</down>
<select>OK</select>
<pageplus>ChannelUp</pageplus>
<pageminus>ChannelDown</pageminus>
<back>Exit</back>
<menu>Menu<menu>
<title>Guide</title>
<info>Info</info>
<skipplus>Skip</skipplus>
<skipminus>Replay</skipminus>
<display>Aspect</display>
<start>Home</start>
<record>Rec</record>
<volumeplus>VolumeUp</volumeplus>
<volumeminus>VolumeDown</volumeminus>
<mute>Mute</mute>
<power>PwrToggle</power>
<myvideo>Videos</myvideo>
<mymusic>Music</mymusic>
<mypictures>Pictures</mypictures>
<mytv>TV</mytv>




# /etc/lirc/hardware.conf
#
#Chosen Remote Control
REMOTE="Harmony550KnoppMyth"
REMOTE_MODULES="lirc_dev lirc_serial"
REMOTE_DRIVER=""
REMOTE_DEVICE="/dev/lirc0"
REMOTE_SOCKET=""
REMOTE_LIRCD_CONF=""
REMOTE_LIRCD_ARGS="--release"

#Chosen IR Transmitter
TRANSMITTER="None"
TRANSMITTER_MODULES=""
TRANSMITTER_DRIVER=""
TRANSMITTER_DEVICE=""
TRANSMITTER_SOCKET=""
TRANSMITTER_LIRCD_CONF=""
TRANSMITTER_LIRCD_ARGS=""

#Enable lircd
START_LIRCD="true"

#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"

# Default configuration files for your hardware if any
LIRCMD_CONF=""

#Forcing noninteractive reconfiguration
#If lirc is to be reconfigured by an external application
#that doesn't have a debconf frontend available, the noninteractive
#frontend can be invoked and set to parse REMOTE and TRANSMITTER
#It will then populate all other variables without any user input
#If you would like to configure lirc via standard methods, be sure
#to leave this set to "false"
FORCE_NONINTERACTIVE_RECONFIGURATION="false"
START_LIRCMD=""




Reply

Logout Mark Read Team Forum Stats Members Help
Harmony One remote no longer working0