> Did you do a 'depmod -a', or does your kernel auto-magically do one on > reboot? > > It looks like the second reboot somehow restored the tveeprom file from > the original kernel. > > If you look up at the first dmesg above, you see a line: > tveeprom: ivtv version. > > That's what you want to see, and I don't see that in the second dmesg. > > Did you try to make your ivtv using the instructions for Debian under > Documentation on the wiki? > (http://www.ivtvdriver.org/index.php/Howto:Debian). > For me, I had to do a couple of additional steps, since I am running a > backport 2.6.15-1 kernel from www.backports.org. So, for me, I had to > do: > apt-get source ivtv0.4-utils ivtv0.4-source > cd <directory were source was downloaded> > debuild (This will build packages that have current/correct dependencies > so I can install) > cd .. > dpkg --install ivtv0.4-utils_0.4.4-1_i386.deb ivtv0.4-source_0.4.4-1_all.deb > > apt-get install module-assistant > > After this, I then was able to follow the Howto:Debian, starting at step > Module assistant. > > you should be able to do a 'locate tveeprom.ko' to figure out which > modules you have around.
Also try moving the files out of the /lib/modules directory entirely. I ran into a problem before where the .old filename wasn't enough to prevent them from being found. -Jeff _______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users
