[mythtv-users] UDev rules for Dual Tuner Cards

Mike Perkins mikep at randomtraveller.org.uk
Sun Apr 4 16:43:17 UTC 2010


Steven Ellis wrote:
> 
> SUBSYSTEM=="dvb", ATTRS{vendor}=="0x1131", ATTRS{device}=="0x7164",
> ENV{hvr2200}!="two", ENV{hvr2200}="two", PROGRAM="/bin/sh -c 'K=%k;
> K=$${K#dvb}; printf dvb/adapter170/%%s $${K#*.}'", SYMLINK+="%c" 
> SUBSYSTEM=="dvb", ATTRS{vendor}=="0x1131", ATTRS{device}=="0x7164",
> ENV{hvr2200}=="two", ENV{hvr2200}="one", PROGRAM="/bin/sh -c 'K=%k;
> K=$${K#dvb}; printf dvb/adapter171/%%s $${K#*.}'", SYMLINK+="%c"
> 
Looks like you have a typo in the first of these two lines if the second is a
sample of what you're aiming at:

ENV{hvr2200}!="two", ENV{hvr2200}="two"

I guess one of those should be a "one".

-- 

Mike Perkins



More information about the mythtv-users mailing list