View Single Post
Old September 3rd, 2008   #30
Commander_Bob
A Carafe of Ubuntu
 
Commander_Bob's Avatar
 
Join Date: Dec 2007
Location: California
Beans: 102
Ubuntu 9.04 Jaunty Jackalope
Re: [SOLVED] Libusb permissions?!?

YES! I finally got it to work!!!! I emailed Atmel and they said
Quote:
Originally Posted by Atmel
Dear Justin,
Flip has been build to work on Red Hat distribution, for the moment we don't have a Ubuntu version available, but there is a work around.
The problem is batchisp libatlibusb.so reading stuff from /sys/bus/usb
and /proc/bus/usb but it is require to read /dev/bus/usb on ubuntu distribution.
Thats why your system has failed.

Solution:
---------
"hack" libatlibusbdfu.so in a HEXeditor by replacing the /sys/bus/usb -> /dev/bus/usb.

Best Regards,
AVR32 UC3 Support
Atmel Technical Support Team
Hacked and working. I attached the changed file for anyone who needs it.
Attached Files
File Type: zip libatlibusbdfu.so.zip (21.5 KB, 37 views)
Commander_Bob is offline   Reply With Quote