On Jan 3, 2006, at 1:02 AM, Daniel Hyams wrote: > I've put together a MythTV HOWTO for Ubuntu, and installing the ivtv > drivers is obviously part of it. I was wondering if I could get > anyone > to quickly read through section 5, and give feedback if necessary. I > wanted to make sure that the HOWTO worked for all flavors of PVR > cards, > as I have only a pair of PVR-150's. > > In particular, it appears that the "make install" process installs the > modules in the wrong place. For example, if uname -r > returns 2.6.12-10-386, and the modules should be placed in > /lib/modules/2.6.12-10-386, they are instead installed to > /lib/modules/2.6.12 (no extra tag). Is there something I can do to > prevent this?
Yes, you need to set EXTRAVERSION (in the kernel's Makefile) to the proper value. In your case, EXTRAVERSION=-10-386. -- Tyler Trafford _______________________________________________ ivtv-devel mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-devel
