Remote is a mouse but not a remote
#1
Hi all,

I have a small problem with my remote since i've updated some stuff, I don't know if I've installed a xbmc update or something else, but nevertheless, my remote is not working as expected.
I have an iMon-Pad remote and it is working as a mouse, but not as a remote ( only the jouystick is working)
I have attached my configs below, maybe anyone can see an error,

thanks and kind regards, philipp

Code:
# /etc/lirc/hardware.conf
#
#Chosen Remote Control
REMOTE="iMon-PAD"
REMOTE_MODULES="lirc_dev lirc_imon"
REMOTE_DRIVER=""
REMOTE_DEVICE="/dev/lirc0"
REMOTE_SOCKET=""
REMOTE_LIRCD_CONF="/etc/lirc/lircd.conf"
REMOTE_LIRCD_ARGS=""

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

Code:
.xbmc/userdata/Lircmap.xml
<lircmap>
    <remote device="iMon-PAD">
    <altname>iMON-PAD</altname>
        <left>Left</left>
        <right>Right</right>
        <up>Up</up>
        <down>Down</down>
        <select>Enter</select>
        <back>Esc</back>
        <back>Backspace</back>
        <menu>Menu</menu>
        <info>AppExit</info>
        <display>Thumbnail</display>
        <title>MultiMon</title>
        <play>Play</play>
        <pause>Pause</pause>
        <reverse>Rewind</reverse>
        <forward>FastForward</forward>
        <skipplus>NextChapter</skipplus>
        <skipminus>PrevChapter</skipminus>
        <stop>Stop</stop>
        <zero>0</zero>
        <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>
        <power>Power</power>
        <myTV>MyTV</myTV>
        <mymusic>MyMusic</mymusic>
        <mypictures>MyPhoto</mypictures>
        <myvideo>MyMovie</myvideo>
        <record>Record</record>
        <start>AppLauncher</start>
        <volumeplus>Vol+</volumeplus>
        <volumeminus>Vol-</volumeminus>
        <channelplus>Ch+</channelplus>
        <channelminus>Ch-</channelminus>
        <pageplus>Ch+</pageplus>
        <pageminus>Ch-</pageminus>
        <mute>Mute</mute>
        <star>ShiftTab</star>
        <hash>Tab</hash>
        <subtitle>Caption</subtitle>
        <language>Language</language>
    </remote>
</lircmap>

Code:
.xbmc/userdata/keymaps/remote.xml
    <global>
    <remote>
        <left>Left</left>
        <right>Right</right>
        <up>Up</up>
        <down>Down</down>
        <select>Enter</select>
        <back>Esc</back>
        <back>Backspace</back>
        <menu>Menu</menu>
        <info>AppExit</info>
        <display>Thumbnail</display>
        <title>MultiMon</title>
        <play>Play</play>
        <pause>Pause</pause>
        <reverse>Rewind</reverse>
        <forward>FastForward</forward>
        <skipplus>NextChapter</skipplus>
        <skipminus>PrevChapter</skipminus>
        <stop>Stop</stop>
        <zero>0</zero>
        <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>
        <power>Power</power>
        <myTV>MyTV</myTV>
        <mymusic>MyMusic</mymusic>
        <mypictures>MyPhoto</mypictures>
        <myvideo>MyMovie</myvideo>
        <record>Record</record>
        <start>AppLauncher</start>
        <volumeplus>Vol+</volumeplus>
        <volumeminus>Vol-</volumeminus>
        <channelplus>Ch+</channelplus>
        <channelminus>Ch-</channelminus>
        <pageplus>Ch+</pageplus>
        <pageminus>Ch-</pageminus>
        <mute>Mute</mute>
        <star>ShiftTab</star>
        <hash>Tab</hash>
        <subtitle>Caption</subtitle>
        <language>Language</language>
    </remote>
   </global>
Reply
#2
no idea? *bump*
Reply

Logout Mark Read Team Forum Stats Members Help
Remote is a mouse but not a remote0