Re: [linux-minidisc] libusb1.USBError
"Well, you misunderstood me." -Quoted from Adrian-
Adrian, believe me... I am not surprised by 'Me'............... LOL!
LOL!
I did read your writings a few times and though I had understood enough
to go forward, I guess not .
So, I am copying and pasting EXACTLY this in the terminal (without
adding or removing a single thing -be it quotation marks or any):
sudo echo "ATTRS{idVendor}==\"054c\", ATTRS{idProduct}==\"0186\",
MODE=\"0664\",GROUP=\"plugdev\"" > /etc/udev/rules.d/netmd.rules
HUMMMMM.... Did it and now something new! But I guess this is going
forward in a way! I now get this (it did not even ask for the password):
bredgeo@bredgeo-laptop:~$ sudo echo "ATTRS{idVendor}==\"054c\",
ATTRS{idProduct}==\"0186\",
MODE=\"0664\",GROUP=\"plugdev\"" > /etc/udev/rules.d/netmd.rules
bash: /etc/udev/rules.d/netmd.rules: Permission denied
bredgeo@bredgeo-laptop:~$
Yes, permission denied...... Interesting, is it not?
I am still in your hands.
Brian E. GEORGE
-----Original Message-----
From: Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
To: bredgeo1@netscape.net
Cc: linux-minidisc@lists.fu-berlin.de
Sent: Sun, Sep 5, 2010 11:13 am
Subject: Re: [linux-minidisc] libusb1.USBError
Hi Brian,
On Sep 5, 2010, at 12:05 PM, bredgeo1@netscape.net wrote:
Hello all,
I got around to it Airian, as you can see (I hope I put the right
info in the
right area)... And I get that the vendoe ID is not known:
bredgeo@bredgeo-laptop:~$ lsusb
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 002: ID 054c:0186 Sony Corp. Net MD
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 05e3:0722 Genesys Logic, Inc.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 04f2:b070 Chicony Electronics Co., Ltd
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
bredgeo@bredgeo-laptop:~$ ATTRS{idVendor}==054c,
ATTRS{idProduct}==0186,
MODE=-rw-rw-r--, GROUP=ls -l
ATTRS{idVendor}==054c,: command not found
bredgeo@bredgeo-laptop:~$
It might be in the "GROUP" entry that I messed up (or all)... As you
see this
is what I entered in the Terminal......... I hope it is not to funny:
Well, you misunderstood me. The line starting with "ATTRS" is not a
command, but
something
you have to add to some configuration file. You can achieve this by:
sudo echo "ATTRS{idVendor}==\"054c\", ATTRS{idProduct}==\"0186\",
MODE=\"0664\",GROUP=\"plugdev\"" > /etc/udev/rules.d/netmd.rules
This requires to enter your password. Just copy and paste it into a
terminal.
After that, please try again with netmd_dump.
Adrian=