[mythtv-users] udev rules for HVR-2250 analog capture

George Nassas gnassas at mac.com
Tue Jan 22 05:46:42 UTC 2013


On 2013-01-21, at 11:15 PM, Bob wrote:

> I have trying to use the analog capture portion of my HVR-2250, but they change after a reboot so I need to create some udev rules to create symbolic links. I tried the following:
> 
> KERNEL=="video[0-9]*", ATTR{name}=="saa7164[0] mpeg (Hauppauge WinT", ATTR{index}=="0", SYMLINK+="hvr2250_0"
> KERNEL=="video[0-9]*", ATTR{name}=="saa7164[0] mpeg (Hauppauge WinT", ATTR{index}=="1", SYMLINK+="hvr2250_1"
> 
> I appreciate any suggestions.

The [0] in the name is being taken as a regular expression so it matches only "saa71640 mpeg ...". You can replace the [0] with [[]0[]] or do a wildcard "saa7164* mpeg (Hauppauge WinT".

I just tried them against my 2250 and both work.

- George



More information about the mythtv-users mailing list