[mythtv-users] Re:Suse8.2 and ivtv

Jens Axboe mythtv-users at kernel.dk
Sun Oct 26 13:34:38 EST 2003


On Sun, Oct 26 2003, Garry wrote:
> Unfortunately I do have the kernel source installed.... it's in /usr/src/
> 
> What's not helping, is that the system was originally SuSE 8.1 and was 
> upgraded (I know, I know) and it seems to have kept the old source too.
> 
> So there's /usr/src/kernel-2.4-19.......
> 
> and /usr/src/kernel-2.4-20.....
> 
> but the 'linux' symbolic link is pointing to the latest one.

Try this:

# zcat /proc/config.gz > /usr/src/linux/.config
# cd /usr/src/linux
# make oldconfig
# make dep

and then try and build the ivtv driver.

-- 
Jens Axboe



More information about the mythtv-users mailing list