[FIXED] GIMX doesn't get transferred to PS3

Need help? Ask here and someone will help
Post Reply
bCloud09c
Posts: 30
Joined: Tue Jan 31, 2012 1:38 pm

[FIXED] GIMX doesn't get transferred to PS3

Post by bCloud09c »

Hi,

I put together the USB -> PS3 adapter per the dummies tutorial, loaded the firmware on to the device, and then plugged it in to my ps3 accordingly. However, when I start gimx with my config file, nothing happens. I'm using the cp2102 converter with the solderless teensy. I've made sure that my connecting wires are connected gnd -> gnd, rx -> rx, and tx -tx. The gimx is grabbing my mouse (g700) and keyboard input and I can see it in terminal.

Any ideas why the translation isn't making it to the ps3? Do I need to change something with my ps3?

My xml config file is attached in the following reply post... it was too long for this post.

Thanks,
Brandon
bCloud09c
Posts: 30
Joined: Tue Jan 31, 2012 1:38 pm

Re: GIMX doesn't get transferred to PS3

Post by bCloud09c »

Here is my config file code..

Code: Select all

  <?xml version="1.0" encoding="UTF-8" ?> 
- <root>
- <controller id="1" dpi="5700">
- <configuration id="1">
  <trigger type="" id="" name="" button_id="" switch_back="no" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Rectangle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
- <button_map>
- <button id="cross">
  <device type="keyboard" id="0" name="Standard 101/102-Key or Microsoft Natural PS/2 Keyboard with HP QLB" /> 
  <event type="button" id="SPACE" /> 
  </button>
- <button id="square">
  <device type="mouse" id="0" name="Logitech HID-compliant Cordless Mouse" /> 
  <event type="button" id="BUTTON_WHEELUP" /> 
  </button>
- <button id="r3">
  <device type="keyboard" id="0" name="Standard 101/102-Key or Microsoft Natural PS/2 Keyboard with HP QLB" /> 
  <event type="button" id="LCTRL" /> 
  </button>
- <button id="triangle">
  <device type="keyboard" id="0" name="Standard 101/102-Key or Microsoft Natural PS/2 Keyboard with HP QLB" /> 
  <event type="button" id="f" /> 
  </button>
- <button id="start">
  <device type="keyboard" id="0" name="Standard 101/102-Key or Microsoft Natural PS/2 Keyboard with HP QLB" /> 
  <event type="button" id="RETURN" /> 
  </button>
- <button id="PS">
  <device type="keyboard" id="0" name="Standard 101/102-Key or Microsoft Natural PS/2 Keyboard with HP QLB" /> 
  <event type="button" id="BACKSPACE" /> 
  </button>
- <button id="select">
  <device type="mouse" id="0" name="Logitech HID-compliant Cordless Mouse" /> 
  <event type="button" id="BUTTON_WHEELDOWN" /> 
  </button>
- <button id="l3">
  <device type="keyboard" id="0" name="Standard 101/102-Key or Microsoft Natural PS/2 Keyboard with HP QLB" /> 
  <event type="button" id="LSHIFT" /> 
  </button>
- <button id="l2">
  <device type="keyboard" id="0" name="Standard 101/102-Key or Microsoft Natural PS/2 Keyboard with HP QLB" /> 
  <event type="button" id="g" /> 
  </button>
- <button id="circle">
  <device type="keyboard" id="0" name="Standard 101/102-Key or Microsoft Natural PS/2 Keyboard with HP QLB" /> 
  <event type="button" id="e" /> 
  </button>
- <button id="up">
  <device type="keyboard" id="0" name="Standard 101/102-Key or Microsoft Natural PS/2 Keyboard with HP QLB" /> 
  <event type="button" id="UP" /> 
  </button>
- <button id="down">
  <device type="keyboard" id="0" name="Standard 101/102-Key or Microsoft Natural PS/2 Keyboard with HP QLB" /> 
  <event type="button" id="DOWN" /> 
  </button>
- <button id="left">
  <device type="keyboard" id="0" name="Standard 101/102-Key or Microsoft Natural PS/2 Keyboard with HP QLB" /> 
  <event type="button" id="LEFT" /> 
  </button>
- <button id="right">
  <device type="keyboard" id="0" name="Standard 101/102-Key or Microsoft Natural PS/2 Keyboard with HP QLB" /> 
  <event type="button" id="RIGHT" /> 
  </button>
- <button id="down">
  <device type="keyboard" id="0" name="Standard 101/102-Key or Microsoft Natural PS/2 Keyboard with HP QLB" /> 
  <event type="button" id="q" /> 
  </button>
- <button id="up">
  <device type="keyboard" id="0" name="Standard 101/102-Key or Microsoft Natural PS/2 Keyboard with HP QLB" /> 
  <event type="button" id="t" /> 
  </button>
- <button id="left">
  <device type="mouse" id="0" name="Logitech HID-compliant Cordless Mouse" /> 
  <event type="button" id="BUTTON_X2" /> 
  </button>
- <button id="right">
  <device type="mouse" id="0" name="Logitech HID-compliant Cordless Mouse" /> 
  <event type="button" id="BUTTON_X1" /> 
  </button>
- <button id="l1">
  <device type="mouse" id="0" name="Logitech HID-compliant Cordless Mouse" /> 
  <event type="button" id="BUTTON_RIGHT" /> 
  </button>
- <button id="r1">
  <device type="mouse" id="0" name="Logitech HID-compliant Cordless Mouse" /> 
  <event type="button" id="BUTTON_LEFT" /> 
  </button>
  </button_map>
- <axis_map>
- <axis id="rstick x">
  <device type="mouse" id="0" name="Logitech HID-compliant Cordless Mouse" /> 
  <event type="axis" id="x" dead_zone="35" multiplier="13" exponent="0.39" shape="Circle" buffer_size="2" filter="1" /> 
  </axis>
- <axis id="rstick y">
  <device type="mouse" id="0" name="Logitech HID-compliant Cordless Mouse" /> 
  <event type="axis" id="y" dead_zone="35" multiplier="19.34" exponent="0.39" shape="Circle" buffer_size="2" filter="1" /> 
  </axis>
- <axis id="lstick up">
  <device type="keyboard" id="0" name="Standard 101/102-Key or Microsoft Natural PS/2 Keyboard with HP QLB" /> 
  <event type="button" id="w" /> 
  </axis>
- <axis id="lstick down">
  <device type="keyboard" id="0" name="Standard 101/102-Key or Microsoft Natural PS/2 Keyboard with HP QLB" /> 
  <event type="button" id="s" /> 
  </axis>
- <axis id="lstick left">
  <device type="keyboard" id="0" name="Standard 101/102-Key or Microsoft Natural PS/2 Keyboard with HP QLB" /> 
  <event type="button" id="a" /> 
  </axis>
- <axis id="lstick right">
  <device type="keyboard" id="0" name="Standard 101/102-Key or Microsoft Natural PS/2 Keyboard with HP QLB" /> 
  <event type="button" id="d" /> 
  </axis>
  </axis_map>
  </configuration>
- <configuration id="2">
  <trigger type="" id="" name="" button_id="" switch_back="no" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="3">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="4">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="5">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="6">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="7">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="8">
  <trigger type="" id="" name="" button_id="" switch_back="no" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
  </controller>
- <controller id="2" dpi="0">
- <configuration id="1">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="2">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="3">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="4">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="5">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="6">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="7">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="8">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
  </controller>
- <controller id="3" dpi="0">
- <configuration id="1">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="2">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="3">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="4">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="5">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
bCloud09c
Posts: 30
Joined: Tue Jan 31, 2012 1:38 pm

Re: GIMX doesn't get transferred to PS3

Post by bCloud09c »

... and here's the second half of my config file... soo long!

Code: Select all

- <configuration id="6">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="7">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="8">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
  </controller>
- <controller id="4" dpi="0">
- <configuration id="1">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="2">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="3">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="4">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="5">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="6">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="7">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="8">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
  </controller>
- <controller id="5" dpi="0">
- <configuration id="1">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="2">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="3">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="4">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="5">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="6">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="7">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="8">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
  </controller>
- <controller id="6" dpi="0">
- <configuration id="1">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="2">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="3">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="4">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="5">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="6">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="7">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="8">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
  </controller>
- <controller id="7" dpi="0">
- <configuration id="1">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="2">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="3">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="4">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="5">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="6">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="7">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
- <configuration id="8">
  <trigger type="" id="" name="" button_id="" switch_back="" delay="0" /> 
- <intensity_list>
- <intensity control="left_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
- <intensity control="right_stick" dead_zone="0" shape="Circle" steps="1">
  <up type="" name="" id="" button_id="" /> 
  <down type="" name="" id="" button_id="" /> 
  </intensity>
  </intensity_list>
  <button_map /> 
  <axis_map /> 
  </configuration>
  </controller>
  </root>
bCloud09c
Posts: 30
Joined: Tue Jan 31, 2012 1:38 pm

Re: GIMX doesn't get transferred to PS3

Post by bCloud09c »

It's working now!!!! I had to install the cp2102 drivers for windows xp! Awesome!
User avatar
McKack
Posts: 359
Joined: Thu Jul 07, 2011 7:01 pm
Location: Norway
Contact:

Re: [FIXED] GIMX doesn't get transferred to PS3

Post by McKack »

Good to hear. The ones via Windows Update or manually downloaded? I should include that step in the tutorial.
My Config Repository | PSN: McKack - Steam: McKack - XBL: Ozukaki | Config Post Template
bCloud09c
Posts: 30
Joined: Tue Jan 31, 2012 1:38 pm

Re: [FIXED] GIMX doesn't get transferred to PS3

Post by bCloud09c »

McKack,

I downloaded the windows drivers that you link to in the "DIY PC -> PS3 tutorial". However, the drivers weren't mentioned in the "... for Dummies" tutorial. Also, for what it's worth, I'm on Windows XP SP3.

I didn't have too much time to configure my mouse settings and whatnot last night, but it worked pretty well. Kinda choppy, but still much better than using the six axis controller. I'll do more configuration this evening.

-Brandon
User avatar
McKack
Posts: 359
Joined: Thu Jul 07, 2011 7:01 pm
Location: Norway
Contact:

Re: [FIXED] GIMX doesn't get transferred to PS3

Post by McKack »

That is Matlo's tutorial ;)

It's been a while since I've used the adapter with Windows XP so I had forgotten about the drivers (I don't think I needed them with Windows 7)
I'll update the Dummy tutorial with that info. Thanks for sharing your experience.
My Config Repository | PSN: McKack - Steam: McKack - XBL: Ozukaki | Config Post Template
Post Reply