[linux-dvb] Recommendations for a good sensitive DVB-T card
Manu Abraham
abraham.manu at gmail.com
Thu Nov 17 22:59:27 CET 2005
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
More information about the linux-dvb
mailing list