Search found 8 matches
- 31 May 2008 22:56
- Forum: HELI-X on Linux
- Topic: No controller found (linux)
- Replies: 21
- Views: 47322
Re: No controller found (linux)
The current file I have was -rw-r--r--, so I could read it. After adding the new file (https://jinput.dev.java.net/servlets/ProjectDocumentList%3b. latest jinput binaries) into the heli-x directory and performing a 'chmod u+rw /dev/input/j*' and e* it starts correctly and correctly finds the ...
- 31 May 2008 16:47
- Forum: HELI-X on Linux
- Topic: No controller found (linux)
- Replies: 21
- Views: 47322
Re: No controller found (linux)
Yes, the console reports; hydra@hydra-zeus:~/Desktop/HELI-X$ ./runHELI-X.sh java.lang.UnsatisfiedLinkError: net.java.games.input.LinuxJoystickDevice.nGetAxisMap(J)[B at net.java.games.input.LinuxJoystickDevice.nGetAxisMap(Native Method) at net.java.games.input.LinuxJoystickDevice.getDeviceAxisMap ...
- 30 May 2008 11:15
- Forum: HELI-X on Linux
- Topic: No controller found (linux)
- Replies: 21
- Views: 47322
Re: No controller found (linux)
Oh, it was on osx, I see. Yes, java still outputs the same error (exactly the same).
- 30 May 2008 10:38
- Forum: HELI-X on Linux
- Topic: No controller found (linux)
- Replies: 21
- Views: 47322
Re: No controller found (linux)
I tried installing jstest (belonging to joystick) and it seems to output the controller's values for 'jstest --normal /dev/input/js0'. I couldn't seem to find any explicit function for creating devices for the joystick, though it would seem that if it can read /dev/input/js0 that it should work ...
- 30 May 2008 09:16
- Forum: HELI-X on Linux
- Topic: No controller found (linux)
- Replies: 21
- Views: 47322
Re: No controller found (linux)
/var/log/messages and dmesg both give; May 30 10:14:51 hydra-zeus kernel: [ 2726.196000] usb 2-1: new low speed USB device using ohci_hcd and address 7 May 30 10:14:51 hydra-zeus kernel: [ 2726.408000] usb 2-1: configuration #1 chosen from 1 choice May 30 10:14:51 hydra-zeus kernel: [ 2726.424000 ...
- 30 May 2008 08:51
- Forum: HELI-X on Linux
- Topic: No controller found (linux)
- Replies: 21
- Views: 47322
Re: No controller found (linux)
Hmm, no, I'm running a 32bit system. Relatively standard install. EDIT: I just tried doing the same thing on another machine (kubuntu 8.04, 2.6.24-17, java 1.6.0_06-b02), and it gave the same error messages. (as before the controller was found by kcontrol and was apparently called /dev/input/js0, so ...
- 29 May 2008 23:05
- Forum: HELI-X on Linux
- Topic: No controller found (linux)
- Replies: 21
- Views: 47322
Re: No controller found (linux)
Thanks for the help so far, however it still doesn't seem to work. After performing the chmod operations the errors in the log are gone, however it still can't find any controllers. Log file; Application started 3D Environment created Using openGLLayer JOGL_AWT Found 11 display modes Trying to open ...
- 29 May 2008 10:29
- Forum: HELI-X on Linux
- Topic: No controller found (linux)
- Replies: 21
- Views: 47322
No controller found (linux)
Hello all, I'm having some trouble running heli-x on linux with any type of usb joystick. I get a "no controller found" error. The KDE joystick panel seems to detect the joysticks well (/dev/input/js0, I've even tested doing a chmod ugo=rwx /dev/input/js0, and it still gives a "no controller found ...