I am using ivtv 1.4.1 with mythtv 0.22 running on Ubuntu 9.10.<br><br>I have an issue where the mythtv starts too soon before all of my PVR-150 tuners (I am usign 4) are initialized.<br><br>I am in the process of writing a delay script that will wait for driver status before allowing mythtv to start.<br>
<br>Is there any way to query the ivtv driver for status against a specific card? Ideally I would do the following;<br><br>if [ Card1 = Up and Card2 = Up and Card3 = Up and Card4 = Up ] then start mythtv.<br><br>-Steve<br>