Mailing List archive

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

RedHat/kernel 2.2.5 & DVB 0.03c



Vladimir V. Davydov writes:
 > Hi!
 > 
 > Does anybody know how to eliminate this problem under RedHat 6.0 kernel
 > 2.2.5 (see below)? I just installed the RedHat, configured the kernel
 > (added the modules support) and compiled the DVB driver without errors.
 > After this, when I try to install the DVB modules I get the following
 > problem.
 > 
 > ( \
 > insmod i2c-core.o; \
 > insmod videodev.o;  \
 > insmod saa7146_core.o; \
 > insmod saa7146_v4l.o;  \
 > insmod VES1893.o;  \
 > insmod VES1820.o;  \
 > insmod dvb.o;   \
 > insmod tuner.o;   \
 > ifconfig dvb0 192.168.0.1;    \
 > )
 > saa7146_core.o: unresolved symbol init_mm
 > saa7146_v4l.o: unresolved symbol saa7146_del_extension_Re8bfc3a3
 > saa7146_v4l.o: unresolved symbol saa7146_add_extension_R21960758
 > dvb.o: unresolved symbol saa7146_del_extension_Re8bfc3a3
 > dvb.o: unresolved symbol saa7146_add_extension_R21960758
 > SIOCSIFADDR: No such device
 > dvb0: unknown interface: No such device
 > make: *** [insmod] Error 255
 > 
 > Oh, I forget to say that I'm using the Siemens-Fujitsu DVB-S card.
 > 


Get a newer kernel (>2.2.12 I think) or patch your 2.2.5 to export init_mm.

The rest of the errors should also go away then since they are caused
by the first one.

Ralph



Home | Main Index | Thread Index