Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Solved] Xbox360 Controller is not recognized by ppsspp 1.0.1 (Qt)
06-06-2015, 01:02 AM (This post was last modified: 06-06-2015 01:04 AM by YuGiOhJCJ.)
Post: #8
RE: Xbox360 Controller is not recognized by ppsspp 1.0.1 (Qt)
In fact, this is a permission problem on the device (/dev/input/event*) created by xboxdrv.
A solution is to create an udev rule in a new file:
Code:
$ cat /etc/udev/rules.d/71-xboxdrv.rules
KERNEL=="event*", MODE="0666"

Now, I am able to run the test program without sudo:
Code:
$ ./a.out
There are 1 joysticks attached
Joystick 0: Microsoft X-Box 360 pad
       axes: 6
      balls: 0
       hats: 1
    buttons: 11
instance id: 0
       guid: 030000005e0400008e02000014010000

Thank you a lot Bigpet for the test program.
Problem solved.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Xbox360 Controller is not recognized by ppsspp 1.0.1 (Qt) - YuGiOhJCJ - 06-06-2015 01:02 AM

Forum Jump: