[linux-dvb] Nebula DigiTV, bt878 and mythTV 0.19
Manu Abraham
abraham.manu at gmail.com
Thu Feb 23 22:57:59 CET 2006
Jorg,
Jörg Dreßler wrote:
> Hi,
> Ok, as far as I can see, I've been offered three different solutions -
> thank you so far:
> 1. getting the latest drivers from hg - ehem, what do you mean by "hg"?
> Do you have a link?
> 2. applying sth like this:
>
> -- a/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.c
> case BTTV_BOARD_NEBULA_DIGITV:
> case BTTV_BOARD_AVDVBT_761:
> card->gpio_mode = (1 << 26) | (1 << 14) | (1 << 5);
> card->op_sync_orin = BT878_RISC_SYNC_MASK;
> - card->irq_err_ignore = BT878_AFBUS | BT878_AFDSR;
> + card->irq_err_ignore = BT878_AFBUS | BT878_AFDSR | FDSR; // changed!!!
> /* A_PWRDN DA_SBR DA_APP (high speed serial) */
> break;
>
>
card->op_sync_orin = BT878_RISC_SYNC_MASK;
card->irq_err_ignore = BT878_AFBUS | BT878_AFDSR;
Just try this alone ..
Manu
More information about the linux-dvb
mailing list