[LINUX] Sony PlayStation 3 Blu-ray Disc Remote (PS3 BD) + LIRC + XBMC = SUCCESS
getsome
Junior Member Posts: 27 Joined: Aug 2011 Reputation: 0 |
2012-04-11 10:27
Post: #661
Has anyone gotten the newer PS3 remote to work? It looks like the original one has been discontinued...
|
| find quote |
dimarra
Junior Member Posts: 12 Joined: Jun 2011 Reputation: 0 |
2012-04-30 10:38
Post: #662
i did a restart and the remote does NOT work. do i alway have to pair and goto bluetooth manager on xbmcbuntu again. there must be a better way. pls help me.
thanks |
| find quote |
MartinHJ
Junior Member Posts: 28 Joined: Jan 2011 Reputation: 0 |
2012-04-30 11:05
Post: #663
(2012-04-30 10:38)dimarra Wrote: i did a restart and the remote does NOT work. do i alway have to pair and goto bluetooth manager on xbmcbuntu again. there must be a better way. pls help me. I put my walkthrough of pairing and getting things going on here: Configuring the Sony PS3 BD Remote with MythTV & XBMC if that helps? Martin |
| find quote |
dimarra
Junior Member Posts: 12 Joined: Jun 2011 Reputation: 0 |
2012-05-01 04:18
Post: #664
(2012-04-30 11:05)MartinHJ Wrote:(2012-04-30 10:38)dimarra Wrote: i did a restart and the remote does NOT work. do i alway have to pair and goto bluetooth manager on xbmcbuntu again. there must be a better way. pls help me. Thanks Ill give this a go when i get home. --------------- I did the steps without any issues. However after powering down and starting up the remote is still not working? Are there any other steps to do? Thanks
(This post was last modified: 2012-05-01 11:23 by dimarra.)
|
| find quote |
DaMizZa
Senior Member Joined: Dec 2010 Reputation: 2 Location: Saskatchewan, Canada |
2012-05-01 22:00
Post: #665
I don't know if it'll work for you or not, but here's the process I've always used to get my PS3 BD Remotes working:
Run the following to install Bluez: Code: sudo apt-get purge bluezAdd the following lines at the end of the file (changing the "lucid" part to match the Ubuntu version you're using): Code: deb http://ppa.launchpad.net/kitlaan/ppa/ubuntu lucid mainThen run the following commands to install Kitlaan's version of Bluez: Code: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6F7177CCCheck to see if uinput is running by using the following command: Code: lsmod | grep uinputIf uinput doesn't show up in the output, perform the following to add it: Code: sudo modprobe uinputAnd add the following line at the end of the file: Code: uninputThen download Kitlaan's script to pair the remote to the Bluetooth dongle by using the following commands: Code: sudo apt-get install python-dbus python-gobjectWhen prompted, hold the Start and Enter buttons on the PS3 remote (I usually press them once, release, then hold for about 10 seconds or whenever it prompts me to pair the remote). It's worth noting that before my bluetooth dongle would even recognize my PS3 Remote, I had to pair them in Windows first, then it worked without issues. No idea why. When it discovers the PS3 Remote, it will also tell you the MAC Address of the remote. Write it down for future reference. Once paired, customize your /etc/bluetooth/input.conf file to map the remote control buttons to the keyboard stroke you want to use. Then you can edit the /usr/share/xbmc/system/keymaps/keyboard.xml file to map the keyboard key presses to XBMC actions as you see fit. Never had any issues with this method, but YMMV. Figured it's worth it if it helps even one person. XBMCbuntu {Frodo} - Ubuntu 12.04 (Main): Intel Q6600 [2.4GHz Quad Core], 4GB DDR3, nVidia GT-210, Antec Fusion Case (iMon LCD), PS3 BD Remote XBMC Live {Frodo} - Ubuntu 10.04 (Bedroom): Intel Atom D510 [1.66GHz Dual Core], ION Graphics, 2GB DDR2, PS3 BD Remote |
| find quote |
Trooper87
Junior Member Posts: 8 Joined: Nov 2009 Reputation: 0 |
2012-05-02 00:53
Post: #666
(2012-05-01 22:00)DaMizZa Wrote: I don't know if it'll work for you or not, but here's the process I've always used to get my PS3 BD Remotes working: I got the remote working on ubuntu 12.04 minimal with a few modifications to your procedure. Here are the modifications: Use the oneiric kitlaan ppa, since there is no precise kitlaan ppa yet. Code: deb http://ppa.launchpad.net/kitlaan/ppa/ubuntu oneiric mainMake/edit the preferences file to make apt-get install kitlaans version of bluez. Code: sudo nano /etc/apt/preferencesCode: Package: bluezSkip the uinput section, 12.04 has uinput built into the kernel, and is no longer a module. When you are done with the full procedure and edited your input.conf you can restart bluetooth with Code: sudo service bluetooth restart
(This post was last modified: 2012-05-02 20:25 by Trooper87.)
|
| find quote |
kitlaan
Member Posts: 74 Joined: Nov 2009 Reputation: 5 Location: Massachusetts |
2012-05-06 15:04
Post: #667
A package for 12.04 has been submitted to the PPA. I haven't fully tested it (don't have a spare remote, and my wife would hurt me if I broke the production system) so if anyone runs into problems, let me know. There didn't seem to be any major differences since the last version I released, but user-beware.
|
| find quote |
peeedeee
Junior Member Posts: 8 Joined: Jun 2010 Reputation: 0 |
2012-05-12 19:45
Post: #668
(2012-05-06 15:04)kitlaan Wrote: A package for 12.04 has been submitted to the PPA. I haven't fully tested it I did and it works
|
| find quote |
dimarra
Junior Member Posts: 12 Joined: Jun 2011 Reputation: 0 |
2012-05-20 13:05
Post: #669
(2012-05-01 22:00)DaMizZa Wrote: I don't know if it'll work for you or not, but here's the process I've always used to get my PS3 BD Remotes working: thanks for your help. however the steps you outlined in the post still requires me to go to the bluetooth manager everytime i power up the pc/ubuntu. I would like to NOT to do that. there must be some setting that i am missing that is key to making this process stick across shutdowns and power ons. still needing help. thanks in advance. |
| find quote |
MartinHJ
Junior Member Posts: 28 Joined: Jan 2011 Reputation: 0 |
2012-05-23 14:48
Post: #670
(2012-05-20 13:05)dimarra Wrote:(2012-05-01 22:00)DaMizZa Wrote: I don't know if it'll work for you or not, but here's the process I've always used to get my PS3 BD Remotes working: If you used my setup guide here it should work after a reboot (never had a problem on several machines): http://www.harley-jones.co.uk/?p=41 Did you remember to check "always grant access" ? Sorry bit vague as a long time since I last did this setup and am not at my machine right now Martin |
| find quote |

Search
Help