|
From: Xiaofan C. <xia...@gm...> - 2009-10-13 06:56:04
|
On Tue, Oct 13, 2009 at 2:08 PM, Kustaa Nyholm <Kus...@pl...> wrote: > Ok, anyway I did a clean Ubuntu install first thing this morning, > verified that I get permission error without the modifiaction > to the default udev rule for usb devices and that after modification > I get no such directory/file error on claim interface. That is why I suspect this might have something to do with the udev rules. You can delete your own udev rule and try run your libusb program with sudo (you still need to detach the kernel driver if it is claimed by the kernel drivers) and see if that works. If that works, you know the problem is with the udev rules. Newer version of libusb does not depend on mount usbfs anymore, instead it uses sysfs. -- Xiaofan http://mcuee.blogspot.com |