On Fri, Jan 30, 2009 at 1:10 PM, Dirk Beer <rdbeer@xxxxxxxxx> wrote: >>From: Dirk Beer <rdbeer@xxxxxxxxx> >>Date: Fri, Jan 30, 2009 at 11:04 AM >>Subject: udev rule MODE not working? >>To: linux-hotplug@xxxxxxxxxxxxxxx >> >>ATTR{idVendor}=="04fa", ATTR{idProduct}=="2490", >GROUP="ow", MODE="0664" >> > I managed to solve this problem by using > > MODE:="0664" > > so apparently something else was changing permissions after my rule was called. Most of the permission rules are in 50-udev-default.rules, so moving your rules after 50 would probably do the trick, too. But what you're doing is perfectly acceptable. Would probably want to do GROUP:="ow" to be safe, too. -- Dan -- To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html