The logfiles don't really bother me, it's the blank recordings that really get on my nerve. Sometimes it just doesn't seem to start recording correctly - normally when it & my other card start recording simultaneously. but thanks for the tip! Robin Manu Abraham wrote: > Robin Marlow wrote: > >> Hello all, >> >> I have come to the end of my tether with my nebula card. it keeps >> forever filling the logs with: >> >> bt878(0): irq FDSR risc_pc=1f6f0210 > > > > In dvb-bt8xx.c, around line 840 .. > > case BTTV_BOARD_AVDVBT_761: > card->gpio_mode = ....... > card->op_syn_orin= ....... > card->irq_error_ignore=0; change this line to, card->irq_error_ignore= > BT878_AFBUS | BT878_AFDSR; > > This will cause FDSR/FBUS IRQ's not to occur and your logs. > > Manu > >