Mailing List Archive

Question on Driver Status
I am using ivtv 1.4.1 with mythtv 0.22 running on Ubuntu 9.10.

I have an issue where the mythtv starts too soon before all of my PVR-150
tuners (I am usign 4) are initialized.

I am in the process of writing a delay script that will wait for driver
status before allowing mythtv to start.

Is there any way to query the ivtv driver for status against a specific
card? Ideally I would do the following;

if [. Card1 = Up and Card2 = Up and Card3 = Up and Card4 = Up ] then start
mythtv.

-Steve