On Wed, 2006-08-02 at 12:13 -0400, John Drescher wrote: > They should be loaded before ivtv. > John > > On 8/2/06, Greg Woods <[EMAIL PROTECTED]> wrote: > > On Wed, 2006-08-02 at 09:50 -0400, John Drescher wrote: > > > > Those modules are not loaded, but they are also not loaded on my main > > > > backend that has a PVR-500 in it and that one is working fine. > > > > > > It depends on the card. Some cards require these some cards do not. > > > > Does the order of loading matter? Will ivtv crap out if the saa7115 & > > msp3400 modules are not loaded before ivtv?
OK, I added this to modprobe.conf, which should force the load of those modules before ivtv: install ivtv /sbin/modprobe saa7115; /sbin/modprobe msp3400; /sbin/modprobe --ignore-install ivtv "lsmod" immediately after login shows they are there. I tried it both with and without the "options ivtv newi2c=0" line that had been suggested to me previously. No difference; "cat /dev/video0 > test.mpg" still produces nothing but empty files, and I still get from dmesg: ivtv0: i2c hardware 0x00000001 not found for command 0xc008561c! ivtv0: i2c addr 0x44 not found for command 0x4008646f! ivtv0: i2c hardware 0x00000001 not found for command 0x4008646d! ivtv0: i2c hardware 0x00000001 not found for command 0xc008561c! ivtv0: i2c hardware 0x00000001 not found for command 0xc008561c! ivtv0: i2c hardware 0x00000001 not found for command 0xc008561c! I hope eventually to find time to rip this box and another box apart so I can try this card under Windows to prove it's not broken, but that's a major project and I have other higher priorities so I haven't gotten to it yet. --Greg _______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users
