<div dir="ltr">
        
        


<p style="margin-bottom:0cm;line-height:100%">#
/etc/udev/rules.d/10-local.rules</p>
<p style="margin-bottom:0cm;line-height:100%"># 
</p>
<p style="margin-bottom:0cm;line-height:100%"># To Ientify serial
nos etc for a Device call</p>
<p style="margin-bottom:0cm;line-height:100%"># udevadm info -a -p
$(udevadm info -q path -n /dev/dvb/adapter0/frontend0)</p>
<p style="margin-bottom:0cm;line-height:100%"># 
</p>
<p style="margin-bottom:0cm;line-height:100%"># Create a symlink
for single tuner HP1250</p>
<p style="margin-bottom:0cm;line-height:100%">SUBSYSTEM=="dvb",
ATTRS{device}=="0x8852", PROGRAM="/bin/sh -c 'K=%k;
K=$${K#dvb}; printf dvb/adapterHP1250/%%s $${K#*.}; exit 0'",
SYMLINK+="%c"</p>
<p style="margin-bottom:0cm;line-height:100%"><br>

</p>
<p style="margin-bottom:0cm;line-height:100%"># Create a symlink
for single tuner WinTV device</p>
<p style="margin-bottom:0cm;line-height:100%">SUBSYSTEM=="dvb",
ATTRS{device}=="0x5b7a", PROGRAM="/bin/sh -c 'K=%k;
K=$${K#dvb}; printf dvb/adapterHP_Win/%%s $${K#*.}; exit 0'",
SYMLINK+="%c"</p>
<p style="margin-bottom:0cm;line-height:100%"><br>

</p>
<p style="margin-bottom:0cm;line-height:100%"># Create a symlink
for each of two single tuner Pinacle devices</p>
<p style="margin-bottom:0cm;line-height:100%">SUBSYSTEM=="dvb",
ATTRS{device}=="0x8802", PROGRAM="/bin/sh -c 'K=%k;
K=$${K#dvb}; printf dvb/adapterPC800(i,J)/%%s $${K#*.}; exit 0'",
SYMLINK+="%c"</p><p style="margin-bottom:0cm;line-height:100%"><br></p><p style="margin-bottom:0cm;line-height:100%">Whenever my replacement mobo gets here, I'll be putting two additional cards in it. The first rule works in the current setup, the second rule should work (since the first one does) BUT,</p><p style="margin-bottom:0cm;line-height:100%">since the second additional card is identical to one of my current cards, I'm wondering if the      "(i,j)" of the third rule/symlink will name two Pinacle cards PC800i, and PC800j.</p><p style="margin-bottom:0cm;line-height:100%"><br></p><p style="margin-bottom:0cm;line-height:100%">If not how might I modify the third rule to accomplish this?  TIA  Daryl</p></div>