Mailing List archive

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

[linux-dvb] Re: make insmod does not work:-(



Thank's Holger,

I've used the latest CVS driver and works ok with linux-2.4.20. I've noticed the dvb.o module does not exist anymore (it appears in 0.9.4 though). I have also noticed a dvb-ttpci module.
Trying to setup a dvb network device I successully did so with DVB_network_activator but have trouble tuning the card with dvbtune. Here's the output

[root@uranus dvbtune]# ./dvbtune -f 11282000 -p h -s 27500 -n 3010
FD 9: SEC DEVICE (warning) : No such device
ERROR setting voltage
: Bad file descriptor
ERROR setting tone
: Bad file descriptor
tuning DVB-S to L-Band:1532000, Pol:H Srate=27500000, 22kHz=off
SEC GET STATUS: : Bad file descriptor

I have a dvb0_0 device setup correctly that appears fine with ifconfig.
If somebody could possibly help I'd be greatful. It appears that I can also tune with tuxzap but the config file is too complex for me. If somebody can provide an example for EOL or OpenSky or whatever I'd be greatfull.

Thanx again,

Lefteris

Holger Waechtler wrote:

Hi,

Please use a recent driver from CVS: http://linuxtv.org/cgi-bin/cvsweb.cgi/

good luck,

Holger



Lefteris Xanthoudakis wrote:

Hi all,

Trying to setup DVB for linux on a redhat 7.3 with compiled kernel 2.4.20 I successfully compiled the dvb-0.9.4 driver but when I make insmod I get the following response. Could you please advise? Should I remove i2c-core, videodev and tuner modules from the kernel before making insmod from dvb driver?

tnx in advance,

Lefteris


/usr/src/linux/scripts/pathdown.sh: TOPDIR: parameter null or not set
./makedev.napi
make
make[1]: Entering directory `/home/lefteris/DVB/driver'
DIR=`pwd`; (cd /usr/src/linux; make SUBDIRS=$DIR modules)
make[2]: Entering directory `/usr/src/linux-2.4.20'
make -C /home/lefteris/DVB/driver CFLAGS="-D__KERNEL__ -I/usr/src/linux-2.4.20/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.20/include/linux/modversions.h" MAKING_MODULES=1 modules
make[3]: Entering directory `/home/lefteris/DVB/driver'
make[3]: Nothing to be done for `modules'.
make[3]: Leaving directory `/home/lefteris/DVB/driver'
make[2]: Leaving directory `/usr/src/linux-2.4.20'

make[1]: Leaving directory `/home/lefteris/DVB/driver'
( \
insmod dvbdev.o; \
insmod dvb_net.o; \
insmod i2c-core; \
insmod videodev; \
insmod dvb_filter.o; \
insmod dmxdev.o; \
insmod VES1893.o; \
insmod VES1820.o; \
insmod L64781.o; \
insmod SP8870.o debug=1; \
insmod tda8083.o; \
insmod stv0299.o; \
insmod tuner.o; \
insmod saa7146_core.o mode=0; \
insmod saa7146_v4l.o; \
insmod dvb_demux.o; \
insmod dvb_frontend.o; \
insmod dvb.o init_chan=2 pids_off=0; \
)
Warning: loading dvbdev.o will taint the kernel: non-GPL license - LGPL
Using /lib/modules/2.4.20/kernel/drivers/i2c/i2c-core.o
insmod: a module named i2c-core already exists
Using /lib/modules/2.4.20/kernel/drivers/media/video/videodev.o
insmod: a module named videodev already exists
insmod: a module named tuner already exists
Warning: loading saa7146_core.o will taint the kernel: no license
Warning: loading saa7146_v4l.o will taint the kernel: no license
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 dvb_frontend_init
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







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



Home | Main Index | Thread Index