Mailing List archive

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

[linux-dvb] Re: AW: SuSE 7.8 / Kernel 2.4.18 / unresolved symbol error



This helped for me..

-roland

------------------------------------------------
Hi !

You can use either the "builtin" dvb drivers of SuSE 8 (rcdvb start),
or add this line to your saa7146_core.c:

#include <linux/highmem.h>      /* fix for the unresolved symbol */

Add the line right after this line:

#include <linux/vmalloc.h>      /* for module-version */


This should solve (at least) that problem ;)


Have fun !

--
with best regards
---
Karsten Mueller
Softwaredevelopment / Keyaccount Manager
RATIO Entwicklungen GmbH
Admiralitaetstr. 59
20459 Hamburg
Email: mailto:kmu@ratio.de


DVB wrote:
> hi everybody!
> two days ago i decided to build a vdr-box based on linux (..surprise...)
> and vdr.... and... it's driving me crazy!
> probably it's my fault, because I'm not a real linux-specialist. I hope
> somebody can help me:
>
> I did a clean install of SuSE 8.0 (standard system) and right after, I
tried
> to compile the latest driver... with no success (exactly following the
> INSTALL--doc):
>
> I get some unresolved symbols in saa7146_core.c and dvb.c . I tried to
> recompile the kernel (which I read in an earlier posting)... but same
> problem.
>
> Can somebody bring me back on track?!?!?!
>
> thanx,
> lullus
>
>
>
>






----- Original Message -----
From: "Dirk Wellmann" <dw@piponline.de>
To: "Irmgard Papperitz" <irmgard.papperitz@classic-net.de>; "DVB"
<linux-dvb@linuxtv.org>
Sent: Friday, May 10, 2002 3:45 PM
Subject: [linux-dvb] AW: SuSE 7.8 / Kernel 2.4.18 / unresolved symbol error


> Hi,
>
> I used the original Kernel-Source from www.kernel.org and compiled a new
> kernel. Then the rest worked fine for me. Possible there's another
solution
> for your Problem.
>
> best regards
>
> Dirk
>
> > -----Ursprüngliche Nachricht-----
> > Von: linux-dvb-bounce@linuxtv.org
> > [mailto:linux-dvb-bounce@linuxtv.org]Im Auftrag von Irmgard Papperitz
> > Gesendet: Donnerstag, 9. Mai 2002 13:08
> > An: DVB
> > Betreff: [linux-dvb] SuSE 7.8 / Kernel 2.4.18 / unresolved symbol error
> >
> >
> > Hello,
> >
> > I tried all of these packages with my 2 Siemens DVB-Cs:
> >
> > siemens_dvb-0.8.1.tar.gz         siemens_dvb-0.9-latest.tar.gz
> > siemens_dvb-0.8.2.tar.gz         siemens_dvb-0.9.3.tar.gz
> > siemens_dvb-0.9-20010822.tar.gz  siemens_dvb-0.9.4-2002-04-01.tgz
> > siemens_dvb-0.9-20010921.tgz     siemens_dvb-0.9.4.tgz
> > siemens_dvb-0.9-20011117.tgz
> >
> >
> > but as soon as I run "make insmod" I get this error message:
> >
> > #####################################
> > Warning: loading dvbdev.o will taint the kernel: non-GPL license - LGPL
> > Using /lib/modules/2.4.18-4GB/kernel/drivers/i2c/i2c-core.o
> > Using /lib/modules/2.4.18-4GB/kernel/drivers/media/video/videodev.o
> > Warning: loading tuner.o will taint the kernel: no license
> > saa7146_core.o: unresolved symbol kmap_pagetable
> > saa7146_core.o:
> > Hint: You are trying to load a module without a GPL compatible license
> >       and it has unresolved symbols.  Contact the module supplier for
> >       assistance, only they can help you.
> >
> > saa7146_v4l.o: unresolved symbol saa7146_del_extension
> > saa7146_v4l.o: unresolved symbol saa7146_add_extension
> > saa7146_v4l.o:
> > Hint: You are trying to load a module without a GPL compatible license
> >       and it has unresolved symbols.  Contact the module supplier for
> >       assistance, only they can help you.
> >
> > dvb_frontend.o: unresolved symbol get_fast_time
> > dvb.o: unresolved symbol dvb_frontend_poll
> > dvb.o: unresolved symbol dvb_frontend_get_event
> > dvb.o: unresolved symbol dvb_frontend_stop
> > dvb.o: unresolved symbol saa7146_del_extension
> > dvb.o: unresolved symbol saa7146_get_handle
> > dvb.o: unresolved symbol dvb_frontend_init
> > dvb.o: unresolved symbol saa7146_add_extension
> > dvb.o: unresolved symbol dvb_frontend_demod_command
> > dvb.o: unresolved symbol dvb_frontend_exit
> > dvb.o: unresolved symbol dvb_frontend_tune
> > make: *** [insmod] Error 1
> > #####################################
> >
> > any ideas?
> >
> > Irmi
> >
> >
> >
> > --
> > Info:
> > To unsubscribe send a mail to listar@linuxtv.org with
> > "unsubscribe linux-dvb" as subject.
> >
> >
>
>
>
>
> --
> Info:
> To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe
linux-dvb" as subject.
>
>





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


Home | Main Index | Thread Index