![]() |
|
[LINUX] Sony PlayStation 3 Blu-ray Disc Remote (PS3 BD) + LIRC + XBMC = SUCCESS - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: XBMC General Help and Support (/forumdisplay.php?fid=111) +---- Forum: Linux and Live support (/forumdisplay.php?fid=52) +---- Thread: [LINUX] Sony PlayStation 3 Blu-ray Disc Remote (PS3 BD) + LIRC + XBMC = SUCCESS (/showthread.php?tid=50717) |
- Macsauce - 2010-07-22 18:00 hello, Quote:Hello, Could explain to me what i forget. because I'm not able to map the touch. here is the how to: http://wiki.xbmc.org/index.php?title=HOW-TO_Setup_PS3_BD_Remote i use de depo kitlaan's PPA and i'have mythbuntu 10.04. @+ - tume2 - 2010-07-31 21:31 I got this figured out, i installed bluez-4.63 from here http://www.kernel.org/pub/linux/bluetooth/ and patched it with bluez_ps3remote_4.60.diff from here http://kitlaan.twinaxis.com/projects/bluez-ps3remote/ (i could not get never versions to apply patches) When you start bluetootg with command bluetooth -nd you can see the button presses in terminal. Example how to modify your input.conf; 0x16 = KEY_E # EJECT if you want remotecontroll button eject to get volume up, you look at the file /usr/include/linux/input.h for volume. I found it with cat /usr/include/linux/input.h|grep VOL and found out that KEY_VOLUMEUP is vol up, so changing the line 0x16 = KEY_E # EJECT to 0x16 = KEY_VOLUMEUP # EJECT changes the eject button on remote controll to volume up. I hope this helps. - Macsauce - 2010-08-07 15:53 Thx for your answere tume2, modifiy the "/etc/bluetooth/input.conf" is not really the problem. only some key's work :dpad, enter, PS.... when i run in terminal: Quote:macsauce@mythtv:~$ bluetoothd -ndI can't see the buttons pressed. I have tried to patch the file src but neither works for me. Quote:macsauce@mythtv:/usr/local/src/bluez-4.69$ sudo patch -p0 < ../bluez_ps3remote_4.69.diffSomeone have an suggestion? Thx A+ - kitlaan - 2010-08-07 20:13 @Macsauce #1) You probably have an existing bluetoothd process running. Stop that first, then try the bluetoothd command again. (You may also need to run as sudo/root.) #2) When patching the source, you need "patch -p1". "-p0" is why you're not getting any matches. - Macsauce - 2010-08-08 21:00 Hello, Everything work great now Thx for the patch and help @+
- chrisse111179 - 2010-08-26 15:40 Hello, i have installed bluez 4.69 from Kitlaan's ppa and paired the Ps3 Remote with the ps3pair script but only a few Buttons on the Remote are working. What am I doing wrong? - velcroshooz - 2010-09-03 19:27 Just wanted to let everyone know, the 4.69 patch works against bluez 4.70 as well. - pumkinut - 2010-09-04 04:01 chrisse111179 Wrote:Hello,More than likely you need to edit input.conf. Read the thread entries about it, and you can also check out the wiki to get a more concise howto. - neil.j1983 - 2010-09-04 09:44 anyone know what "KEY_" value actually ejects the dvd drive? it's the only thing i can't get to work! - snock - 2010-09-06 03:48 neil.j1983 Wrote:anyone know what "KEY_" value actually ejects the dvd drive? it's the only thing i can't get to work! It is the only thing that I have to configure: (, probe KEY_EJECTCD & KEY_EJECTCLOSECD ... and nothing ![]() Es lo unico que me falta por configurar , probe KEY_EJECTCD & KEY_EJECTCLOSECD ... y nada
|