OK I have added both cards and now i get this as output.
Code: Select all
# dmesg| grep bttv
bttv: driver version 0.9.15 loaded
bttv: using 8 buffers with 2080k (520 pages) each for capture
bttv: Bt8xx card found (0).
bttv0: Bt878 (rev 17) at 0000:00:06.0, irq: 10, latency: 32, mmio: 0xee000000
bttv0: using: GrandTec Multi Capture Card (Bt878) [card=77,insmod option]
bttv0: gpio: en=00000000, out=00000000 in=00f360ff [init]
bttv0: using tuner=-1
bttv0: i2c: checking for TDA9875 @ 0xb0... not found
bttv0: i2c: checking for TDA7432 @ 0x8a... not found
bttv0: i2c: checking for TDA9887 @ 0x86... 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: 32, mmio: 0xee002000
bttv1: using: GrandTec Multi Capture Card (Bt878) [card=77,insmod option]
bttv1: gpio: en=00000000, out=00000000 in=00f360ff [init]
bttv1: using tuner=-1
bttv1: i2c: checking for TDA9875 @ 0xb0... not found
bttv1: i2c: checking for TDA7432 @ 0x8a... not found
bttv1: i2c: checking for TDA9887 @ 0x86... not found
bttv1: registered device video1
bttv1: registered device vbi1
bttv1: PLL: 28636363 => 35468950 .. ok
bttv0: PLL can sleep, using XTAL (28636363).
But now when I try and test the camera in xawtv It comes up with either black or "segmentation fault", I will post both outputs. Starting with black.
Code: Select all
# xawtv /dev/video0
This is xawtv-3.95, running on Linux/i686 (2.6.12-1.1381_FC3)
Warning: Cannot convert string "-*-ledfixed-medium-r-*--39-*-*-*-c-*-*-*" to type FontStruct
config: invalid value for input: Television
valid choices for "input": "Composite0", "Composite1", "Composite2", "Composite3"
Warning: translation table syntax error: Unknown keysym name: key
Warning: ... found while parsing '<Key>key: Command(setstation,"111111111111111111111111111111111111111111111111111111111111111111111111111111111111111")'
Warning: String to TranslationTable conversion encountered errors
Warning: translation table syntax error: Unknown keysym name: key
Warning: ... found while parsing '<Key>key: Command(setstation,"111111111111111111111111111111111111111111111111111111111111111111111111111111111111111")'
Warning: String to TranslationTable conversion encountered errors
Warning: translation table syntax error: Unknown keysym name: key
Warning: ... found while parsing '<Key>key: Command(setstation,"111111111111111111111111111111111111111111111111111111111111111111111111111111111111111")'
Warning: String to TranslationTable conversion encountered errors
station "/dev/video0" not found
Fails and exits
Code: Select all
# xawtv
This is xawtv-3.95, running on Linux/i686 (2.6.12-1.1381_FC3)
Warning: Cannot convert string "-*-ledfixed-medium-r-*--39-*-*-*-c-*-*-*" to type FontStruct
config: invalid value for input: Television
valid choices for "input": "Composite0", "Composite1", "Composite2", "Composite3"
Warning: translation table syntax error: Unknown keysym name: key
Warning: ... found while parsing '<Key>key: Command(setstation,"111111111111111111111111111111111111111111111111111111111111111111111111111111111111111")'
Warning: String to TranslationTable conversion encountered errors
Warning: translation table syntax error: Unknown keysym name: key
Warning: ... found while parsing '<Key>key: Command(setstation,"111111111111111111111111111111111111111111111111111111111111111111111111111111111111111")'
Warning: String to TranslationTable conversion encountered errors
Warning: translation table syntax error: Unknown keysym name: key
Warning: ... found while parsing '<Key>key: Command(setstation,"111111111111111111111111111111111111111111111111111111111111111111111111111111111111111")'
Warning: String to TranslationTable conversion encountered errors
Segmentation fault
I am not sure what the problem is here now.
Thanks helping me move through this. I really appreciate it.