[mythtv-users] UDEV rules

Bill Meek keemllib at gmail.com
Sat Jan 25 01:05:28 UTC 2014


On 01/24/2014 06:43 PM, Yan Seiner wrote:
>
> On 01/24/2014 04:42 PM, Mark Perkins wrote:
>>
>>
>> > Date: Fri, 24 Jan 2014 18:21:33 -0600
>> > From: keemllib at gmail.com
>> > To: mythtv-users at mythtv.org
>> > Subject: Re: [mythtv-users] UDEV rules
>> >
>> > Hi,
>> >
>> > I'm just watching this thread, not writing rules yet, but in a earlier
>> > post Daryl reported:
>> >
>> > lrwxrwxrwx 1 root root 13 Jan 23 13:13 dig1250 -> adapter0/net0
>> > lrwxrwxrwx 1 root root 13 Jan 23 13:14 DigKW150 -> adapter1/net0
>> >
>> > Shouldn't those links be pointing to frontend0 rather than net0?
>> >
>> > --
>> > Bill
>> > _______________________________________________
>>
>> Hmmmm - I thought that the owner:group should be root:video not root:root as well?
>
> The link is owned by root, with permissions set to 777.  The file it's pointing to sets the actual permissions.
>

Daryl could try:

     sudo ln -s /dev/dvb/adapter0/frontend0 /dev/JustTesting

to see if that works with mythtv-setup. Of course the link
would vanish after the next boot. The idea is to prove that
linking to frontend0 works. Then the problem is how to tell
udev to link to it rather than net0.

-- 
Bill


More information about the mythtv-users mailing list