From: Tormod V. <lis...@gm...> - 2014-10-27 20:43:52
|
On Mon, Oct 27, 2014 at 6:35 PM, Bob Self wrote: > I didn't know about udev. I set the rule to > > ATTR{idVendor}=="0fcf", ATTR{idProduct}=="1008", MODE+="666" > > in /etc/udev/rules.d/70-persistent-net.rules > > I know that I could/should put the rule in some other file, but don't know > what to name it. This seems to work. You can call it Bob.rules It is considered better practice to attribute the device to some group like "plugdev" instead of giving everybody full access to it. No big deal on a single-user, non-networked machine though. Regards, Tormod |