Mailing List archive

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

[vdr] Help Linux is driving me nuts



Hello All,

Linux is really starting to get on my nerves ;o((!

I have a Rev 1.6 DVB-S Card in my computer. It runs great under
Windows (so I KNOW the card is okay) using the TT drivers. It has
the TDA8083 chip and the Grundig SP8060 tuner onboard.

I tried compiling the DVB drivers (several versions 0.9.4, Convergence
snapshot, special technotrend patch, the version Klaus recommends)

make gives no errors, just a warning about a stereo tuner not being
used.

Make insmod gives me the following output:
******************************************************
bash-2.05# make insmod
/usr/src/linux/scripts/pathdown.sh: TOPDIR: parameter null or not set
./makedev.napi
make
make[1]: Entering directory `/usr/local/src/DVB/driver'
DIR=`pwd`; (cd /usr/src/linux; make SUBDIRS=$DIR modules)
make[2]: Entering directory `/usr/src/linux'
make -C /usr/local/src/DVB/driver
CFLAGS="-D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2
 -march=i586 -DMODULE" MAKING_MODULES=1 modules
make[3]: Entering directory `/usr/local/src/DVB/driver'
make[3]: Nothing to be done for `modules'.
make[3]: Leaving directory `/usr/local/src/DVB/driver'
make[2]: Leaving directory `/usr/src/linux'
make[1]: Leaving directory `/usr/local/src/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; \
)
Using /lib/modules/2.4.4-4GB/kernel/drivers/i2c/i2c-core.o
Using /lib/modules/2.4.4-4GB/kernel/drivers/media/video/videodev.o
dvb.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including
invalid IO or IRQ parameters
make: *** [insmod] Error 1
******************************************************************

While insmoding the ARM Processor IS initialized (you see a short colored
picture on the tv). However linux (SuSe V7.3 Kernal 2.4.4) says there is
no DVB card installed (as far as I understand the message). What I am doing
wrong?? Please help!

I have also installed the card in another system with the same results. The
MiniLinux Distri gives me the same results.

Greetz,
Reinhard





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



Home | Main Index | Thread Index