So I am trying to force the card type as "77", as seems to be common on the forums in hardware issues. When I do, I now get the 848 picked up as an 878, and the 878 is still UNKNOWN:
[root@localhost ~]# dmesg | grep bttv
bttv: driver version 0.9.15 loaded
bttv: using 32 buffers with 2080k (520 pages) each for capture
bttv: Bt8xx card found (0).
bttv0: Bt848 (rev 18) at 0000:00:06.0, irq: 10, latency: 64, mmio: 0xdfdff000
bttv0: using: GrandTec Multi Capture Card (Bt878) [card=77,insmod option]
bttv0: gpio: en=00000000, out=00000000 in=00ffffff [init]
bttv0: using tuner=-1
bttv0: i2c: checking for TDA9875 @ 0xb0... not found
bttv0: i2c: checking for TDA7432 @ 0x8a... not found
bttv0: registered device video0
bttv0: registered device vbi0
bttv0: PLL: 28636363 => 35468950 .. ok
bttv: Bt8xx card found (1).
bttv1: Bt878 (rev 17) at 0000:00:07.0, irq: 5, latency: 64, mmio: 0xdfdfd000
bttv1: using: *** UNKNOWN/GENERIC *** [card=0,autodetected]
bttv1: gpio: en=00000000, out=00000000 in=00f360ff [init]
bttv: readee error
bttv1: using tuner=-1
bttv1: i2c: checking for MSP34xx @ 0x80... not found
bttv1: i2c: checking for TDA9875 @ 0xb0... not found
bttv1: i2c: checking for TDA7432 @ 0x8a... not found
bttv1: registered device video1
bttv1: registered device vbi1
bttv0: PLL can sleep, using XTAL (28636363).
[root@localhost ~]# grep bttv /etc/modprobe.conf
alias char-major-81 bttv
options bttv gbuffers=32 card=77 tuner=-1
[root@localhost ~]#
Do I need to specify the card type in the modprobe somehow? Here's the output from lspci and lsmod:
[root@localhost ~]# lspci | grep video
00:06.0 Multimedia video controller: Brooktree Corporation Bt848 Video Capture (rev 12)
00:07.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11)
[root@localhost ~]# lsmod | grep bt
bt878 11093 0
bttv 150541 3 bt878
video_buf 21701 1 bttv
i2c_algo_bit 8521 1 bttv
v4l2_common 5953 1 bttv
btcx_risc 4425 1 bttv
i2c_core 22081 2 bttv,i2c_algo_bit
videodev 9664 3 bttv
[root@localhost ~]#
Any help would be appreciated....this seems like it's "close" to being totally up now.
