Kodi Community Forum

Full Version: Issues with streamzap remote on 9.11 (Can't get itto work?)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
HI all,
I've done a bunch of searches, but I cannot find the answer to my issue.
I believe this setup should work, it seems as though xbmc "sees" the remote controls, but nothing happens on the screen? If I watch the log file while pressing remote buttons, they all register, shouldn't that mean it's working?

Thanks!

/usr/share/xbmc/system/Lircmap.xml
Code:
<remote device="Streamzap_PC_Remote">
    <play>PLAY</play>
    <pause>PAUSE</pause>
    <stop>STOP</stop>
    <forward>>></forward>
    <reverse><<</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>>>|</skipplus>
    <skipminus>|<<</skipminus>
    <display>YELLOW</display>
    <record>RECORD</record>
    <volumeplus>VOL_UP</volumeplus>
    <volumeminus>VOL_DOWN</volumeminus>
    <mute>MUTE</mute>
    <record>RECORD</record>
    <power>POWER</power>
    <blue>BLUE</blue>
    <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>

Output of irw
Code:
#/usr/share/xbmc/system # irw
00000000000028d0 00 UP Streamzap_PC_Remote
00000000000028d3 00 RIGHT Streamzap_PC_Remote                                                                                        
00000000000028d4 00 DOWN Streamzap_PC_Remote                                                                                        
00000000000028d1 00 LEFT Streamzap_PC_Remote

xbmc.log

Code:
:/home/xbmc/.xbmc/temp # cat xbmc.log | more
01:26:45 T:139820699854912 M:1713131520  NOTICE: -----------------------------------------------------------------------
01:26:45 T:139820699854912 M:1713131520  NOTICE: Starting XBMC, Platform: GNU/Linux.  Built on Dec 18 2010 (SVN:Unknown)
01:26:45 T:139820699854912 M:1713131520  NOTICE: special://xbmc/ is mapped to: /usr/share/xbmc
01:26:45 T:139820699854912 M:1713131520  NOTICE: special://masterprofile/ is mapped to: /home/xbmc/.xbmc/userdata
01:26:45 T:139820699854912 M:1713131520  NOTICE: special://home/ is mapped to: /home/xbmc/.xbmc
01:26:45 T:139820699854912 M:1713131520  NOTICE: special://temp/ is mapped to: /home/xbmc/.xbmc/temp
01:26:45 T:139820699854912 M:1713131520  NOTICE: The executable running is: /usr/share/xbmc/xbmc.bin
01:26:45 T:139820699854912 M:1713131520  NOTICE: Log File is located: /home/xbmc/.xbmc/temp/xbmc.log
01:26:45 T:139820699854912 M:1713131520  NOTICE: -----------------------------------------------------------------------
*snip*
01:26:45 T:139820699854912 M:1712099328    INFO: LIRC Initialize: sucessfully started on: /dev/lircd
*snip*
06:26:46 T:139820699854912 M:1689862144    INFO: load keymapping
06:26:46 T:139820699854912 M:1689862144    INFO: Loading special://xbmc/system/keymaps/gamepad.xml
06:26:46 T:139820699854912 M:1689862144    INFO: Loading special://xbmc/system/keymaps/joystick.AppleRemote.xml
06:26:46 T:139820699854912 M:1689862144    INFO: Loading special://xbmc/system/keymaps/joystick.Harmony.xml
06:26:46 T:139820699854912 M:1689862144    INFO: Loading special://xbmc/system/keymaps/joystick.Logitech.RumblePad.2.xml
06:26:46 T:139820699854912 M:1689862144    INFO: Loading special://xbmc/system/keymaps/joystick.Microsoft.Xbox.Controller.S.xml
06:26:46 T:139820699854912 M:1689862144    INFO: Loading special://xbmc/system/keymaps/joystick.Sony.PLAYSTATION(R)3.Controller.xml
06:26:46 T:139820699854912 M:1689862144    INFO: Loading special://xbmc/system/keymaps/joystick.WiiRemote.xml
06:26:46 T:139820699854912 M:1689862144    INFO: Loading special://xbmc/system/keymaps/keyboard.xml
06:26:46 T:139820699854912 M:1689862144    INFO: Loading special://xbmc/system/keymaps/remote.xml
06:26:46 T:139820699854912 M:1689862144    INFO: Loading special://masterprofile/keymaps/Keymap.xml
06:26:46 T:139820699854912 M:1689862144    INFO: Loading special://profile/keymaps/Keymap.xml
06:26:46 T:139820699854912 M:1689862144    INFO: Loading special://xbmc/system/Lircmap.xml
06:26:46 T:139820699854912 M:1689862144   DEBUG: CButtonTranslator::Load - no userdata Lircmap.xml found, skipping
06:26:46 T:139820699854912 M:1689862144    INFO: Checking skin version of: Confluence
*snip*
14:31:39 T:139820699854912 M:1658978304   DEBUG: LIRC: Update - NEW at 29094223:00000000000028d0 00 UP Streamzap_PC_Remote (UP)
14:31:40 T:139820699854912 M:1658982400   DEBUG: LIRC: Update - NEW at 29095070:00000000000028d3 00 RIGHT Streamzap_PC_Remote (RIGHT)
14:31:41 T:139820699854912 M:1658982400   DEBUG: LIRC: Update - NEW at 29095973:00000000000028d4 00 DOWN Streamzap_PC_Remote (DOWN)
14:31:42 T:139820699854912 M:1658982400   DEBUG: LIRC: Update - NEW at 29096582:00000000000028d1 00 LEFT Streamzap_PC_Remote (LEFT)
Thanks - I had seen your post, and have configured it in /usr/share/xbmc/system/Lircmap.xml
I do not have a Lircmap.xl anywhere else on the system.

What is frustrating to me is that I can't seem to find documentation to tell me if seeing what I am seeing in thelogs should indicate that it's working. I mean, it used to work fine, then I rebuilt the system, and now, no dice.
Well, what does your /etc/lirc/lircd.conf look like and did you modprobe the two needed mods? Did you install the right lirc packages for ubuntu? On Arch they are lirc and lirc-utils.