Building ivtv kernel modules under Kubuntu
Note to self: following the next kernel upgrade, when wondering how to
rebuild the ivtv modules needed for MythTV, just remember that apt-get
install linux-headers-686 really helps: it then really reduces to
cd driver; make; make install. Thanks to this page
for the reminder.