xbmc (xbian) on raspberry pi / remote buttons
#1
For starters, here is what I'm working with:

xbian v.1.0 beta 3
xmbc 2.0-ALPHA7 Git:20121106-f3945b4
platform: arm (raspberry pi)
Kernel: 3.6.7

This is the default kernel, xbmc version for xbian 1.0 beta 3.
Several usefull buttons like: volume down, mute, back, fwd, rew, pause do NOT work.
Admitedly, I'm a little rusty with linux. I bought the raspberry to toy with, and have a media center in my bedroom.

Here's some outputs you might want/need, and the pastebin for my xbmc.log.
(I pressed these buttons 5x each if that helps). I'm just not sure where to start
I hope someone has a little patience to help me out? I'd really appreciate it



http://pastebin.com/wj1wiL5P



cat /proc/bus/input/devices

Code:
I: Bus=0003 Vendor=0471 Product=0613 Version=0100
N: Name="PHILIPS MCE USB IR Receiver- Spinel plus"
P: Phys=usb-bcm2708_usb-1.3/input0
S: Sysfs=/devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3:1.0/input/input0
U: Uniq=
H: Handlers=sysrq kbd event0
B: PROP=0
B: EV=120013
B: KEY=c0000 400 0 0 0 0 58000 8001e8 4000c004 e0beffdf 1cfffff ffffffff fffffffe
B: MSC=10
B: LED=1f

cat /etc/lirc/hardware.conf


Code:
# /etc/lirc/hardware.conf
#
# Arguments which will be used when launching lircd
LIRCD_ARGS=""

#Don't start lircmd even if there seems to be a good config file
#START_LIRCMD=false

#Don't start irexec, even if a good config file seems to exist.
#START_IREXEC=false

#Try to load appropriate kernel modules
LOAD_MODULES=true

# Run "lircd --driver=help" for a list of supported drivers.
DRIVER="default"
# usually /dev/lirc0 is the correct setting for systems using udev
DEVICE=""
MODULES=""

# Default configuration files for your hardware if any
LIRCD_CONF=""
LIRCMD_CONF=""root@RaspberryPi:/home/xbian#
Reply
#2
What remote are you using?
Reply
#3
its a mce remote.
There are no markings/brandings on front, but I beleive its a gateway MCE remote, inside it says rc6 rc1534533/01g


I hope that helps
Reply
#4
You can try to paste this file: https://www.dropbox.com/s/xshcgppcy5gn2xa/remote.xml
in the "...xbmc/userdata/keymaps" folder. That might work. Otherwise, see if your tv supports hdmi-cec and if yes, you can use your tv's remote to control the pi.

Reply

Logout Mark Read Team Forum Stats Members Help
xbmc (xbian) on raspberry pi / remote buttons0