Need help? Ask here and someone will help
Matlo
Posts: 5764 Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:
Post
by Matlo » Mon Jun 09, 2014 3:18 pm
Try this:
Code: Select all
sudo apt-get install gcc libusb-1.0-0-dev
wget https://raw.githubusercontent.com/matlo/GIMX/dev/core/utils/sixaddr.c
gcc -o sixaddr sixaddr.c -lusb-1.0
sudo ./sixaddr
And post the content of the terminal.
GIMX creator
kenshihimura
Posts: 20 Joined: Thu Sep 26, 2013 6:25 am
Post
by kenshihimura » Wed Jun 11, 2014 10:02 am
ducky@ducky-N55SF:~$ gcc -o sixaddr sixaddr.c -lusb-1.0
ducky@ducky-N55SF:~$ sudo ./sixaddr
[sudo] password for ducky:
Can't detach kernel driver.
ducky@ducky-N55SF:~$
Matlo
Posts: 5764 Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:
Post
by Matlo » Thu Jun 12, 2014 10:08 pm
Do you have a friend from whom to borrow a controller?
GIMX creator
kenshihimura
Posts: 20 Joined: Thu Sep 26, 2013 6:25 am
Post
by kenshihimura » Sun Jun 15, 2014 10:05 am
I guess there's nothing I can do without using other controllers to test = /
Matlo
Posts: 5764 Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:
Post
by Matlo » Sun Jun 15, 2014 10:21 am
Does the "Can't detach kernel driver." message happen every time?
What's the result if you unplug/replug the usb cable and run "sudo ./sixaddr" again?
GIMX creator
kenshihimura
Posts: 20 Joined: Thu Sep 26, 2013 6:25 am
Post
by kenshihimura » Mon Jun 16, 2014 1:26 am
Yep it happens every time. I don't mind spending money buying a new controller but I am afraid that after I bought it, then only realize it's not controller issue = /
Matlo
Posts: 5764 Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:
Post
by Matlo » Mon Jun 16, 2014 6:03 pm
Maybe it is a USB cable issue? Did you try with other USB cables?
GIMX creator