Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: Video Disk Recorder version 0.97



Yes, that's true, kernel 2.4.12 enforces a check in the modules.
You can deactivate this check with the following patch and compile older
versions of the DVB driver with kernel 2.4.12 again.
Ralf.


--- linux/include/linux/module.h.orig   Mon Oct 22 22:58:53 2001
+++ linux/include/linux/module.h        Mon Oct 22 22:59:42 2001
@@ -355,12 +355,14 @@
 #define EXPORT_SYMBOL_NOVERS(var)
 #define EXPORT_SYMBOL_GPL(var)

+#if 0
 #elif !defined(EXPORT_SYMTAB)

 #define __EXPORT_SYMBOL(sym,str)   error
this_object_must_be_defined_as_export_objs_in_the_Makefile
 #define EXPORT_SYMBOL(var)        error
this_object_must_be_defined_as_export_objs_in_the_Makefile
 #define EXPORT_SYMBOL_NOVERS(var)  error
this_object_must_be_defined_as_export_objs_in_the_Makefile
 #define EXPORT_SYMBOL_GPL(var)  error
this_object_must_be_defined_as_export_objs_in_the_Makefile
+#endif

 #else





-----Original Message-----
> right. same problems here. ;(
> everything working well with driver from about
> beginning of october. (i think 6.10 or so).
> but i had the described problems with the
> latest drivers.

Yes, I was wrong: I got also problem with ntuxzap...
Unfortunately, latest kernel don't work with old kernel.



Home | Main Index | Thread Index