I got a saa7134 based tv card in my computer and want to make it work under linux
So I've installed videodevX before for another video device (winnov webcam with pci card) which is working perfectly.
I've also build the saa7134 driver but i'm unable to load it .
Here are the errors I get:
root@tekila:/mnt/cdrom# modprobe saa7134
/lib/modules/2.4.26/kernel/drivers/media/video/videodev.o.gz: init_module: Input/output error
/lib/modules/2.4.26/kernel/drivers/media/video/videodev.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
/lib/modules/2.4.26/kernel/drivers/media/video/videodev.o.gz: insmod /lib/modules/2.4.26/kernel/drivers/media/video/videodev.o.gz failed
/lib/modules/2.4.26/kernel/drivers/media/video/videodev.o.gz: insmod saa7134 failed
Any idea???
[EDIT]
ok i've tryied some new things
so i've loaded manually all modules that seemed to be needed by the saa7134 module (according to this thread :
http://www.linuxquestions.org/questi...hreadid=223029)
then when I get theses errors:
insmod saa7134 card=16
Using /lib/modules/2.4.26/v4l2/saa7134.o
/lib/modules/2.4.26/v4l2/saa7134.o: unresolved symbol video_usercopy
/lib/modules/2.4.26/v4l2/saa7134.o: unresolved symbol video_device_release
/lib/modules/2.4.26/v4l2/saa7134.o: unresolved symbol video_device_alloc
but I can't figure it out