No Controller Detected on Titan One

Need help? Ask here and someone will help
Post Reply
fvig2001
Posts: 2
Joined: Tue Sep 30, 2014 10:35 pm

No Controller Detected on Titan One

Post by fvig2001 »

Hi.

I have a Titan One and it works on my consoles. I've tried setting it up to be used with GIMX and connector_init failed appears on the terminal then closes. I followed the following steps based on the wiki:

1. Connect Titan One to PC (on programmer side) and connect Titan One usb end to PS3.
2. Attach ps3 controller to input side of Titan One
3. Insert 360 controller to PC (installed xbox 360 additions)
4. Download Xbox 360 USB xinput config
5. Set output to GPP/Cronus
6. Set input to Physical Devices
7. Press Check (No errors)
8. Press Start (Error occurs, no controller detected).

This was performed on Windows 8.1 x64 using GIMX 3.3. I am also using 2.06 firmware for my Titan One.

*edit1:
I checked the source code and I think the PID is wrong for Titan One.
In source code:
rawhid_open(1, 0x2508, 0x0001, 0xFFAB, 0x0200);
int rawhid_open(int max, int vid, int pid, int usage_page, int usage);
but in control panel:
HID\VID_2508&PID_0003&REV_0100
HID\VID_2508&PID_0003
HID_DEVICE_UP:FFAB_U:0200
HID_DEVICE_UPR:FF00-FFFF
HID_DEVICE

I think they changed it from CronusMax to Titan One.

*edit2:
So I just compiled my modified source code and it worked. I guess you should add another if statement for:
rawhid_open(1, 0x2508, 0x0003, 0xFFAB, 0x0200);
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: No Controller Detected on Titan One

Post by Matlo »

Thanks.

I opened issue #288 and fixed it.
GIMX creator
Post Reply