[PS4] Raspberry Pi + Teensy 2.0 cant get it to work.

Need help? Ask here and someone will help
dmp
Posts: 8
Joined: Mon Mar 21, 2016 12:02 am

Re: [PS4] Raspberry Pi + Teensy 2.0 cant get it to work.

Post by dmp »

I think I just found what was wrong. Apparently the /boot/cmdline.txt file was corrupted (even after a fresh raspbian install?!). So the UART wasn't working properly. :oops:
I used this guide to restore the file and disable the console login.

When I run gimx now I get this:

Code: Select all

 gimx -p /dev/ttyAMA0 -c LogitechDrivingForcePro_G29.xml --status
controller #1: option -p with value `/dev/ttyAMA0'
now reading arguments for controller #2
global option -c with value `LogitechDrivingForcePro_G29.xml'
status flag is set
native mode is already enabled for HID device 01:01:02 (PID=c298)
Detected USB adapter: G29 PS4.
using default refresh period: 5.00ms
joystick not found: Logitech Logitech Driving  Force Pro 0
closing unused uhid joysticks... done
Warning: can't open macro directory /home/pi//.gimx//macros/
I attached a friend's G27 so I could use the profile that is available for that and it worked! So now all that remains is fixing the profile for the DFP (the ubuntu profile i made is not working).
Post Reply