Hi, the 1. try to compile the sources returns following error message:
...
...
In file included from saa7146_core.c:37:
../compat.h:37:1: warning: "video_usercopy" redefined
In file included from /usr/src/linux-2.4.20-18.8/include/linux/modversions.h:2373,
from <command line>:1:
/usr/src/linux-2.4.20-18.8/include/linux/modules/videodev.ver:110:1: warning: this is the location of the previous definition
In file included from saa7146_core.c:37:
../compat.h:62:1: warning: "video_devdata" redefined
In file included from /usr/src/linux-2.4.20-18.8/include/linux/modversions.h:2373,
from <command line>:1:
/usr/src/linux-2.4.20-18.8/include/linux/modules/videodev.ver:37:1: warning: this is the location of the previous definition
saa7146_core.c: In function `saa7146_core_command':
saa7146_core.c:374: warning: passing arg 1 of `remap_page_range_R323728a8' makes pointer from integer without a cast
saa7146_core.c:374: incompatible type for argument 4 of `remap_page_range_R323728a8'
saa7146_core.c:374: too few arguments to function `remap_page_range_R323728a8'
make[3]: *** [saa7146_core.o] Fehler 1
make[3]: Verlassen des Verzeichnisses Verzeichnis �/usr/archiv/dvb-t/linuxtv-dvb-1.0.0-pre3/driver/av7110�
make[2]: *** [_modsubdir_av7110] Fehler 2
make[2]: Verlassen des Verzeichnisses Verzeichnis �/usr/archiv/dvb-t/linuxtv-dvb-1.0.0-pre3/driver�
make[1]: *** [_mod_/usr/archiv/dvb-t/linuxtv-dvb-1.0.0-pre3/driver] Fehler 2
make[1]: Verlassen des Verzeichnisses Verzeichnis �/usr/src/linux-2.4.20-18.8�
make: *** [here] Fehler 2
to resolve these problem i changed the saa7146_core.c (http://www.linuxtv.org/mailinglists/linux-dvb/2003/06-2003/msg00240.html)
Now everything compiled without errors. When I type 'make insmod' I receive again an error message:
dvb-ttpci.o: init_module: No such device
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
make[1]: *** [insmod] Fehler 1
make[1]: Verlassen des Verzeichnisses Verzeichnis �/usr/archiv/dvb-t/linuxtv-dvb-1.0.0-pre3/driver/av7110�
make: *** [insmod] Fehler 2
I am using RedHat 8.0 with kernel 2.4.20-18.8, SL DVB-T PCI (Lorenzen - SAA7146) Are there any solutions to this problem?
-- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.
