No image
-
- Posts: 5111
- Joined: Wed Jun 08, 2005 8:07 pm
- Location: Midlands UK
id jump straight to 5 mate if its in the pipeline as fc3 is still doing a grand job
James Wilson
Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
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).
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).
Last edited by cordel on Fri Feb 24, 2006 12:24 am, edited 1 time in total.
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...AusIV wrote: Also, here is dmesg | grep bttvCode: 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
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.
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:
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.
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
Also, thanks for all the help. The response time here is amazing.
-Update-
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?
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?
- zoneminder
- Site Admin
- Posts: 5215
- Joined: Wed Jul 09, 2003 2:07 pm
- Location: Bristol, UK
- Contact:
-
- Posts: 3
- Joined: Thu Mar 09, 2006 5:07 am