XBMC Ubuntu PS3 Remote issues - staying connected
#1
i followed the XBMC PS3 Remote Guide

http://wiki.xbmc.org/index.php?title=HOW..._BD_Remote

everything is working fine until i reboot the computer.

then i have to sudo modprobe uinput
then run sudo python ps3_pair.py
to get it working again.

also when i echo uinput >> /etc/modules
i get permission denied. i also tryed it with "sudo echo uinput >> /etc/modules" and same result. any reason as to why this is happening

Im running ubuntu desktop 10.04 LTS with Gnome
Reply
#2
For your /etc/modules problem, you're having shell redirection issues. Just edit it with an editor (vi, emacs, gedit, nano...) or use this command:
sudo sh -c 'echo "uinput" >> /etc/modules'

For you're other issue (running ps3_pair.py each boot), I'm not sure. If it really needs to run on each boot then you can put it in your startup scripts, but I don't have a PS3 remote so I can't say for sure.
Reply

Logout Mark Read Team Forum Stats Members Help
XBMC Ubuntu PS3 Remote issues - staying connected0