Page 1 of 1

Asetek Forte Wheel/Pedals Not Detected

Posted: Fri Sep 22, 2023 7:46 pm
by sterdad
I am having issues with GIMX Config Axis when trying to auto detect my Asetek Forte Wheel and Pedals. When I press the Auto Detect button in the Axis tab, a pop up window or modal asks which Asetek joystick to choose: Asetek Joystick 0 or Asetek Joystick 1.

When I select either for the wheel, it automatically fills in the wheel's configuration without me having to move the steering wheel. The pedals also asks which joystick to use but does ask me to push and release the throttle or brake.

GIMX Config is able to auto detect the buttons and they work when playing Gran Turismo 7 but steering and the pedals do not work.

Below is the log:

Code: Select all

global option -c with value 'g27-asetek.xml'
controller #1: option -p with value 'COMS' now reading arguments for controller #2
subpos flag is set
force_updates flag is set auto-grab flag is set GIMX adapter detected, controller type is: 627 PS3.
Firmware version: 8.0
Reset sent to the GIMX adapter. Current baudrate: 500000 bps.
Trying baudrate: 2000000 bps. Trying baudrate: 1000000 bps.
Trying baudrate: 500000 bps.
Using baudrate: 500000 bps. no pass-through device is needed
If target is a PS3, start the game with a dualshock 3, and then reassign game controllers. using default refresh period: 10.00ms
Haptic core has source haptic_source_lg for device 046d:c29b No haptic sink found for joystick 2 (Forte Wheel)
rounding timer period 10000us to 9920us
I followed @CorporateZombie's YouTube Video

Hardware Used:
Arduino Micro
IZOKEE CP2102 Module USB to TTL 5PIN Serial Converter Adapter Module Downloader for UART STC 3.3V and 5V with Jumper Wires
https://www.amazon.com/dp/B07D6LLX19?ps ... ct_details
Drive Hub Collective Minds
HORI Wired Mini Gamepad for Kids - PlayStation 4 Controller
Asetek Forte Wheelbase and Pedals
Playstation 5
Gran Turismo 7


Any help would be greatly appreciated, thanks!

Re: Asetek Forte Wheel/Pedals Not Detected

Posted: Fri Oct 06, 2023 2:45 pm
by Just
Hi,

Did you managed to get it working?? I am in the same boat. Was hoping to get it working for Forza Motorsport.

Re: Asetek Forte Wheel/Pedals Not Detected

Posted: Fri Oct 27, 2023 7:43 pm
by sterdad
Unfortunately no. How about you?

Re: Asetek Forte Wheel/Pedals Not Detected

Posted: Sun Dec 17, 2023 12:43 am
by SevenSam
for me it works: [youtube]https://www.youtube.com/watch?v=D2PWmGcUQYk[/youtube]

and I didn't do anything special :

Re: Asetek Forte Wheel/Pedals Not Detected

Posted: Thu Feb 15, 2024 1:06 am
by Simjay
SevenSam wrote: Sun Dec 17, 2023 12:43 am for me it works: [youtube]https://www.youtube.com/watch?v=D2PWmGcUQYk[/youtube]

and I didn't do anything special :
Can you please share your config settings?

Re: Asetek Forte Wheel/Pedals Not Detected

Posted: Sun Jun 09, 2024 11:50 am
by mighteemouse3
I had to do a little messing with it but I have a config that works. (It's not fine-tuned yet).
Steps if you want to detect something different:
1. Download an existing config from the launcher.
2. Go to the button mapping and change to axis up (or down) then auto-detect wheel turns or pedal presses. (this will give you the device name needed i.e. name="Forte Wheel" or name="LaPrima Wheelbase" or name="Forte S-Series Pedals"
3. In the existing config that you downloaded, start replacing the device names with what your devices are.

These steps might work for other bases that are not directly supported as well?

DO NOT try to auto-detect axis's. It will still give you the "Select device" prompt.
You CAN go into the button mapping and change the buttons themselves though.

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<root>
  <controller id="1" dpi="0" type="G29 PS4">
    <configuration id="1">
      <trigger type="" id="" name="" button_id="" switch_back="no" delay="0"/>
      <mouse_options_list/>
      <intensity_list/>
      <button_map>
        <button id="abs_axis_3" label="">
          <device type="joystick" id="0" name="Forte Wheel"/>
          <event type="button" id="78"/>
        </button>
        <button id="abs_axis_4" label="">
          <device type="joystick" id="0" name="Forte Wheel"/>
          <event type="button" id="81"/>
        </button>
        <button id="abs_axis_5" label="">
          <device type="joystick" id="0" name="Forte Wheel"/>
          <event type="button" id="80"/>
        </button>
        <button id="abs_axis_6" label="">
          <device type="joystick" id="0" name="Forte Wheel"/>
          <event type="button" id="79"/>
        </button>
        <button id="abs_axis_7" label="">
          <device type="joystick" id="0" name="Forte Wheel"/>
          <event type="button" id="12"/>
        </button>
        <button id="abs_axis_8" label="">
          <device type="joystick" id="0" name="Forte Wheel"/>
          <event type="button" id="5"/>
        </button>
        <button id="abs_axis_9" label="">
          <device type="joystick" id="0" name="Forte Wheel"/>
          <event type="button" id="4"/>
        </button>
        <button id="abs_axis_10" label="">
          <device type="joystick" id="0" name="Forte Wheel"/>
          <event type="button" id="13"/>
        </button>
        <button id="abs_axis_11" label="">
          <device type="joystick" id="0" name="Forte Wheel"/>
          <event type="button" id="29"/>
        </button>
        <button id="abs_axis_12" label="">
          <device type="joystick" id="0" name="Forte Wheel"/>
          <event type="button" id="31"/>
        </button>
      </button_map>
      <axis_map>
        <axis id="rel_axis_0" label="wheel">
          <device type="joystick" id="0" name="LaPrima Wheelbase"/>
          <event type="axis" id="0" dead_zone="0" multiplier="0.0039" exponent="1.00" shape=""/>
        </axis>
        <axis id="abs_axis_17" label="gas">
          <device type="joystick" id="0" name="Forte S-Series Pedals"/>
          <event type="axis" id="0" dead_zone="0" multiplier="0.008" exponent="1.00" shape=""/>
        </axis>
        <axis id="abs_axis_18" label="brake">
          <device type="joystick" id="0" name="Forte S-Series Pedals"/>
          <event type="axis" id="1" dead_zone="0" multiplier="0.008" exponent="1.00" shape=""/>
        </axis>
        <axis id="abs_axis_19" label="clutch">
          <device type="joystick" id="0" name="Forte S-Series Pedals"/>
          <event type="axis" id="2" dead_zone="0" multiplier="0.008" exponent="1.00" shape=""/>
        </axis>
      </axis_map>
      <joystick_corrections_list/>
      <force_feedback>
        <device type="joystick" id="0" name="LaPrima Wheelbase"/>
        <inversion enable="no"/>
        <gain rumble="100" constant="100" spring="100" damper="100"/>
      </force_feedback>
    </configuration>
  </controller>
</root>