Mailing List archive

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

[linux-dvb] Re: DVB Driver problem, kernel Module failed to start



First: please use a recent driver from CVS.
Then: your kernel includes are screwed up. Please install, configure and 
build a fresh and clean kernel source tree into /usr/src/linux.

good luck,

Holger



Volker Grabbe wrote:
> Hello,
> i have a problem with the DVB kernel Module. I use Suse 8.1 with a
> patched original kernel. I have compiled hte kernel with make oldconfig
> after the patch für the VIA VT8235 Southbridge.
> 
> i could compile the driver from CVS, at the End it write:
> 
> NOTE:  you should configure+build 'apps/tuxzap/ manually
> 
> when i compile the driver i got no failure. After tah i start the driver
> with make insmod and here i don't know what to do. The Shell output:
> 
> /usr/src/linux/scripts/pathdown.sh: line 4: TOPDIR: parameter null or
> not set
> DIR=`pwd`; (cd /usr/src/linux; make SUBDIRS=$DIR modules)
> make[1]: Wechsel in das Verzeichnis »/usr/src/linux-2.4.19.SuSE«
> make -C  /home/volker/DVB/driver CFLAGS="-D__KERNEL__
> -I/usr/src/linux-2.4.19.SuSE/include  -Wall -Wstrict-prototypes
> -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer
> -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE"
> MAKING_MODULES=1 modules
> make[2]: Wechsel in das Verzeichnis »/home/volker/DVB/driver«
> make[2]: Zirkuläre Datei
> /usr/src/linux-2.4.19.SuSE/include/asm/processor.h <-
> /usr/src/linux-2.4.19.SuSE/include/linux/list.h Abhängigkeit wird nicht
> verwendet.
> ld -m elf_i386 -r -o dvb-core.o dmxdev.o dvb_demux.o dvb_net.o dvb_i2c.o
> dvb_filter.o dvb_frontend.o dvbdev.o compat.o
> make -C av7110 modules
> make[3]: Wechsel in das Verzeichnis »/home/volker/DVB/driver/av7110«
> make[3]: Zirkuläre Datei
> /usr/src/linux-2.4.19.SuSE/include/asm/processor.h <-
> /usr/src/linux-2.4.19.SuSE/include/linux/list.h Abhängigkeit wird nicht
> verwendet.
> ld -m elf_i386 -r -o dvb-ttpci.o saa7146_core.o saa7146_v4l.o av7110.o
> av7110_ir.o
> make[3]: Verlassen des Verzeichnisses »/home/volker/DVB/driver/av7110«
> make -C frontends modules
> make[3]: Wechsel in das Verzeichnis »/home/volker/DVB/driver/frontends«
> make[3]: Zirkuläre Datei
> /usr/src/linux-2.4.19.SuSE/include/asm/processor.h <-
> /usr/src/linux-2.4.19.SuSE/include/linux/list.h Abhängigkeit wird nicht
> verwendet.
> make[3]: Für das Target »modules« gibt es nichts zu tun.
> make[3]: Verlassen des Verzeichnisses
> »/home/volker/DVB/driver/frontends«
> make[2]: Verlassen des Verzeichnisses »/home/volker/DVB/driver«
> make[1]: Verlassen des Verzeichnisses »/usr/src/linux-2.4.19.SuSE«
> 
> (                                               \
> insmod videodev;                                \
>                                 \
> insmod dvb-core.o dvb_shutdown_timeout=0;       \
> make -C frontends insmod;                       \
>  make -C av7110 insmod; \
> )
> Using /lib/modules/2.4.19-4GB/kernel/drivers/media/video/videodev.o
> insmod: a module named videodev already exists
> make[1]: Wechsel in das Verzeichnis »/home/volker/DVB/driver/frontends«
> insmod alps_bsru6.o;   insmod alps_bsrv2.o;   insmod alps_tdmb7.o;  
> insmod alps_tdlb7.o;   insmod grundig_29504-401.o;   insmod
> grundig_29504-491.o;   insmod ves1820.o;
> make[1]: Verlassen des Verzeichnisses
> »/home/volker/DVB/driver/frontends«
> make[1]: Wechsel in das Verzeichnis »/home/volker/DVB/driver/av7110«
> insmod input; \
> insmod evdev; \
> insmod dvb-ttpci.o;
> Using /lib/modules/2.4.19-4GB/kernel/drivers/input/input.o
> insmod: a module named input already exists
> Using /lib/modules/2.4.19-4GB/kernel/drivers/input/evdev.o
> insmod: a module named evdev already exists
> dvb-ttpci.o: init_module: No such device
> Hint: insmod errors can be caused by incorrect module parameters,
> including invalid IO or IRQ parameters.
>       You may find more information in syslog or the output from dmesg
> make[1]: *** [insmod] Fehler 1
> make[1]: Verlassen des Verzeichnisses »/home/volker/DVB/driver/av7110«
> make: *** [insmod] Fehler 2
> 
> 
> Where is the mistake? I am newbie so i don't know how.
> 
> Could anybody help me?
> 
> If i whant to use the driver from Suse and  i type rcdvb start in the
> shell, i got this:
> Starting DVB/lib/modules/2.4.19-4GB/dvb/dvbdev.o: init_module:
> Input/output error
> Hint: insmod errors can be caused by incorrect module parameters,
> including invalid IO or IRQ parameters.
>       You may find more information in syslog or the output from dmesg
> insmod: a module named dvb_filter already exists
> Warning: loading /lib/modules/2.4.19-4GB/dvb/dmxdev.o will taint the
> kernel: no license
>   See http://www.tux.org/lkml/#export-tainted for information about
> tainted modules
> Module dmxdev loaded, with warnings
> insmod: a module named VES1893 already exists
> insmod: a module named VES1820 already exists
> insmod: a module named L64781 already exists
> insmod: a module named SP8870 already exists
> insmod: a module named tda8083 already exists
> insmod: a module named stv0299 already exists
> insmod: a module named tuner already exists
> insmod: a module named saa7146_core already exists
> insmod: a module named saa7146_v4l already exists
> Warning: loading /lib/modules/2.4.19-4GB/dvb/dvb_demux.o will taint the
> kernel: no license
>   See http://www.tux.org/lkml/#export-tainted for information about
> tainted modules
> Module dvb_demux loaded, with warnings
> Warning: loading /lib/modules/2.4.19-4GB/dvb/dvb_frontend.o will taint
> the kernel: no license
>   See http://www.tux.org/lkml/#export-tainted for information about
> tainted modules
> Module dvb_frontend loaded, with warnings
> Warning: loading /lib/modules/2.4.19-4GB/dvb/dvb_net.o will taint the
> kernel: no license
>   See http://www.tux.org/lkml/#export-tainted for information about
> tainted modules
> Module dvb_net loaded, with warnings
> /lib/modules/2.4.19-4GB/dvb/dvb.o: couldn't find the kernel version the
> module was compiled for
>                                                                                                                 failed
> ---------
> 
> I thank you for reading this to this point. If anybody can help me,
> please do it ;). I whant to use my hardware for VDR.
> 
> I have a Technotrend Card Rev. 1.6 with Hardware MPEG Decoder. 
> 
> My System:
> AMD Athlon XP 1600
> 256 MB RAM
> 120GB HDD
> GF2MX400
> TT DVB Rev. 1.6
> SB Live 5.1
> Adaptec 2904CD
> Realtek 8139C
> ITE LPT2 Card
> 
> Thanks for your Answer.
> 
> 
> Volker Grabbe
> 
> 
> 
> 
> 



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



Home | Main Index | Thread Index