[mythtv-users] Anyone good with udev rules?

Michael T. Dean mtdean at thirdcontact.com
Wed Sep 13 20:01:09 UTC 2006


On 09/13/06 13:25, Jeff Simpson wrote:

>So for example, I might try this line:
>
>KERNEL=="video[0-9]", SYSFS{name}=="ivtv0 encoder MPEG", NAME="video0"
>
>That line (should) take any videoX device that matches "ivtv0 encoder
>MPEG" and assign it specifically to video0 (and not whatever video
>device it started as). You could just as easily do:
>
>KERNEL=="video[0-9]", SYSFS{name}=="ivtv0 encoder MPEG", NAME="pvr150_video0"
>
>to give the video device a more specific and helpful name.
>
You'd be better off adding a SYMLINK="ivtv0" (or "pvr150_video0" or 
whatever) rather than changing the default name.

Mike



More information about the mythtv-users mailing list