Re: the permissions, I reviewed the usbfs interface again and I think it
should be possible to get the device info in read-only mode, i.e. so write
access isn't needed. If I get the JNI updated I will let you know.
On Sun, Sep 27, 2009 at 9:46 AM, Andre Juffer wrote:
> Hi Dan,
>
> thanks for t
Hi Dan,
thanks for the reply. I changed the permissions to ensure rw access to
the nodes. That is, I have not changed w permissions for /dev or
/dev/bus as this may result in all kinds of undesirable side effects,
but but only for usb in /dev/bus:
cd /dev/bus
chmod -R a+w usb
This affected th
I should add to my previous message, I need to issue
cd /dev/bus
chmod -R a+w usb
each time I connect some USB device to one of the ports, so that
FindUsbDevice actually finds it.
Dan Streetman wrote:
> The library requires read-write access to the USB nodes, so try either
> running the progr
The library requires read-write access to the USB nodes, so try either
running the program as root or change the permissions on the
/dev/bus/usb/NNN/NNN nodes.
On Wed, Sep 23, 2009 at 5:31 PM, Andre Juffer wrote:
> Hello,
>
> I was wondering whether the JavaxUsb library would properly work on a