Mailing List archive

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

[linux-dvb] Re: Error when insmod DVB driver



On Fri, Oct 11, 2002 at 10:40:33AM +0800, hxz wrote:
> 
> I download the Siemens DVB linux device driver and compire it without error. But when I "make insmod" it has errors below:
>   dvb_net.o: unresolved symbol skb_over_panic_Rb760733d
>   dvb_net.o: unresolved symbol alloc_skb_R5932cf7d
>   dvb_net.o: unresolved symbol netif_rx_Rea2fde23
> In general, it's because kernel version incorrect, but the other modules work well. Did somebody have such error before? My kernel version is Redhat 2.4.7-10. Need help!

I don't use CONFIG_MODVERSIONS, but IMHO this means that the kernel
header files which you used to compile the DVB driver are different
than those used to compile to kernel (Rb760733d is not a version number,
but a hash of the function prototype). Ask Redhat for help, or
build and install your own kernel.

Anyway, you need dvb_net.o only for IP-over-DVB. If you just want
to watch TV, and the other modules work, then ignore the error.


Regards,
Johannes


-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index