On 10/10/05, Brian <[EMAIL PROTECTED]> wrote: > I followed, faithfully, the directions given on the ivtvdriver.org HOWTO > page. Despite 7.5 hours of constantly doing/redoing it, I'm still running > 0.2.0 (rc3j), according to `modinfo ivtv`. (`ivtvctl -a` returns 'not an > ivtv driver device').
It looks like you are using ivtv rpms, try uninstalling them first. If you haven't already, you also might want to look at http://www.ivtvdriver.org/index.php/Troubleshooting > alias char-major-81 videodev > alias char-major-81-0 ivtv I don't think these lines are required anymore either. > modinfo ivtv >>> version: 0.2.0-68_rc3j.rhfc3.at > > I would, as always, appreciate any/all input as to what went wrong, and more > specifically, what I can do differently so that I can successfully install > the 0.4.0 version. The rpm puts the .ko (the actual module) in a different location. make install only overwrites the module if it's in the same location, so you've got two ivtv modules floating around, and it's using the old one first. I've also realised that the howto I wrote doesn't include instructions on building the utils. You need to enter the utils directory in the source and run a make ; make install too. Cheers, Ross _______________________________________________ ivtv-devel mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-devel
