[LINUX] Can't Get My Streamzap Remote Working With XBMC

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
bookmunkie Offline
Junior Member
Posts: 7
Joined: Dec 2009
Reputation: 0
Post: #1
I've been searching the forum and the wiki and cannot get my Streamzap IR remote to control XBMC. At one point I had the arrow keys working, but nothing else. Now that isn't even working.

I'm running XBMC 9.11b in Ubuntu 9.10. I'm really quite irritated that this isn't as easy as it was in MythTV.

Here's what I've got so far:
  • /etc/lirc/lircd.conf is the predefined file lirc provided for the Streamzap
  • [home]/.xbmc/userdata/Lircmap.xml contains this block for my remote:
    [INDENT]
    Code:
        <remote device="Streamzap_PC_Remote">
            <play>PLAY</play>
            <pause>PAUSE</pause>
            <stop>STOP</stop>
            <forward>&gt;&gt;</forward>
            <reverse>&lt;&lt;</reverse>
            <left>LEFT</left>
            <right>RIGHT</right>
            <up>UP</up>
            <down>DOWN</down>
            <pageplus>CH_UP</pageplus>
            <pageminus>CH_DOWN</pageminus>
            <select>OK</select>
            <back>EXIT</back>
            <menu>MENU</menu>
            <title>RED</title>
            <info>GREEN</info>
            <skipplus>&gt;&gt;|</skipplus>
            <display>YELLOW</display>
            <record>RECORD</record>
            <volumeplus>VOL_UP</volumeplus>
            <volumeminus>VOL_DOWN</volumeminus>
            <mute>MUTE</mute>
            <power>POWER</power>
            <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>
        </remote>
    [/INDENT]
  • [home]/.xbmc/userdata/Keymap.xml
    Code:
    <keymap>
            <global>
                    <remote>
                            <up>up</up>
                            <down>down</down>
                            <left>left</left>
                            <right>right</right>
                            <ok>select</ok>
                            <pause>pause</pause>
                            <RED>osd</RED>
                    </remote>
            </global>
    </keymap>
    I hand wrote this keymap. I couldn't find one that I could just copy in. It only has a few keys defined because I figured it was pointless to write out a bunch of keys when basics like OK and pause don't even work.

I've had quite a time piecing this information together from various places, since it doesn't seem to be gathered in any one place. I imagine I've overlooked something or gotten something wrong. Any help would be awesome and save the rest of my hair from being yanked out.
find quote
bookmunkie Offline
Junior Member
Posts: 7
Joined: Dec 2009
Reputation: 0
Post: #2
Nothing on this at all? Not even an RTFM (Of course, that would require a single doc that covered, or at least linked to, everything)? I'd really hate to switch back to MythTV because something so simple seems so complicated in XBMC.
(This post was last modified: 2009-12-12 22:33 by bookmunkie.)
find quote
rodneyp Offline
Junior Member
Posts: 1
Joined: Dec 2009
Reputation: 0
Post: #3
I'm having the same problem. Using a keyboard for navigation is getting really old really fast.
find quote