sorry for writing so many reply to this, but I found a fix that I think will be accepted. Sorry I'm not sure how to make a patch<br>anyhow in file<br>src/mythtv/libs/libmythtv/v4lchannel.cpp<br><br>line 102<br>was <br>
if (driver_name == "bttv" )<br>but needs to be <br> if (driver_name == "bttv" || driver_name == "cx8800")<br><br><br>fixes everything<br><br>regards<br>Eric<br><br><br><br><br><br>