> Dear Friends,
> Thanks a lot for the replies.
>
> 1. On running the "make install" -
>    'saa7134.o', 'tuner.o' and others get installed
>    in /lib/modules/2.4.20-8custom/v4l2/ and NOT
>    IN /lib/modules/2.4.20-8/v4l2/.
> 2. "uname -r" gives '2.4.20-8'.
> 3. "modprobe saa7134" says that this module is build
>     for kernel 2.4.20-8custom while the running kernel
>     is 2.4.20-8.
> 4. "insmod -f saa7134" results in many unresolved
>     symbols.
>
> Please help.
> Best Wishes.
> ash.

Redhat adds the custom word add the end of their release for the source in
/usr/src.
Edit /usr/src/linux-2.4/Makefile, and remove custom from the Release.  Or,

cd /usr/src/linux-2.4
cat Makefile | sed 's/8custom/8/g' > Makefile.new
mv Makefile.new Makefile

Ryan


--
video4linux-list mailing list
Unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/video4linux-list

Reply via email to