I seem to be a bit lost. I double checked my kernel and I have I2C as a module. I assume this is okay. I also followed your script, but all without any luck. I am going to poke around and try some various this and see if I can get something.
Just an FYI, I am running a clean install of gentoo with the 2.6.10 kernel. -- Jonathan > On Thu, 10 Feb 2005, Tyler Trafford wrote: > >> On Thu, 10 Feb 2005 06:20:17 -0600 (CST), Jonathan Martin >> <[EMAIL PROTECTED]> wrote: >> > This doesn't seem to be working for me. First I rmmod cx25840 tuner >> ivtv. >> > After I make the changes, I do a make; make install in the drivers >> > directory, and then again in the utils. Then I run update-modules. >> Then >> > modprobe ivtv. I hope I am not missing something simple. >> > >> > There is one line in my dmesg that concerns me: >> > >> > cx25840: decoder enable output >> > cx25840: Sequence tag: 'Enable' >> > cx25840: *** I2C Write to no cx25840 device 0x43. >> > cx25840: I2C sequence write failed, length 4, ret -121 >> > >> > Did I miss something there? >> >> I wondered the same thing, so I commented out the line that does that >> write. There was no difference that I could see- I even removed power >> from the system briefly just to make sure the card was completely >> cleared. > > Do you have i2c support in the kernel? The order in which you load the > modules also seems important. Make sure you are using the correct version > of the modules; ivtv and v4l shares some module names, namely tveeprom, > tuner, msp3400 (pvr150 does not need this one, at least my version of it). > > Here's my script to load ivtv (that works for me): > > #!/bin/bash > echo Loading IVTV drivers. > echo Loading tveeprom > modprobe tveeprom > sleep 1 > echo Loading videodev > modprobe videodev > sleep 1 > echo Loading cx25840 > modprobe cx25840 i2c_enable=1 > #sleep 1 > echo Loading tuner > modprobe tuner > sleep 1 > echo Loading wm8775 > modprobe wm8775 > sleep 1 > echo Loading ivtv > modprobe ivtv ivtv_std=2 tuner=52 > > Best regards > > Peter K > > -- > We Can Put an End to Word Attachments: > http://www.fsf.org/philosophy/no-word-attachments.html > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > ivtv-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ivtv-devel > ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ ivtv-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ivtv-devel
