Probleme mit Stick-Setup

Installation and usage on Linux / Installation unter Linux
Post Reply
GerdS
Posts: 2
Joined: 19 Aug 2013 09:51

Probleme mit Stick-Setup

Post by GerdS »

Hallo,

Ich habe mehrere vorhandene Sticks bzw. USB-Adapter, sowie eine Jeti DC-16 per USB getestet und immer dasselbe Verhalten.
Sowie ich in den Stick-Konfigurationsdialog komme, frisst Java bis zu 90% CPU Kapazität (hört man an der zunehmenden Lüfter-Drehzahl). Wenn ich dann auf "Knüppel" klicke hängt sich die Software auf und muss per Kommando abgeschossen werden.
Bei mir läuft Linux Mint 14, MAte, 64 Bit.

Hat jemand eine Idee?

Gruß Gerd


gerd@gerd-Studio-XPS-8000 ~/HELI-X42 $ ./runHELI-X64.sh
Set new path for the resources: /home/gerd/HELI-X42/resources/
Set new path for the user files: /home/gerd/HELI-X42/files/
Couldn't find tag "WindowSettings" in file "/home/gerd/HELI-X42/files/Application/ApplicationSettings.xml"
Couldn't find tag "InfoWindow" in file "/home/gerd/HELI-X42/files/Application/ApplicationSettings.xml"
Couldn't find tag "ChatWindow" in file "/home/gerd/HELI-X42/files/Application/ApplicationSettings.xml"
Couldn't find tag "Resolution" in file "/home/gerd/HELI-X42/files/Application/ViewSettings.xml"
Using openGLLayer JOGL_AWT
Found 17 display modes
Aug 19, 2013 11:22:27 AM net.java.games.input.ControllerEnvironment log
INFO: Failed to open device (/dev/input/event0): Failed to open device /dev/input/event0 (13)


Aug 19, 2013 11:22:27 AM net.java.games.input.ControllerEnvironment log
INFO: Failed to open device (/dev/input/event1): Failed to open device /dev/input/event1 (13)


Aug 19, 2013 11:22:27 AM net.java.games.input.ControllerEnvironment log
INFO: Failed to open device (/dev/input/event10): Failed to open device /dev/input/event10 (13)


Aug 19, 2013 11:22:27 AM net.java.games.input.ControllerEnvironment log
INFO: Failed to open device (/dev/input/event11): Failed to open device /dev/input/event11 (13)


Aug 19, 2013 11:22:27 AM net.java.games.input.ControllerEnvironment log
INFO: Failed to open device (/dev/input/event2): Failed to open device /dev/input/event2 (13)


Aug 19, 2013 11:22:27 AM net.java.games.input.ControllerEnvironment log
INFO: Failed to open device (/dev/input/event3): Failed to open device /dev/input/event3 (13)


Aug 19, 2013 11:22:27 AM net.java.games.input.ControllerEnvironment log
INFO: Failed to open device (/dev/input/event4): Failed to open device /dev/input/event4 (13)


Aug 19, 2013 11:22:27 AM net.java.games.input.ControllerEnvironment log
INFO: Failed to open device (/dev/input/event5): Failed to open device /dev/input/event5 (13)


Aug 19, 2013 11:22:27 AM net.java.games.input.ControllerEnvironment log
INFO: Failed to open device (/dev/input/event6): Failed to open device /dev/input/event6 (13)


Aug 19, 2013 11:22:27 AM net.java.games.input.ControllerEnvironment log
INFO: Failed to open device (/dev/input/event7): Failed to open device /dev/input/event7 (13)


Aug 19, 2013 11:22:27 AM net.java.games.input.ControllerEnvironment log
INFO: Failed to open device (/dev/input/event8): Failed to open device /dev/input/event8 (13)


Aug 19, 2013 11:22:27 AM net.java.games.input.ControllerEnvironment log
INFO: Failed to open device (/dev/input/event9): Failed to open device /dev/input/event9 (13)


Aug 19, 2013 11:22:27 AM net.java.games.input.ControllerEnvironment log
INFO: Linux plugin claims to have found 1 controllers

Controller found: Name: Logitech Logitech Dual Action(Logitech Logitech Dual Action)
Using Stick Logitech Logitech Dual Action
Digital component found:Trigger
Digital component found:Thumb
Digital component found:Thumb 2
Digital component found:Top
Digital component found:Top 2
Digital component found:Pinkie
Digital component found:Base
Digital component found:Base 2
Digital component found:Base 3
Digital component found:Base 4
Digital component found:Base 5
Digital component found:Base 6
Analog component found:x
Analog component found:y
Analog component found:z
Analog component found:rz
Digital component found:pov
Controller configuration file found: /home/gerd/HELI-X42/files/controller/LogitechLogitechDualAction.xml
Controller configuration file /home/gerd/HELI-X42/files/controller/LogitechLogitechDualAction.xml read
AL lib: ALc.c:1302: exit() 1 device(s) and 1 context(s) NOT deleted
User avatar
Michael
Posts: 1825
Joined: 25 May 2008 16:11
Location: Germany
Contact:

Re: Probleme mit Stick-Setup

Post by Michael »

Das hier

Aug 19, 2013 11:22:27 AM net.java.games.input.ControllerEnvironment log
INFO: Failed to open device (/dev/input/event1): Failed to open device /dev/input/event1 (13)

sagt uns, dass wie Rechte nicht passen. Hier könnte so etwas helfen:

chmod 777 /dev/input/e*

Eventuell als root ausführen.

Michael
Post Reply