Page 3 of 5

Re: Rasberry Pi3 + DIY USB + G27=Perfect only for a few minu

Posted: Thu Apr 28, 2016 3:29 pm
by dermax93
Once you get the LIBUSB_TRANSFER_TIMED_OUT do you desconnect the Wheel?? Then LIBUSB_TRANSFER_ERROR appears??
I cut some lines out in the middle the LIBUSB_TRANFER_TIMED_OUT happens sometimes in the middle of the log, but at one time it fails and then the status led on the wheel is blinking until i disconnect the controller and the wheel from the usb hub then gimx crashes and i get the log.

Re: Rasberry Pi3 + DIY USB + G27=Perfect only for a few minu

Posted: Fri Apr 29, 2016 9:13 am
by Matlo
@dermax93
I suspect a power supply issue as there are timeouts with the wheel (endpoint 0x01) and errors with the Dualshock 4 (endpoint 0x84).

Re: Rasberry Pi3 + DIY USB + G27=Perfect only for a few minu

Posted: Fri Apr 29, 2016 9:33 am
by Dasato
I hace bought a 3A poder supply and a new sd, next week I will try again.

Re: Rasberry Pi3 + DIY USB + G27=Perfect only for a few minu

Posted: Fri Apr 29, 2016 10:45 am
by dermax93
Matlo wrote:@dermax93
I suspect a power supply issue as there are timeouts with the wheel (endpoint 0x01) and errors with the Dualshock 4 (endpoint 0x84).
I expierenced this with 1.8A and a 2A power supply, only the TTL converter is directly plugged to the Pi all the other peripherals are on a 2A powered external hub. But i get the exact same fails if everything is plugged into the pi w/o the external powered USB hub.

the error from the dualshock is when i unplug it to get gimx to crash and close.

Re: Rasberry Pi3 + DIY USB + G27=Perfect only for a few minu

Posted: Fri Apr 29, 2016 11:37 am
by Matlo
@dermax93
Which version of the RPi do you use?

Re: Rasberry Pi3 + DIY USB + G27=Perfect only for a few minu

Posted: Mon May 02, 2016 9:10 am
by dermax93
Is a RPi 2 B+ on the firmware i mentioned above.

Re: Raspberry Pi3 + DIY USB + G27=Perfect only for a few min

Posted: Tue May 03, 2016 8:23 pm
by Dasato
Ok, I've received today a new power supply. This one:


https://www.amazon.es/gp/product/B01566 ... UTF8&psc=1

I’ve plugged everything as usual and for more than 8 minutes everything works fine.

After that, back to reality, fails as usual, LIBUSB_TRANSFER_TIMED_OUT.

So I decided to try again all cables I have at home.



I think it’s a representative sample to discard a cable problem. None of the combinations worked. These same cables, all of them, work perfectly if I use Gimx with my laptop.

So I don’t know what to try now. Or there is a problem with the built-in G27’s USB cable or my RPi doesn’t work properly for some reason.

I give up. with this.

Re: Raspberry Pi3 + DIY USB + G27=Perfect only for a few min

Posted: Wed May 04, 2016 12:56 pm
by Matlo
I think this may be a RPi firmware issue.

I did not use GIMX on RPi a lot since October 2015. You may try the firmware I was using at this time:

Code: Select all

sudo rpi-update eafa2ce3317f3dc7543642e2b41aee86a5f1aca3
sudo reboot

Re: Raspberry Pi3 + DIY USB + G27=Perfect only for a few min

Posted: Wed May 04, 2016 3:28 pm
by Dasato
I hope! I'll try this night and I'll post the results.

Thanks Matlo

Re: Raspberry Pi3 + DIY USB + G27=Perfect only for a few min

Posted: Wed May 04, 2016 6:27 pm
by Dasato
One more thing, mine is a RPi 3, it's that command valid for my Pi??