Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: DST driver first try



> # lspci | grep Bt
> 00:0c.0 Multimedia video controller: Brooktree Corporation Bt878 Video
> Capture (rev 11)
> 00:0c.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture
> (rev 11)

can you send me the lspci -xxx for these two?

> # modprobe dvb-bt8xx debug=1
> --> find by adap: checking "bt878 #0 [hw]"
>     dvb_bt8xx: enumerating available bttv cards...
>     dvb_bt8xx_init: unknown card_nr found 0
>     dvb_bt8xx_init: unknown card_id found 2611BD
>     dvb_bt8xx_init: unknown card_type found 68
>     attach: checking "bt878 #0 [hw]"
>     find by pci: checking "bt878 #0 [hw]"

Aha! You have a card id!

In dvb-bt8xx.c the line above
        dvb_bt8xx_card_match(card_nr, "DST DVB-S", 0x2204f2c,
should be
        case 0:

Can you add
        case 0x2611BD:

Now the thing is: what card do you have? This a satellite card with a
CI? What brand is it?

By the way, this will only work for a Twinhan DST. The big
chip in the middle of the card should be marked starting with TH

Jamie


-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index