You may want to try XI_interface if this isnt working.
http://xizard.free.f..._interface.html
And if you can figure out how to install it successfully, tell me how you did it cuz i get errors. :/
EDIT:
I just installed xfer9860 and am having the same problem:
sudo src/xfer9860 -i
[sudo] password for flyingfisch:
--- xfer9860 v0.2.1 Copyright (C) 2007 Andreas Bertheussen and Manuel Naranjo.
[>] Setting up USB connection..
ERR: usb_set_configuration(): -110
[E] A listening device could not be found.
Make sure it is receiving; press [ON], [MENU], [sin], [F2]
What link cable are you using? I'm using the USB cable, but the software you linked to says it uses the serial cable.
EDIT: I retried this, and it seems that I am getting the same error.
[root@Hactar src]# ./xfer9860 -i
--- xfer9860 v0.2.1 Copyright (C) 2007 Andreas Bertheussen and Manuel Naranjo.
[>] Setting up USB connection..
ERR: usb_set_configuration(): -110
[E] A listening device could not be found.
Make sure it is receiving; press [ON], [MENU], [sin], [F2]
When I tried increasing the packet delay with i, I got the same as before:
[root@Hactar src]# ./xfer9860 -it 1
--- xfer9860 v0.2.1 Copyright (C) 2007 Andreas Bertheussen and Manuel Naranjo.
[>] Setting up USB connection.. Connected!
[>] Verifying device.. Failed.
After digging through the code a bit, I have found what seems to be the source:
printf("Connected!\n");
printf("[>] Verifying device.. ");
if (fx_doConnVer(usb_handle) != 0) { printf("Failed.\n"); goto exit_release; }
else { printf("Done!\n"); }
However, I wasn't able to look over it carefully. It was from the file "getinfo.c"
Edited by Forty-Two, 07 January 2012 - 03:43 AM.