![]() |
2011-02-16
, 21:28
|
Posts: 669 |
Thanked: 433 times |
Joined on May 2010
|
#822
|
![]() |
2011-02-27
, 07:18
|
Posts: 4 |
Thanked: 0 times |
Joined on Mar 2010
|
#823
|
When i execute "udevadm monitor" on the N900 and press the DS3 button i get this:
UEVENT[1297891634.993652] add /class/bluetooth/hci0/hci0:11 (bluetooth)
UDEV [1297891635.079437] add /class/bluetooth/hci0/hci0:11 (bluetooth)
UEVENT[1297891643.053008] remove /class/bluetooth/hci0/hci0:11 (bluetooth)
UDEV [1297891643.105438] remove /class/bluetooth/hci0/hci0:11 (bluetooth)
i have both sixad and sixaxis support installed. i removed and reinstalled both and rebooted between the removal and new installation.
it seems as if it is trying to add the device and fails. anyone had this issue and fixed it?
Thanks.
![]() |
2011-02-28
, 07:22
|
Posts: 669 |
Thanked: 433 times |
Joined on May 2010
|
#824
|
![]() |
2011-03-01
, 17:00
|
|
Posts: 19 |
Thanked: 1 time |
Joined on Feb 2011
@ Pondokcina AX (Jawa Barat ID)
|
#825
|
I even tried reflashing the device but it didn't help...
Anyone found a solution for this?
![]() |
2011-03-01
, 18:29
|
Posts: 669 |
Thanked: 433 times |
Joined on May 2010
|
#827
|
1. Do you have /dev/input/js0 device file after successful connect ("2" LED is red on controller)?
2. Do you have joydev module loaded?Code:~ $ ls -l /dev/input/js0 crw-rw-r-- 1 root root 13, 0 Apr 19 23:41 /dev/input/js0
3. Have your HAL daemon found the joystick? (Note the input.x11_options lines.)Code:~ $ lsmod | grep joy joydev 9088 1
4. Do you have xserver-xorg-input-joystick package installed?Code:~ $ lshal | grep PLAY -C2 info.category = 'input' (string) info.parent = '/org/freedesktop/Hal/devices/computer' (string) info.product = 'PLAYSTATION(R)3 Controller (00:1E:3D:91:FD:XX)' (string) info.subsystem = 'input' (string) info.udi = '/org/freedesktop/Hal/devices/computer_logicaldev_input_1' (string) input.device = '/dev/input/event4' (string) input.product = 'PLAYSTATION(R)3 Controller (00:1E:3D:91:FD:XX)' (string) input.x11_driver = 'joystick' (string) input.x11_options.MapAxis1 = 'mode=relative axis=+2x deadzone=5000' (string)
4. Did your xserver noticed the joystick?Code:~ $ dpkg -l *joystick* [...] ii joystick 20051019-5maemo0 ii xserver-xorg-input-joystick 1:1.5.0-1maemo0
Code:~ $ grep -i joy /tmp/Xorg.0.log (II) Loading /usr/lib/xorg/modules/input/joystick_drv.so (II) Module joystick: vendor="X.Org Foundation" (II) Joystick: PLAYSTATION(R)3 Controller (00:1E:3D:91:FD:XX). bus 0x5 vendor 0x54c product 0x268 version 0x100 (II) Joystick: found 29 axes, 17 buttons JOYSTICK: DebugLevel set to 0
![]() |
2011-03-05
, 16:18
|
Posts: 669 |
Thanked: 433 times |
Joined on May 2010
|
#828
|
The Following User Says Thank You to impeham For This Useful Post: | ||
![]() |
2011-03-06
, 12:58
|
Posts: 3,074 |
Thanked: 12,964 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#829
|
![]() |
2011-03-07
, 20:42
|
|
Posts: 232 |
Thanked: 44 times |
Joined on Feb 2010
@ Austria, Amstetten
|
#830
|
now when i press on the DS3 button, i can see all 4 leds flashing trying to connect and the BT icon in the N900 turn to blue, but after a few seconds both stop and sixad is not launched.
How can i fix this?