Nico Sabbi wrote:
you have to load bt8x8 with the appropriate card= option, based on the tuner that your card uses (the shielded component with the RF input)
from bttv-cards.c: [BTTV_BOARD_ZOLTRIX] = { .name = "Zoltrix TV-Max", .video_inputs = 3, .audio_inputs = 1, .tuner = 0, .svhs = 2, .gpiomask = 15, .muxsel = { 2, 3, 1, 1 }, .gpiomux = { 0, 0, 1, 0 }, .gpiomute = 10, .needs_tvaudio = 1, .tuner_type = -1, .tuner_addr = ADDR_UNSET, .radio_addr = ADDR_UNSET, }, so card=15 should work (but keep your fingers crossed)