Search found 5757 matches

by Matlo
Tue Oct 08, 2013 7:29 pm
Forum: Support
Topic: Sixaxis "Connection Error!"
Replies: 3
Views: 3531

Re: Sixaxis "Connection Error!"

No idea. This reseller is not recommended anymore as it seems the dongle chip changed :(
by Matlo
Tue Oct 08, 2013 7:44 am
Forum: Support
Topic: Sixaxis "Connection Error!"
Replies: 3
Views: 3531

Re: Sixaxis "Connection Error!"

Hi, Maybe the reseller changed to another supplier. Your screenshot shows that GIMX reads "Unknown" as chip version, instead of the expected "BlueCore4-ROM". What is the output of the command "hcirevision hci0" (without quotes) typed in a terminal? Instead of trying the...
by Matlo
Thu Oct 03, 2013 8:49 pm
Forum: Support
Topic: 360 Spoof Issues (Solved)
Replies: 18
Views: 9873

Re: 360 Spoof Issues (Solved)

I made the 360 spoof work in Windows :)

It requires to replace the stock 360 controller driver with the libusbk driver (winusb and libusb-win32 do not work).
This can easily be done using Zadig.

I built beta versions of the software and firmwares:
Please test it!
by Matlo
Thu Sep 26, 2013 5:54 pm
Forum: Support
Topic: 360 Spoof Issues (Solved)
Replies: 18
Views: 9873

Re: 360 Spoof Issues (Solved)

FYI, I'm currently refactoring the firmware source code: - the serial interrupt will be restored as some bytes are lost otherwise (it breaks the controller state) - the LUFA stack will be upgraded and factorized between the 3 firmwares (the source tree will have one more level which will be called '...
by Matlo
Thu Sep 26, 2013 6:31 am
Forum: GIMX Discussion
Topic: Bluetooth in notebook
Replies: 3
Views: 4147

Re: Bluetooth in notebook

It depends on the bluetooth module that is inside the notebook. The only way to know is to try.
by Matlo
Wed Sep 25, 2013 9:27 pm
Forum: Support
Topic: 360 Spoof Issues (Solved)
Replies: 18
Views: 9873

Re: 360 Spoof Issues (Solved)

If it works with usbspoof, it should also work through the GUI, as the GUI does execute usbspoof... Maybe you are running usbspoof from the GIMX/core source directory, and did not run 'sudo make install'? Adding a specific protocol to have more control on the adapter is a good idea. This will allow ...
by Matlo
Wed Sep 25, 2013 5:42 pm
Forum: Support
Topic: 360 Spoof Issues (Solved)
Replies: 18
Views: 9873

Re: 360 Spoof Issues (Solved)

I did not replace the serial_init with LUFA's Serial_Init just in case I want to restore the interrupt code.
I just replaced the code in serial_init with a call to Serial_Init.
by Matlo
Wed Sep 25, 2013 5:07 pm
Forum: Support
Topic: 360 Spoof Issues (Solved)
Replies: 18
Views: 9873

Re: 360 Spoof Issues (Solved)

You can test your serial adapter as explained there.
by Matlo
Wed Sep 25, 2013 4:47 pm
Forum: Support
Topic: 360 Spoof Issues (Solved)
Replies: 18
Views: 9873

Re: 360 Spoof Issues (Solved)

One of my controllers is the same as your controller.

I forgot to tell you that the teensy is now waiting for a byte before initializing the usb stack.
It has to be plugged to the 360 before running usbspoof.