Notices


Reply
Thread Tools
Ronaldo's Avatar
Posts: 682 | Thanked: 208 times | Joined on Jan 2010 @ UK
#601
Originally Posted by smoku View Post
Thanks for all the votes.
But you also need to vote sixad - without it I cannot promote sixaxis-support to Extras.
http://maemo.org/packages/package_in...1.3.0-0maemo2/
how do u vote? i did thumbs up.

hope you add a app that allows mapping of keys instead of manually doing it (its what i did)

cheers
__________________
n900 (UK) Global 3.2010.02.8
 
Posts: 6 | Thanked: 0 times | Joined on Apr 2010
#602
Hello!

I am also encountering problems; I have downloaded and installed the software via the green arrow and have configured the sixaxis controller via Ubuntu and entered the correct MAC address.

I disconnect the devices from their USB cables and turn the bluetooth on the phone and then press the PS3 button. I then get the message on the phone screen

"Accept connection with Device?

PLAYSTATION(R)3 Controller"

and the option to press yes or no. Obviously I press yes and the bluetooth icon on the phone goes blue for a few seconds, then white, then the message repeats itself. The lights on the controller never change from the quick flashing red lights.

I have scrolled through a large portion of this 60 odd page thread and followed the instructions to the letter, so why this happens is a complete mystery. Does anyone have any ideas/troubleshooting tips to help me out?
 
Posts: 2 | Thanked: 0 times | Joined on Mar 2010
#603
There's two new apps that came out, but I looked through the previous posts and I don't understand how to use it, any guidance would be appreciated thanks!
 
Parlapipas's Avatar
Posts: 223 | Thanked: 135 times | Joined on Apr 2010 @ Wish I was in Greece
#604
Originally Posted by Mochi View Post
There's two new apps that came out, but I looked through the previous posts and I don't understand how to use it, any guidance would be appreciated thanks!
Download and install them both and then use this link if you are a windows user as it will guide you through configuring your PS3 controller to recognize your N900's bluetooth address.

http://talk.maemo.org/showpost.php?p...&postcount=220

If not a windows user, then follow smoku's original post here:

http://tomasz.sterna.tv/2010/02/play...is-controller/


Hope that helps!

Edit: I used the windows method on XP and it worked fine.
 

The Following User Says Thank You to Parlapipas For This Useful Post:
smoku's Avatar
Posts: 1,716 | Thanked: 3,007 times | Joined on Dec 2009 @ Warsaw, Poland
#605
Originally Posted by Sonny_Jim View Post
I can press the PS button on the DS3, the 4 LED's flash and the bluetooth icon on my N900 turns blue.

This is as far as it gets, no /dev/event/js0 appears and the bluetooth icon on the N900 turns back to normal after about 30 seconds.
Go root, type:
Code:
udevadm monitor
and press PS button again.
__________________
smoku @xiaoka.com (SMTP/XMPP) ...:.:....:... pebbled . Poky Fish : sixaxis . psx4m . uae4all
Jolla Phone post-mortem . . . . . . . . . . -> 1+1 VGN-UX390N
 
smoku's Avatar
Posts: 1,716 | Thanked: 3,007 times | Joined on Dec 2009 @ Warsaw, Poland
#606
Originally Posted by LeeRoy View Post
I disconnect the devices from their USB cables and turn the bluetooth on the phone and then press the PS3 button. I then get the message on the phone screen

"Accept connection with Device?

PLAYSTATION(R)3 Controller"
This is not normal behavior. You have a modified bluetooth configuration. Most probably you have "input" enabled in /etc/bluetooth/main.conf

You need:
Code:
DisablePlugins = network,input,hal
Most common cause is installing pc-connectivity packages.
__________________
smoku @xiaoka.com (SMTP/XMPP) ...:.:....:... pebbled . Poky Fish : sixaxis . psx4m . uae4all
Jolla Phone post-mortem . . . . . . . . . . -> 1+1 VGN-UX390N
 
Posts: 6 | Thanked: 0 times | Joined on Apr 2010
#607
Originally Posted by smoku View Post
This is not normal behavior. You have a modified bluetooth configuration. Most probably you have "input" enabled in /etc/bluetooth/main.conf

You need:
Code:
DisablePlugins = network,input,hal
Most common cause is installing pc-connectivity packages.
You are quite right, I did have a pc-connectivity package installed that I have uninstalled thinking that it might have had something to do with it. Will disable plugin. Thanks for getting back to me.

Last edited by LeeRoy; 2010-05-04 at 15:30.
 
Posts: 6 | Thanked: 0 times | Joined on Apr 2010
#608
Originally Posted by LeeRoy View Post
You are quite right, I did have a pc-connectivity package installed that I have uninstalled thinking that it might have had something to do with it. Will disable plugin. Thanks for getting back to me.
It only went and blummin worked! Now all I have to do is map the keys. Thank once again, I'll vote for this one right now!
 
Posts: 45 | Thanked: 17 times | Joined on Mar 2010
#609
Code:
Nokia-N900-51-1:~# udevadm monitor
udevmonitor will print the received events for:
UDEV the event which udev sends out after rule processing
UEVENT the kernel uevent

UDEV  [1273097865.986984] add      /class/bluetooth/hci0/hci0:11 (bluetooth)
UEVENT[1273097866.838577] add      /class/bluetooth/hci0/hci0:11/0005:4103:8AF4.0002 (hid)
UEVENT[1273097866.869339] add      /class/input/input5 (input)
UEVENT[1273097866.937119] add      /class/input/input5/event4 (input)
UDEV  [1273097866.982468] add      /class/bluetooth/hci0/hci0:11/0005:4103:8AF4.0002 (hid)
UDEV  [1273097867.024765] add      /class/input/input5 (input)
UDEV  [1273097867.028000] add      /class/input/input5/event4 (input)
UDEV  [1273097914.349411] remove   /class/bluetooth/hci0/hci0:11 (bluetooth)
UEVENT[1273097914.378067] remove   /class/input/input5/event4 (input)
UEVENT[1273097914.440415] remove   /class/input/input5 (input)
UEVENT[1273097914.443039] remove   /hci0:11/0005:4103:8AF4.0002 (hid)
UDEV  [1273097914.462143] remove   /class/input/input5/event4 (input)
UDEV  [1273097914.537735] remove   /class/input/input5 (input)
UDEV  [1273097914.550430] remove   /hci0:11/0005:4103:8AF4.0002 (hid)
Going to try the Windows method to see if that makes a difference
 
smoku's Avatar
Posts: 1,716 | Thanked: 3,007 times | Joined on Dec 2009 @ Warsaw, Poland
#610
Code:
UEVENT[1273097866.838577] add      /class/bluetooth/hci0/hci0:11/0005:4103:8AF4.0002 (hid)
This is not normal. I guess you also have a modified BlueZ configuration.
__________________
smoku @xiaoka.com (SMTP/XMPP) ...:.:....:... pebbled . Poky Fish : sixaxis . psx4m . uae4all
Jolla Phone post-mortem . . . . . . . . . . -> 1+1 VGN-UX390N
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 22:54.