Archive:Configure Sony PS3 remote on Asus EB1012P
Jump to navigation
Jump to search
Prerequisites
Hardware:
- Asus eee box eb1012p
- Bluetooth dongle
- Sony PS3 blueray remote
Hardware requiered for installation:
- 1 GB or more USB memorystick for installation
Optional Hardware
- 16 GB or more USB memorystick for backing up Win 7
Software:
- GNU/Linux, Ubuntu Maverick Meerkat 10.10
- XMBC Dharma 10.0 RC2
Configuration:
- Audio via HDMI require alsa 1.0.23 or newer and might require additional configuration
Step by step walkthrough:
Backup the included Windows 7 install
in case I want it back (Also available in pamphlet included with the pc)
- Enter bios (F2) and disable Boot Booster
- Reboot and press F9
- Select Windows setup [EMS Enabled]
- Select Backup the Factory Environment to USB Drive (use the optional 16 GB or more USB memorystick)
- To restore; please refer to the pamphlet included with the pc
Create an bootable USB memorystick
- In ubuntu can you install "usb-creator" and run this software from System/Administration/Startup Disk Creator
- Boot form the memorytick by pressing F8
- Follow the install instructions on screen
- Once the installation is complete is it time for some fickeling
- Enable the latest ubuntu communety driver in "System/Administration/Hardware Drivers"
Add some usefull reposetorys:
- Open a Terminal window and type:
sudo add-apt-repository ppa:team-xbmc/unstable sudo add-apt-repository ppa:kitlaan/ppa
Getting the PS3 controller working:
This is based on HOW-TO Setup PS3 BD Remote
- Open a Terminal windows and type:
- This should upgrade bluez, look for it!
- type:
- Add this line to the end of the file:
- Reboot the computer to let things settle down
- Open a Terminal window and type these commands:
- Hold down START + Enter on the Remote and you should be able to add it
- Some checks to see of it was added correctly:
- Both commands should show the Sony BD Remote
- Add the line (arround line 62)
- Edit /etc/bluetooth/input.list (sudo nano /etc/bluetooth/input.list) accourding to this wiki http://wiki.xbmc.org/index.php?title=HOW-TO_Setup_PS3_BD_Remote#Example_input.conf
- Try pressing the audio key on the remote in an open Terminal windows and the letter "a" should appair
sudo apt-get update && sudo apt-get upgrade
sudo nano /etc/modules
uinput
cd ~ wget http://kitlaan.twinaxis.com/holdingcell/ps3pair.tar.gz tar xvfz ps3pair.tar.gz cd ~/ps3pair sudo python ps3_pair.py
/usr/share/doc/bluez/examples/list-devices cat /proc/bus/input/devices | grep emot
<e>AudioNextLanguage</e>
All well by now. Its time to install xbmc
- Open an Terminal and type:
- libvdpau should allso get installed, look for it!
sudo apt-get install xbmc-standalone
Fixing possible issues with vertical tear:
based of this forum post: http://forum.kodi.tv/showthread.php?t=70068
- Open an Terminal windows and type:
- Reboot the system to let everything settle down
sudo apt-get install curl curl "http://pastebin.com/download.php?i=bU1QFQ3c" | tr -d \\r > nvidia.sh sh nvidia.sh
Issues:
- Vertical Tear when using VGA - Solved