Page 1 of 1

PS4 - RPi - G27

Posted: Fri May 18, 2018 1:45 am
by Dom_Christo
Anyone else seen this kind of behavior?
Long start time before Gimx starts?
Using LED and /home/pi/blink.py to notify when GIMX starts.
The led comes on for 3-4 seconds and turns off again, happens about 5/6 times.
Sometimes unplugging / plugin the G27 or DS4 will make it work.
Sometimes it just starts fine.

Re: PS4 - RPi - G27

Posted: Fri May 18, 2018 2:58 am
by kaiba_seto2004
Hi Dom,
Which image you use on your Rp? Is it confirmed working good?

Re: PS4 - RPi - G27

Posted: Fri May 18, 2018 3:10 am
by Dom_Christo
Using preconfigured image from Tutorial by: Rudi Rastelli

Re: PS4 - RPi - G27

Posted: Fri May 18, 2018 3:55 am
by kaiba_seto2004
Can you try this prebuilt image, it worked good for me (using a Momo racing)

Re: PS4 - RPi - G27

Posted: Mon May 21, 2018 1:21 am
by Dom_Christo
Think my problem might be start time?
If i just wait it seems to be working after 4-5minutes.
Does this sound normal?
Could it be my SD Card?

Re: PS4 - RPi - G27

Posted: Mon May 21, 2018 8:13 am
by kaiba_seto2004
Can you connect your Rpi to a display to see what was going on?

Re: PS4 - RPi - G27

Posted: Wed May 23, 2018 7:04 am
by Dom_Christo
I can see the GIMX service start / stop about 3-4 times.

Re: PS4 - RPi - G27

Posted: Thu May 24, 2018 2:18 am
by kaiba_seto2004
Use this command to check status.

Code: Select all

sudo systemctl status gimx.service
Then you can recheck gimx.service script again, use

Code: Select all

nano /etc/systemd/system/gimx.service
You can also stop gimx service and use gimx with graphical interface. So we can make sure what reason is.