OK, I solved my problem. 0.4.0 is now running. Something here for me to learn. Possibly some improvement can be made to the make file also
It said: > make[2]: Entering directory `/usr/src/linux-2.6.13-gentoo-r3' It said: > make[2]: Leaving directory `/usr/src/linux-2.6.13-gentoo-r3' It said: > make[2]: Entering directory `/usr/src/linux-2.6.13-gentoo-r3' It said: > make[2]: Leaving directory `/usr/src/linux-2.6.13-gentoo-r3' It said: > > Any 'has no CRC' warnings are harmless and can be ignored. > > make INSTALL_MOD_PATH= INSTALL_MOD_DIR=ivtv \ > CONFIG_VIDEO_IVTV=m -C /lib/modules/2.6.13-gentoo-r3/build > M=/home/mark/CODE/ivtv-0.4.0/driver modules_install > make[2]: Entering directory `/usr/src/linux-2.6.13-gentoo-r3' But what it meant was /lib/modules/2.6.13-gentoo-r3-ht !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! OK, this machine is a P4HT machine. The last kernel I had tried building was a SMP kernel where I appeneded the name -ht' to the end of the kernel name. The kernel didn't work so I've been booting into linux-2.6.13-gentoo-r3. However the ivtv build process was putting the modules in /lib/modules/2.6.13-gentoo-r3-ht/ivtv. Go figure... I don't know if this was my fault or the make file's fault. uname -r returned the correct kernel version name, but ivtv's make install file is using something out of the /usr/src/linux directory. I changed my kernel config file, rebuilt the kernel, built ivtv and it worked. - Mark _______________________________________________ ivtv-devel mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-devel
