change read/write permissions for USB hubs -- have I done it?
Hi, I am trying to compile and install a simple nesC program onto an intelmote2 (Imote2) via a USB port. The program compiles, but does not install on the mote, so I'm not sure I have set the USB permissions correctly. I looked in /dev and found:
usbmon0
usbmon1
...etc
usbdev1.1_ep00
usbdev1.1_ep81
usbdev2.1_ep00
usbdev2.1_ep81
...etc
I used the command: chmod 666 /dev/usbmon0
and similar for each in the list.
Have I forgotten something or made an error? Thanks for your help,
Andrew
|