What I'm doing is loading the bttv module with following options:
Code: Select all
# cat /etc/modules.d/bttv
alias char-major-89 i2c-dev
options i2c-algo-bit bit_test=1
# bttv
alias char-major-81 videodev
alias char-major-81-0 bttv
options bttv card=16 tuner=10 remote=1 radio=1 pll=1 audiomux=1,1,4,8,3 gbuffers=4 gpiomask=15Code: Select all
Linux video capture interface: v1.00
bttv: driver version 0.9.15 loaded
bttv: using 4 buffers with 2080k (520 pages) each for capture
bttv: Bt8xx card found (0).
ACPI: PCI Interrupt 0000:02:00.0[A] -> Link [LNKC] -> GSI 9 (level, low) -> IRQ 9
bttv0: Bt878 (rev 17) at 0000:02:00.0, irq: 9, latency: 32, mmio: 0xf4000000
bttv0: using: Prolink Pixelview PlayTV (bt878) [card=16,insmod option]
bttv0: gpio config override: mask=0xf, mux=0x1,0x1,0x4,0x8,0x3
bttv0: gpio: en=00000000, out=00000000 in=00afd8ff [init]
i2c-algo-bit.o: (0) scl=1, sda=1
i2c-algo-bit.o: (1) scl=1, sda=0
i2c-algo-bit.o: (2) scl=1, sda=1
i2c-algo-bit.o: (3) scl=0, sda=1
i2c-algo-bit.o: (4) scl=1, sda=1
i2c-algo-bit.o: bt878 #0 [sw] passed test.
bttv0: using tuner=10
bttv0: i2c: checking for MSP34xx @ 0x80... not found
bttv0: i2c: checking for TDA9875 @ 0xb0... not found
bttv0: i2c: checking for TDA7432 @ 0x8a... not found
tvaudio: TV audio decoder + audio/video mux driver
tvaudio: known chips: tda9840,tda9873h,tda9874h/a,tda9850,tda9855,tea6300,tea6320,tea6420,tda8425,pic16c54 (PV951),ta8874z
bttv0: i2c: checking for TDA9887 @ 0x86... not found
tuner 0-0060: chip found @ 0xc0 (bt878 #0 [sw])
tuner 0-0060: type set to 10 (Alps TSBE1)
bttv0: registered device video0
bttv0: registered device vbi0
bttv0: registered device radio0
bttv0: PLL: 28636363 => 35468950 . ok
bttv0: add subdevice "remote0"Can someone help me with this?
PS. Sorry for my english.
