Have not been playing for a few weeks. Started up PS3 & GIMX today.
Ran GIMX Update, Started GIMX, Opens fine but will not run when I click <Start>.
Terminal window opens with normal lines of text, some additional text flashes across, and window closes.
It is too fast for me to get screenshot but after trying it several times, I think that the text says:
Can't read packet header.
Can't get adapter status.
connector_init failed.
Please, tell me what I need to do.
EDIT: Forgot to include: Ubuntu 14.04, DIY USB with Teensy 2.0 & CP2102
GIMX will not run on Ubuntu since 4.2 update
Re: GIMX will not run on Ubuntu since 4.2 update
This error may happen in the following cases:
Which GIMX version was previously installed?
Which firmware version are you using? Did you load the 4.1 one?
- bad usb cable
- bad connection between the CP2102 and the Teensy
- console not powered on
Code: Select all
gimx -p /dev/ttyUSB0 -c config.xml --status
Which firmware version are you using? Did you load the 4.1 one?
GIMX creator
Re: GIMX will not run on Ubuntu since 4.2 update
Thanks for the quick response, Matlo.
Here's the terminal output:
Firmware is still old version as I'm having trouble finding the instructions for how to do it again.
Here's the terminal output:
I am not sure which version of GIMX was installed, I believe it was last update of version 3.option -p with value `/dev/ttyUSB0'
option -c with value `config.xml'
status flag is set
connecting to /dev/ttyUSB0
connected
Detected USB adapter: Sixaxis.
can't read packet header
Can't get adapter status.
connector_init failed
Firmware is still old version as I'm having trouble finding the instructions for how to do it again.
Re: GIMX will not run on Ubuntu since 4.2 update
This is the problem. Updating the firmware is very easy using the Teensy loader.Spaznetz wrote:Firmware is still old version as I'm having trouble finding the instructions for how to do it again.
http://gimx.fr/wiki/index.php?title=DIY ... or_dummies
GIMX creator
Re: GIMX will not run on Ubuntu since 4.2 update
Yes, very easy once I found the right instructions, I had a bad bookmark from somewhere. Thank you!
Updated the firmware with the Teensy loader, but it still does not work.
I am now getting what looks to be normal terminal window when I run GIMX, but PS3 is not responding.
Ran GIMX from command line and I can see commands when I press keys or move mouse.
Tested PS3 USB port & cables with Sixaxis controller (just to be sure) and it works.
What am I missing?
Is it possible to revert to 3.5 for testing to make sure my CP2102 or Teensy haven't gone bad?
Updated the firmware with the Teensy loader, but it still does not work.
I am now getting what looks to be normal terminal window when I run GIMX, but PS3 is not responding.
Ran GIMX from command line and I can see commands when I press keys or move mouse.
Swapped out all cables and trouble persists.option -p with value `/dev/ttyUSB0'
option -c with value `PS3_Borderlands_Spaznetz.xml'
status flag is set
connecting to /dev/ttyUSB0
connected
Detected USB adapter: Sixaxis.
no pass-through device is needed
using default refresh period: 10.00ms
A device name is empty. Multiple mice and keyboards are not managed.
Warning: can't open macro directory /home/spaznetz//.gimx//macros/
0 1433427080.152324, rstick x (30), rstick y (-4)
0 1433427080.162235, rstick x (35), rstick y (-3)
0 1433427080.172262, rstick x (32), rstick y (-3)
0 1433427080.182265
Tested PS3 USB port & cables with Sixaxis controller (just to be sure) and it works.
What am I missing?
Is it possible to revert to 3.5 for testing to make sure my CP2102 or Teensy haven't gone bad?
Re: GIMX will not run on Ubuntu since 4.2 update
The USB adapter is detected, which means the connection between the CP2102 and the Teensy is right.
Did you set the USB adapter as controller 1 on the PS3?
Did you set the USB adapter as controller 1 on the PS3?
GIMX creator
Re: GIMX will not run on Ubuntu since 4.2 update
I am not sure what you mean by that.Did you set the USB adapter as controller 1 on the PS3?
The USB cable is connected to the lefthand port on the PS3 as it always was when I was using the previous release.
Is there an additional setting or step required in 4.2 that tells the PS3 which controller number GIMX is emulating?
Or are you asking if I pressed the PS button? I did and got no response from PS3.
Re: GIMX will not run on Ubuntu since 4.2 update
It works fine on my side.
Could you try to plug the Teensy to your PC and see if jstest-gtk gets the right events when gimx is running?
To install jstest-gtk:
Could you try to plug the Teensy to your PC and see if jstest-gtk gets the right events when gimx is running?
To install jstest-gtk:
Code: Select all
sudo apt-get install jstest-gtk
GIMX creator
Re: GIMX will not run on Ubuntu since 4.2 update
I installed jstest-gtk using the command you gave, but how do I run it?
(Sorry, not a Unix user. Not familiar with where things go when installed and/or how to run them after they are installed.)
(Sorry, not a Unix user. Not familiar with where things go when installed and/or how to run them after they are installed.)
Last edited by Spaznetz on Fri Jun 05, 2015 2:33 pm, edited 2 times in total.
Re: GIMX will not run on Ubuntu since 4.2 update
Just click on the Ubuntu dash (the Ubuntu icon on the top left), type jstest-gtk in the text area, and click on the jstest-gtk icon that shows up in the results.
Or type jstest-gtk in the terminal.
Or type jstest-gtk in the terminal.
GIMX creator