okay heres the fun part..
I modified /etc/modules.conf accordingly.
There is a potential issue going on, I will find out more once I start experimenting with the interface software for the bttv video card.
Here is what happens, on bootup, the kernel sends the following messages when loading the modules (or attempting to):
Code:
Feb 28 20:05:41 CamSys kernel: Freeing unused kernel memory: 152k freed
Feb 28 20:05:41 CamSys kernel: i2c-core.o: i2c core module version 2.6.1 (20010830)
Feb 28 20:05:41 CamSys kernel: i2c-algo-bit.o: i2c bit algorithm module
Feb 28 20:05:41 CamSys kernel: Linux video capture interface: v1.00
Feb 28 20:05:41 CamSys kernel: bttv: driver version 0.7.108 loaded
Feb 28 20:05:41 CamSys kernel: bttv: using 4 buffers with 2080k (8320k total) for capture
Feb 28 20:05:41 CamSys kernel: bttv: Host bridge needs ETBF enabled.
Feb 28 20:05:41 CamSys kernel: bttv: Bt8xx card found (0).
Feb 28 20:05:41 CamSys kernel: PCI: Found IRQ 11 for device 00:12.0
Feb 28 20:05:41 CamSys kernel: PCI: Sharing IRQ 11 with 01:00.0
Feb 28 20:05:41 CamSys kernel: bttv0: Bt848 (rev 18) at 00:12.0, irq: 11, latency: 132, mmio: 0xf4001000
Feb 28 20:05:41 CamSys kernel: bttv0: using: *** UNKNOWN/GENERIC *** [card=0,autodetected]
Feb 28 20:05:41 CamSys kernel: bttv0: enabling ETBF (430FX/VP3 compatibilty)
Feb 28 20:05:41 CamSys kernel: i2c-core.o: adapter bt848 #0 registered as adapter 0.
Feb 28 20:05:41 CamSys kernel: bttv: readee error
Feb 28 20:05:41 CamSys kernel: bttv0: using tuner=-1
Feb 28 20:05:41 CamSys kernel: bttv0: i2c: checking for MSP34xx @ 0x80... not found
Feb 28 20:05:41 CamSys kernel: bttv0: i2c: checking for TDA9875 @ 0xb0... not found
Feb 28 20:05:41 CamSys kernel: bttv0: i2c: checking for TDA7432 @ 0x8a... not found
Feb 28 20:05:41 CamSys kernel: bttv0: registered device video0
Feb 28 20:05:41 CamSys kernel: bttv0: registered device vbi0
What concerns me are the following lines:
bttv: Host bridge needs ETBF enabled. - What is ETBF? I also notice:
bttv0: enabling ETBF (430FX/VP3 compatibilty)
bttv: readee error - My Main concern, what does this mean.....what is readee?
bttv0: using tuner=-1 - Possible problem, is -1 normal for this circumstance?
These three lines should be of little concern..as it is probably just the autodetect doing its job
i2c: checking for MSP34xx @ 0x80... not found
bttv0: i2c: checking for TDA9875 @ 0xb0... not found
bttv0: i2c: checking for TDA7432 @ 0x8a... not found
The next concern is when I get into the system and lsmod:
Code:
Module Size Used by Not tainted
bttv 93728 0 (unused)
videodev 5632 2 [bttv]
i2c-algo-bit 7080 1 [bttv]
i2c-core 12836 [0 [bttv i2c-algo-bit]
soundcore 3428 0 [bttv]
bttv 93728 0 (unused) - is of possible concern being unassociated, but I probably just need to start the camera program/process
soundcore 3428 0 [bttv] - This stands out like the lady in a blue dress in the matrix; There is no sound card associated with the bttv card, nor is there one built into this specific bttv card. Could it be that the autodetect has improperly detected the card??