I was running into problems following the guide on page 1. I couldnt get either bluez utils 3.30 or 3.19 to
- Code: Select all
make install
I could get the patch-hidd-3.19-pabr3 to work on bluez utils 3.30 or 3.19, As well as ./configure -.... I ran into trouble with
- Code: Select all
make install
on both bluez utils 3.30 and 3.19.
So I then downloaded (bluez-utils-3.7-2.ydl.1.src.rpm) I tried to apply the (patch-hidd-3.19-pabr3) to it and it failed. So I deleted the main.c file from the (bluez-utils-3.7-2.ydl.1.src.rpm) and replaced it with the patched main.c from bluez utils 3.30 then ran the
- Code: Select all
./configure --prefix=/usr
then the
- Code: Select all
make clean
then
- Code: Select all
make all
lastly
- Code: Select all
make install
and it worked perfectly. That was the only part that gave me trouble.
This is how to get sixaxis working over bluetooth on the ps3 using YDL 6, make sure you have already installed the ezrepos-2 repositories. And then follow along, Take it step by step and you will surely get your sixaxis working in bluetooth mode. I went over this through-out and well nothing is left out. Do everything in order from step 1 on and you should have no problems getting the sixaxis working in bluetooth mode!
Log on as the root user!
Step 1
Go to start menu then applications then system tools and then to add remove software after it loads click on the List tab, Scroll down you will see all the bluez rpm packages install all of them.
Step 2
Go to
http://www.bluez.org/download.html and download (bluez-libs-3.31.tar.gz) and (bluez-utils-3.31.tar.gz)
Then go here
http://ximian.orst.edu/pub/ydl/releases ... 6.0/SRPMS/ and download (bluez-utils-3.7-2.ydl.1.src.rpm)
Step 3
Download this patch, Right click on the link below and select save file and save it to your desktop.
http://www.pabr.org/sixlinux/patch-hidd-3.19-pabr3Step 4
Unpack the (bluez-libs-3.31.tar.gz) onto your desktop, It will create a folder named (bluez-utils-3.31)
Step 5
Right click on the (bluez-libs-3.31) folder and select open in terminal. And enter these commands in this order!
- Code: Select all
./configure --prefix=/usr
- Code: Select all
make clean
- Code: Select all
make all
- Code: Select all
make install
Step 6
Unpack (bluez-utils-3.31.tar.gz) to your desktop, It will create a folder named (bluez-utils-3.31) open the (bluez-utils-3.31) browse to the (hidd) folder open it, Copy and paste the (patch-hidd-3.19-pabr3) into the folder, Then go back and right click on the (hidd) folder select open in terminal.
Run this command
- Code: Select all
patch <patch-hidd-3.19-pabr3
It should read (patching main.c) now close the terminal, open up the (bluez-utils-3.31) folder Browse to the (hidd) folder, Right click on the main.c file select copy then, Right click on an empty space on your desktop and select paste to paste it onto your desktop. You can now delete the (bluez-utils-3.31.tar.gz) and (bluez-utils-3.31) files/folders they are no longer needed.
Step 7
Unpack the (bluez-utils-3.7-2.ydl.1.src.rpm) to your desktop. It will create a folder named
(bluez-utils-3.7-2.dl.1.src.rpm_FILES) Open the (bluez-utils-3.7-2.dl.1.src.rpm_FILES) folder and browse to the (bluez-utils-3.7.tar.gz) right click on it and select extract here, it will create a folder named (bluez-utils-3.7) open the (bluez-utils-3.7) folder and browse to the (hidd) folder and open it, Look for the (main.c) file delete it and copy/paste the (main.c) file that you patched and placed on your desktop in the previous steps into the hidd folder to replace the main.c file deleted from it.
Step 8
Open up the (bluez-utils-3.7-2.dl.1.src.rpm_FILES) folder, and browse to the (bluez-utils-3.7) folder right click on it and select open in terminal. Now run these commands!
- Code: Select all
./configure --prefix=/usr
- Code: Select all
make clean
- Code: Select all
make all
- Code: Select all
make install
Step 9
Open the terminal and enter these commands. Remember also to do everything in order.
- Code: Select all
service bluetooth stop
- Code: Select all
service hidd stop
Step 10
Open my computer select file system, Browse to the ect folder, Then browse to the bluetooth folder open it. Now right click on the (hcid.conf) file and select open with text editor.
Browse down till you see the lines
# Inquiry and page scan
Iscan enable; Pscan enable;
You need to edit it to look like this. You can copy and paste this if you want.
# Inquiry and page scan
Iscan disable; Pscan enable;
#auth enable;
#encrypt enable;
Save the changes and go back to the terminal and enter these commands!
- Code: Select all
service hidd start
- Code: Select all
service bluetooth start
- Code: Select all
service hidd stop
- Code: Select all
hidd --server --nocheck -n
after you enter the last command press the ps button on your ps3 controller you can press it on 2 controllers if you want. It should show the information on them now you can close the terminal your sixaxis is working in bluetooth mode!
You can run this command in the terminal to test that its working.
- Code: Select all
jstest /dev/input/js0
Or
- Code: Select all
jstest /dev/input/js1
or
- Code: Select all
jstest /dev/input/js2
depending on whether or not you already have a joystck installed as js0/js1/js2 and so on!
Enjoy!