You will probably need to setup the redhat kernel tree.

cd /usr/src/linux-2.4
cat Makefile | sed 's/8custom/8/g' > Makefile.new
mv Makefile.new Makefile
make mrproper
cp /boot/config-2.4.20-8 .config
make oldconfig
make dep

Now, make the saa7134 module.  See if that helps.

Ryan


> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of ashutosh
> srivastava
> Sent: Wednesday, June 18, 2003 11:30 PM
> To: [EMAIL PROTECTED]
> Subject: RE: saa7134-0.2.8 (snapshot-20030605) is fine. No patch needed
> :)
>
>
>
> --- Ryan Ayers <[EMAIL PROTECTED]> wrote:
> > 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
> -----------------------------------------
>
> Thanks a lot for the replies. I followed the above
> instructions and I was able to install saa7134 and
> others in /lib/modules/2.4.20-8/v4l2/. When running
> "modprobe saa7134" I received these errors
>
> /lib/modules/2.4.20-8/v4l2/saa7134.o: unresolved
> symbol v4l2_field_names_Ra021ef50
> /lib/modules/2.4.20-8/v4l2/saa7134.o: unresolved
> symbol v4l2_video_std_construct_R33b3b664
> /lib/modules/2.4.20-8/v4l2/saa7134.o: unresolved
> symbol v4l_compat_translate_ioctl_R268d2a87
> /lib/modules/2.4.20-8/v4l2/saa7134.o: unresolved
> symbol v4l2_type_names_R57b02a20
> /lib/modules/2.4.20-8/v4l2/saa7134.o: insmod
> /lib/modules/2.4.20-8/v4l2/saa7134.o failed
> /lib/modules/2.4.20-8/v4l2/saa7134.o: insmod saa7134
> failed
>
> Kindly give some insight, what is going wrong.
> Best Wishes.
> ash.
>
>
> __________________________________
> Do you Yahoo!?
> SBC Yahoo! DSL - Now only $29.95 per month!
> http://sbc.yahoo.com
>
>
> --
> video4linux-list mailing list
> Unsubscribe mailto:[EMAIL PROTECTED]
> https://www.redhat.com/mailman/listinfo/video4linux-list
>


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

Reply via email to