On 23/12/05, Joacim J <[EMAIL PROTECTED]> wrote: > I have tried to add permissions rules but I can not get it working of > some reason. > > Now I looked into /etc/udev/rules.d/50-udev.rules and found: > > # DVB > KERNEL=="dvb/*", MODE="0660" > KERNEL=="dvb", MODE="0660" > KERNEL=="dvb/adapter*", MODE="0660" > > I modified it to: > > # DVB > KERNEL=="dvb/*", GROUP="mythtv", MODE="0666" > KERNEL=="dvb", GROUP="mythtv", MODE="0666" > KERNEL=="dvb/adapter*", GROUP="mythtv", MODE="0666" > > But still no luck!! Why doesn't this work?
Did you remove the old DVB rules file? Did you run udevstart again after deleting the old rules? You probably find the following site very useful: http://www.reactivated.net/writing_udev_rules.html >From the page: "The file /etc/udev/udev.conf contains a udev_log option. Setting this option to yes will cause udev to log some useful information about which rules are being applied to which nodes into the system logger. The logs will be included in /var/log/messages for most users." Nick _______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
