Toshiba PX1246E-1ETC (Medion_MD8800) XBMC no response
#1
Hi,

I have a Toshiba PX1246E-1ETC with a X10 Receiver and I'm using Ubuntu 10.04.

LIRC is configured correctly, acording to irw output. There is no error in dmesg.

But, still, XBMC doesn't responde to remote actions.

What Am I doing wrong? Please advise.

Here's my config.

lsusb

Code:
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 002: ID 0bc7:0006 X10 Wireless Technology, Inc. Wireless Transceiver (ACPI-compliant)
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 003: ID 1058:0702 Western Digital Technologies, Inc. Passport External HDD
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 046d:c521 Logitech, Inc. MX620 Laser Cordless Mouse
Bus 001 Device 003: ID 05ac:0221 Apple, Inc. Keyboard (Aluminium) (ISO)
Bus 001 Device 002: ID 05ac:1006 Apple, Inc. Hub in Aluminum Keyboard
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

/etc/lirc/hardware.conf

Code:
REMOTE="ATI/NVidia/X10 RF Remote (userspace)"
REMOTE_MODULES=""
REMOTE_DRIVER="atilibusb"
REMOTE_DEVICE=""
REMOTE_SOCKET=""
REMOTE_LIRCD_CONF="atiusb/lircd.conf.atilibusb"
REMOTE_LIRCD_ARGS=""
TRANSMITTER="None"
TRANSMITTER_MODULES=""
TRANSMITTER_DRIVER=""
TRANSMITTER_DEVICE=""
TRANSMITTER_SOCKET=""
TRANSMITTER_LIRCD_CONF=""
TRANSMITTER_LIRCD_ARGS=""
START_LIRCD="true"
START_LIRCMD=""
LOAD_MODULES=""
LIRCMD_CONF=""
FORCE_NONINTERACTIVE_RECONFIGURATION="false"

/etc/lirc/lircd.conf

Code:
#This configuration has been automatically generated via
#the Ubuntu LIRC package maintainer scripts.
#
#It includes the default configuration for the remote and/or
#transmitter that you have selected during package installation.
#
#Feel free to add any custom remotes to the configuration
#via additional include directives or below the existing
#Ubuntu include directives from your selected remote and/or
#transmitter.

#Configuration for the ATI/NVidia/X10 RF Remote (userspace) remote:
include "/usr/share/lirc/remotes/atiusb/lircd.conf.atilibusb"

irw output

Code:
000000146f9a0000 00 Up Medion_MD8800
000000146f9a0000 01 Up Medion_MD8800
000000146f9a0000 02 Up Medion_MD8800
000000146f9a0000 03 Up Medion_MD8800
000000146f9a0000 04 Up Medion_MD8800
00000014f41f0000 00 Right Medion_MD8800
00000014f41f0000 01 Right Medion_MD8800
00000014f41f0000 02 Right Medion_MD8800
00000014f41f0000 03 Right Medion_MD8800
00000014f41f0000 04 Right Medion_MD8800
00000014f7220000 00 Down Medion_MD8800
00000014f7220000 01 Down Medion_MD8800
00000014f7220000 02 Down Medion_MD8800
00000014f7220000 03 Down Medion_MD8800
00000014f7220000 04 Down Medion_MD8800
00000014729d0000 00 Left Medion_MD8800
00000014729d0000 01 Left Medion_MD8800
00000014729d0000 02 Left Medion_MD8800
00000014729d0000 03 Left Medion_MD8800
00000014729d0000 04 Left Medion_MD8800
00000014739e0000 00 OK Medion_MD8800
00000014739e0000 01 OK Medion_MD8800
00000014739e0000 02 OK Medion_MD8800
00000014739e0000 03 OK Medion_MD8800
00000014739e0000 04 OK Medion_MD8800
00000014fd280000 00 Stop Medion_MD8800
00000014fd280000 01 Stop Medion_MD8800
00000014fd280000 02 Stop Medion_MD8800
00000014fd280000 03 Stop Medion_MD8800
00000014fd280000 04 Stop Medion_MD8800
000000147aa50000 00 Play Medion_MD8800
000000147aa50000 01 Play Medion_MD8800
000000147aa50000 02 Play Medion_MD8800
000000147aa50000 03 Play Medion_MD8800
000000147aa50000 04 Play Medion_MD8800

lircmap.xml

Code:
<lircmap>
<remote device="Medion_MD8800">
<play>Play</play>
<pause>Pause</pause>
<stop>Stop</stop>
<forward>FFW</forward>
<reverse>REW</reverse>
<left>Left</left>
<right>Right</right>
<up>Up</up>
<down>Down</down>
<select>OK</select>
<highlight>RENAME</highlight>
<info>SNAPSHOT</info>
<skipnext>Next</skipnext>
<skipprevious>Prev</skipprevious>
<back>Back</back>
</remote>
</lircmap>

keymap.xml

Code:
<keymap>
  <global>
    <universalremote>
       <obc117>XBMC.Suspend()</obc117>
    </universalremote>
    <remote>
      <play>Play</play>
      <pause>Pause</pause>
      <stop>Stop</stop>
      <forward>FastForward</forward>
      <reverse>Rewind</reverse>
      <left>Left</left>
      <right>Right</right>
      <up>Up</up>
      <down>Down</down>
      <select>OK</select>
      <pageplus>PageUp</pageplus>
      <pageminus>PageDown</pageminus>
      <back>ParentDir</back>
      <menu>PreviousMenu</menu>
      <title>ContextMenu</title>
      <info>Info</info>
      <skipplus>SkipNext</skipplus>
      <skipminus>SkipPrevious</skipminus>
      <display>FullScreen</display>
      <start>PreviousMenu</start>
      <record>Screenshot</record>
      <volumeplus>VolumeUp</volumeplus>
      <volumeminus>VolumeDown</volumeminus>
      <mute>Mute</mute>
      <power>XBMC.Suspend()</power>
      <myvideo>XBMC.ActivateWindow(MyVideos)</myvideo>
      <mymusic>XBMC.ActivateWindow(MyMusic)</mymusic>
      <mypictures>XBMC.ActivateWindow(MyPictures)</mypictures>
      <mytv>XBMC.ActivateWindow(Home)</mytv>
      <red>XBMC.ActivateWindow(Home)</red>
      <green>XBMC.ActivateWindow(MyVideos)</green>
      <yellow>XBMC.ActivateWindow(MyMusic)</yellow>
      <blue>XBMC.ActivateWindow(MyPictures)</blue>
      <zero>Number0</zero>
      <one>Number1</one>
      <two>JumpSMS2</two>
      <three>JumpSMS3</three>
      <four>JumpSMS4</four>
      <five>JumpSMS5</five>
    <six>JumpSMS6</six>
    <seven>JumpSMS7</seven>
    <eight>JumpSMS8</eight>
    <nine>JumpSMS9</nine>
  </remote>
</global>
<Home>
  <remote>
(..........)

XBMC Log

http://pastebin.com/f2qiJmua


Thank you very much for your attention.

Best regards,
Anthonws.
Reply
#2
Hello again,

Should I upgrade to a new SVN version. I'm usign "Built on May 4 2010 (SVN:26018)".

But there is no recent version available for Lucid PPA.

Should I compile or use a nightly build?

Thanks again.

Anthon.
Reply
#3
you need to enable debug logging.
Reply
#4
spiff Wrote:you need to enable debug logging.

Thanks, I will!

Will post it as soon as possible.

Anthon.
Reply
#5
Hello,

Finally had the time to test!!

I solved my problem quite easily. It was just a problem of placing Lircmap and remote.xml in the right place!

/home/user/.xbmc/userdata/Lircmap.xml

/home/user/.xbmc/userdata/keymaps/remote.xml

Everything is running fine Smile

Thanks for your attention and hope my config can help someone!

Anthon.
Reply

Logout Mark Read Team Forum Stats Members Help
Toshiba PX1246E-1ETC (Medion_MD8800) XBMC no response0