Re: [linux-minidisc] libusb1.USBError


Am Sonntag, den 05.09.2010, 06:48 -0400 schrieb bredgeo1@netscape.net:
> I have tried a few diffrent entries with and with out quotations and 
> things... It still denise permission.
Yes, that command does not work the way Adrian wants it, because the
output redirection is not established as root. Try the following two
commands instead:

echo "ATTRS{idVendor}==\"054c\", ATTRS{idProduct}==\"0186\", MODE=\"0664\",GROUP=\"plugdev\"" > /tmp/netmd.rules
sudo mv /tmp/netmd.rules /etc/udev/rules.d/netmd.rules

Regards,
  Michael Karcher