Page 2 of 2

Posted: Wed Feb 22, 2006 10:56 pm
by jameswilson
id jump straight to 5 mate if its in the pipeline as fc3 is still doing a grand job

Posted: Wed Feb 22, 2006 11:00 pm
by cordel
It depends on the chip set that you have on your card.
If it is a Conexant 878, it should be auto detected by the 2.6 series kernel.
If it is a Philips chip, then you have to go with a 2.6.15 kernel and cross your fingers kinda thing (I haven't yet had the chance to test the newer kworld cards with the Phillips chips).

Posted: Wed Feb 22, 2006 11:36 pm
by AusIV
The card seems to be recognized, but as I've said, the problem is that I'm not seeing anything. Would that have anything to do with the detection?

-Edit-
I took out my graphics card and confirmed that it has a connexant chip.

Posted: Thu Feb 23, 2006 1:35 am
by cordel
AusIV wrote: Also, here is dmesg | grep bttv

Code: Select all

[4294715.159000] bttv: driver version 0.9.15 loaded
[4294715.159000] bttv: using 8 buffers with 2080k (520 pages) each for capture
[4294715.172000] bttv: Bt8xx card found (0).
[4294715.172000] bttv0: Bt878 (rev 17) at 0000:00:0a.0, irq: 5, latency: 32, mmio: 0xd6000000
[4294715.172000] bttv0: using: Jetway TV/Capture JW-TV878-FBK, Kworld KW-TV878RF [card=78,insmod option]
[4294715.172000] bttv0: gpio: en=00000000, out=00000000 in=00ffea01 [init]
[4294715.201000] bttv0: using tuner=5
[4294715.201000] bttv0: i2c: checking for TDA9875 @ 0xb0... not found
[4294715.203000] bttv0: i2c: checking for TDA7432 @ 0x8a... not found
[4294715.205000] bttv0: i2c: checking for TDA9887 @ 0x86... not found
[4294715.309000] bttv0: registered device video0
[4294715.325000] bttv0: registered device vbi0
[4294715.369000] bttv0: registered device radio0
[4294715.369000] bttv0: PLL: 28636363 => 35468950 .. ok
That shows that you set the value your self and it is not going to use any autodetection as you are forcing the settings. So unless this has changed...
I'm not sure what card type you should be using though. The one you selected might be correct. Does this board have a tuner on it? This driver sure thinks it does.

Posted: Thu Feb 23, 2006 2:48 am
by AusIV
Ok, I the dmesg I showed before was after changing my modprobe.conf as suggested by jameswilson. After removing that, I get the following dmesg:

Code: Select all

[4294715.902000] bttv: driver version 0.9.15 loaded
[4294715.902000] bttv: using 8 buffers with 2080k (520 pages) each for capture
[4294715.914000] bttv: Bt8xx card found (0).
[4294715.915000] bttv0: Bt878 (rev 17) at 0000:00:0a.0, irq: 5, latency: 32, mmio: 0xd6000000
[4294715.915000] bttv0: using:  *** UNKNOWN/GENERIC ***  [card=0,autodetected]
[4294715.915000] bttv0: gpio: en=00000000, out=00000000 in=00ffea01 [init]
[4294715.955000] tveeprom(bttv internal): Huh, no eeprom present (err=-121)?
[4294715.955000] bttv0: using tuner=-1
[4294715.955000] bttv0: i2c: checking for MSP34xx @ 0x80... not found
[4294715.957000] bttv0: i2c: checking for TDA9875 @ 0xb0... not found
[4294715.959000] bttv0: i2c: checking for TDA7432 @ 0x8a... not found
[4294715.962000] bttv0: i2c: checking for TDA9887 @ 0x86... not found
[4294715.991000] bttv0: registered device video0
[4294716.011000] bttv0: registered device vbi0
With these settings, zoneminder is completely unresponsive to whether or not there is a video signal, and shows a red screen regardless of whether or not there is a signal.

Also, thanks for all the help. The response time here is amazing.

Posted: Fri Feb 24, 2006 12:29 am
by cordel
Okay, I think we need to back up a bit.
First what linix flavor are you using?
Kernel version?
Is there any chance you could post a picture of the card?

Regards,
Corey

Posted: Fri Feb 24, 2006 1:38 am
by AusIV
I'm using Ubuntu, Breezey Badger. The kernel version is 2.6.12-10-386.

I don't reall have the resources to take a picture of the card myself, but this picture is the generic picture that resellers put with the card:

Image

-Update-

Posted: Sat Mar 11, 2006 2:24 pm
by AusIV
Ok, I finally got to try the video card in a system with more resources. I used the Live CD because I'm not allowed to install an operating system on this machine, and it's normally windows. I used Xawtv to look at the video card, and saw nothing but black images.

The thing that confused me, was that the signals were labeled things like "television" and "composite 1". Are these arbitrary names, or is it expecting a kind of signal it's not receiving?

Posted: Wed Mar 15, 2006 11:49 pm
by zoneminder
They are labels that usually correspond to the inputs that your card would expect but other than that are not usually significant.

Posted: Thu Mar 16, 2006 3:35 am
by coolcheeze
i had the same issue with a similar card with debian... I was running an older 2.6 series kernel and then updated to the 2.6.15 kernel and it solved my 'black screen' issues in fact my dmesg output was almost identical to yours.