[mythtv-users] Help getting KWorld/VStream XPert DVB-T to work

Nick knowledgejunkie at gmail.com
Fri Dec 23 02:12:52 EST 2005


On 23/12/05, Joacim J <jocke4news at gmail.com> 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


More information about the mythtv-users mailing list