Bonjour à tous,
Je travaille en ce moment un programme en java pour interagir avec mon pc à l'aide d'une manette ps3, mais je n'arrive pas à accéder à mes périphériques en lançant eclipse normalement, je suis obligé de le lancer en utilisant la commande gksudo, sinon j'ai un message d'erreur du type :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Failed to open device (/dev/input/event18): Failed to open device /dev/input/event18 (13)
 
Failed to open device (/dev/input/event17): Failed to open device /dev/input/event17 (13)
 
Failed to open device (/dev/input/event16): Failed to open device /dev/input/event16 (13)
 
Failed to open device (/dev/input/event15): Failed to open device /dev/input/event15 (13)
 
Failed to open device (/dev/input/event14): Failed to open device /dev/input/event14 (13)
 
Failed to open device (/dev/input/event13): Failed to open device /dev/input/event13 (13)
 
Failed to open device (/dev/input/event12): Failed to open device /dev/input/event12 (13)
 
Failed to open device (/dev/input/event11): Failed to open device /dev/input/event11 (13)
 
Failed to open device (/dev/input/event10): Failed to open device /dev/input/event10 (13)
 
Failed to open device (/dev/input/event9): Failed to open device /dev/input/event9 (13)
 
Failed to open device (/dev/input/event8): Failed to open device /dev/input/event8 (13)
 
Failed to open device (/dev/input/event7): Failed to open device /dev/input/event7 (13)
 
Failed to open device (/dev/input/event6): Failed to open device /dev/input/event6 (13)
 
Failed to open device (/dev/input/event5): Failed to open device /dev/input/event5 (13)
 
Failed to open device (/dev/input/event4): Failed to open device /dev/input/event4 (13)
 
Failed to open device (/dev/input/event3): Failed to open device /dev/input/event3 (13)
 
Failed to open device (/dev/input/event1): Failed to open device /dev/input/event1 (13)
 
Failed to open device (/dev/input/event0): Failed to open device /dev/input/event0 (13)
Donc je suppose que c'est un problème de droits, y'a t'il une commande pour régler ce problème?

Merci d'avance pour votre aide,

Lebasith.

(ps : désolé si je poste dans la mauvaise section)