Kodi Community Forum

Full Version: PS3 remote (BD) in LIVE?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am not a linux geek.
I am reading how to use a PS3 remote in linux.
Code:
http://forum.xbmc.org/showthread.php?tid=60713&highlight=bdremoteng

Can i use it in live?
Is it there a simple tutorial?
Should i instal linux to use it?
I too would be VERY interested in it. Maybe this could be a start where all the configuration and hardware is laid out for all.
bump!
no one?
i use it. it's brilliant.

takes about 5 mins to setup on live.

i use the wiki page and my own config. I made my own config, because, and I'm not slagging off whoever made it, but the one on the wiki/default one is rubbish.

wiki - http://wiki.xbmc.org/index.php?title=HOW..._BD_Remote
my config, input.conf -

Code:
# Configuration file for the input service

# This section contains options which are not specific to any
# particular interface
[General]

# Set idle timeout (in seconds) before the connection will
# be disconnect (defaults to 0 for no timeout)
IdleTimeout=120



# This section contains options that are specific to a device
[00:00:00:00:00:00]
#
# Set a custom idle timeout (in seconds) for this specific device
#IdleTimeout=30



# This section is the PS3 Remote keymap.  It is loaded when bluez starts.
# Use 'uinput.h' from bluez sources or '/usr/include/linux/input.h' for
# a list of possible KEY_* values.
#
[PS3 Remote Map]
# When the 'OverlayBuiltin' option is TRUE (the default), the keymap uses
# the built-in keymap as a starting point.  When FALSE, an empty keymap is
# the starting point.
#OverlayBuiltin = TRUE
0x16 = KEY_EJECTCD        # EJECT
0x64 = KEY_U              # ANGLE             (XBMC recommendation: KEY_A)
0x65 = KEY_A              # AUDIO             (XBMC recommendation: KEY_Z)
0x63 = KEY_T              # SUBTITLE          (XBMC recommendation: KEY_T)
0x0f = KEY_DELETE         # CLEAR             (XBMC recommendation: KEY_DELETE)
0x28 = KEY_END            # TIMER             (XBMC recommendation: KEY_END)
0x00 = KEY_1              # NUM-1
0x01 = KEY_2              # NUM-2
0x02 = KEY_3              # NUM-3
0x03 = KEY_4              # NUM-4
0x04 = KEY_5              # NUM-5
0x05 = KEY_6              # NUM-6
0x06 = KEY_7              # NUM-7
0x07 = KEY_8              # NUM-8
0x08 = KEY_9              # NUM-9
0x09 = KEY_0              # NUM-0
0x81 = KEY_F7             # RED               (XBMC recommendation: KEY_F7)
0x82 = KEY_F8             # GREEN             (XBMC recommendation: KEY_F8)
0x80 = KEY_F9             # BLUE              (XBMC recommendation: KEY_F9)
0x83 = KEY_F10            # YELLOW            (XBMC recommendation: KEY_F10)
0x70 = KEY_Z              # DISPLAY           (XBMC recommendation: KEY_D)
0x1a = KEY_O              # TOP MENU
0x40 = KEY_I              # POP UP/MENU       (XBMC recommendation: KEY_F11)
0x0e = KEY_M              # RETURN
0x5c = KEY_C              # TRIANGLE/OPTIONS  (XBMC recommendation: KEY_C)
0x5d = KEY_ESC            # CIRCLE/BACK
0x5f = KEY_TAB            # SQUARE/VIEW       (XBMC recommendation: KEY_V)
0x5e = KEY_BACKSPACE      # CROSS             (XBMC recommendation: KEY_X)
0x54 = KEY_UP             # UP
0x56 = KEY_DOWN           # DOWN
0x57 = KEY_LEFT           # LEFT
0x55 = KEY_RIGHT          # RIGHT
0x0b = KEY_ENTER          # ENTER
0x5a = KEY_KPPLUS         # L1                (XBMC recommendation: KEY_F1)
0x58 = KEY_KPMINUS        # L2                (XBMC recommendation: KEY_F2)
0x51 = KEY_MUTE           # L3                (XBMC recommendation: KEY_F3)
0x5b = KEY_PAGEUP         # R1                (XBMC recommendation: KEY_F4)
0x59 = KEY_PAGEDOWN       # R2                (XBMC recommendation: KEY_F5)
0x52 = BTN_THUMBR         # R3                (XBMC recommendation: KEY_F6)
0x43 = KEY_HOMEPAGE       # PS button
0x50 = KEY_S              # SELECT            (XBMC recommendation: KEY_INSERT)
0x53 = BTN_START          # START             (XBMC recommendation: KEY_HOME)
0x33 = KEY_R              # SCAN BACK         (XBMC recommendation: KEY_R)
0x32 = KEY_P              # PLAY
0x34 = KEY_F              # SCAN FORWARD      (XBMC recommendation: KEY_F)
0x30 = KEY_PREVIOUS       # PREVIOUS          (XBMC recommendationL KEY_PAGEUP)
0x38 = KEY_STOP           # STOP
0x31 = KEY_NEXT           # NEXT              (XBMC recommendation: KEY_PAGEDOWN)
0x60 = KEY_FRAMEBACK      # SLOW/STEP BACK    (XBMC recommendation: KEY_COMMA)
0x39 = KEY_P              # PAUSE
0x61 = KEY_FRAMEFORWARD   # SLOW/STEP FORWARD (XBMC recommendation: KEY_DOT)
0xff = KEY_MAX

my keymap (keyboard.xml)

Code:
<keymap>
    <fullscreenvideo>
    <keyboard>
    <backspace>smallstepback</backspace>
    <u>AudioNextLanguage</u>
</keyboard>
</fullscreenvideo>
</keymap>

If you still have trouble, I'll post a guide on friday evening (about 48 hours from now). i dont have the time or energy to do it before then.
THANKS for the info!!!
I was coming home thinking to reinstal windows just to use a BD remote.
I will give it a try

I read that, but i thought that was meant for linux
I stopped at bluez installation
Which BT dongles work? Pretty much any? I'll go out and get one once I hear back and try this myself.
i had no luck
Again, i am not a linux geek.

I sent most commands through putty, changed some permission with sudo chmod 777, but no luck for a beginner (in linux).