Mailing List archive

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

[vdr] Re: Clean install with SuSE 8.0 - problem



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
> 
> 
> 
> 





Home | Main Index | Thread Index