Re: [linux-minidisc] libusb1.USBError


Hey Michael,

Right, these two commands are as is! No removal of any quotation marks, correct?

First = echo "ATTRS{idVendor}==\"054c\", ATTRS{idProduct}==\"0186\",
           MODE=\"0664\",GROUP=\"plugdev\"" > /tmp/netmd.rules

Second = sudo mv /tmp/netmd.rules /etc/udev/rules.d/netmd.rules

Will let you know....

regards,

Brian E. GEORGE



-----Original Message-----
From: Michael Karcher <Michael.Karcher@fu-berlin.de>
To: bredgeo1@netscape.net
Cc: glaubitz@physik.fu-berlin.de; linux-minidisc@lists.fu-berlin.de
Sent: Sun, Sep 5, 2010 2:00 pm
Subject: 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