> List PCI slots for the Hauppauge card: > 00:0e.0 Multimedia video controller: Brooktree Corporation Bt878 (rev 02) > 00:0e.1 Multimedia controller: Brooktree Corporation Bt878 (rev 02) Sounds like it didn't load the i2c-core module. After installing the bttv driver run ('make install' may have done that already): depmod -a Then load the bttv driver using modprobe... modprobe bttv I added the following to '/etc/modules.conf': # video capture alias char-major-81 bttv options bttv radio=0 card=0 gbuffers=8 Adi