<html><head><title>Re: [mythtv-users] analog hvr 1600</title>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
</head>
<body>
<span style=" font-family:'Courier New'; font-size: 9pt;">Hoi blisbell,<br>
<br>
Monday, November 17, 2014, 9:04:37 AM, you wrote:<br>
<br>
</span><table>
<tr>
<td width=16 bgcolor= #0000ff><br>
</td>
<td width=852><span style=" font-family:'courier new'; font-size: 9pt;">I have my tuner moving from /dev/video0 or /dev/video3 during reboots. How can i make it stay at video0 like with a options-dvb.conf for the digital tuners?</td>
</tr>
</table>
<br><br>
<br>
<span style=" font-family:'Courier New'; font-size: 9pt;">With an udev rule you can give it its own name through a simlink. For instance: /dev/v4l/hvr1600/video <br>
If you run: udevadm info --attribute-walk --path $(udevadm info --query path --name=/dev/video0)<br>
you get info about it. You can than use a rule like:<br>
<br>
SUBSYSTEM=="video4linux", \<br>
        KERNEL=="video*", \<br>
        ATTR{name}=="ivtv0 encoder MPG", \<br>
        ATTRS{vendor}=="0x4444", \<br>
        ATTRS{subsystem_vendor}=="0x0070", \<br>
        SYMLINK+="v4l/IVTV0/video"<br>
<br>
This one is for a PVR350/150/500. Replace with what you find with udevadm<br>
<br>
<br>
Tot mails,<br>
  Hika                            </span><a style=" font-family:'courier new'; font-size: 9pt;" href="mailto:hikavdh@gmail.com">mailto:hikavdh@gmail.com</a><br>
<br>
<span style=" font-family:'Courier New'; font-size: 9pt;">"Zonder hoop kun je niet leven<br>
Zonder leven is er geen hoop<br>
Het eeuwige dilemma<br>
Zeker als je hoop moet vernietigen om te kunnen overleven!"<br>
<br>
De lerende Mens</body></html>