You need to read the dmesg, it's saying you have to specify the card when the module is added (albeit the developer decided to rant a bit about it too) you need to know which tv card you have and then match it up to a number in that list in your dmesg. Once you have the number do this: echo saa7134 card=100 sudo tee -a /etc/modules We know it's not '0' because zero was autodetected and failed to load. But you've not specified what kind of card you have, so you'll have to figure out which one it is. Once you've done the above command with the right number, restart your computer and report back here an updated dmesg log.