Mailing List archive

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

[linux-dvb] Re: Problems with dvb-s



I have still the same problems, but a black screen. With motv i receive the foolowing messages:
ioctl: vidiocgfreq(long=0); invalid argument
ioctl: vidiocgfreq(long=1); invalid argument
 
This is the only fault message i  can find.
What to hell is going wrong with suse 8.2. I believe this distribution is sh...sorry. Should i go back to suse 8.0?
----- Original Message -----
From: Sebastian
Sent: Sunday, April 27, 2003 7:26 PM
Subject: Re: [linux-dvb] Problems with dvb-s

Patch your driver for suse 8.x
 
insert in the line
 
"#include <linux/highmem.h>"
 
after the line "#include <linux/vmalloc.h>" in the file saa7146_core.c and it will works fine with suse
 
 
----- Original Message -----
Sent: Sunday, April 27, 2003 6:57 PM
Subject: [linux-dvb] Problems with dvb-s

 

I need help. I'm trying to get my card working with suse 8.2. I can cmpile the latest cvs-driver, downloaded yesterday. But when i execute 'make insmod', everything seems to be alright, but i just receive a flickering screen. I have a Hauppauge DVB-s card, which works on Windows and on Suse 8.0. A lot of thanks for your help.

Thx for every little message Ernst

 

tvstation:/dvb/DVB/driver # make insmod

/lib/modules/2.4.20-4GB/build/scripts/pathdown.sh: line 4: TOPDIR: parameter null or not set

DIR=`pwd`; (cd /lib/modules/2.4.20-4GB/build; make SUBDIRS=$DIR modules)

make[1]: Entering directory `/usr/src/linux-2.4.20.SuSE'

make -C /dvb/DVB/driver CFLAGS="-D__KERNEL__ -I/usr/src/linux-2.4.20.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -Wno-sign-compare -finline-limit=2000 -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE" MAKING_MODULES=1 modules

make[2]: Entering directory `/dvb/DVB/driver'

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 dvb_ksyms.o

make -C av7110 modules

make[3]: Entering directory `/dvb/DVB/driver/av7110'

ld -m elf_i386 -r -o dvb-ttpci.o saa7146_core.o saa7146_v4l.o av7110.o av7110_ir.o

make[3]: Leaving directory `/dvb/DVB/driver/av7110'

make -C frontends modules

make[3]: Entering directory `/dvb/DVB/driver/frontends'

make[3]: Nothing to be done for `modules'.

make[3]: Leaving directory `/dvb/DVB/driver/frontends'

make[2]: Leaving directory `/dvb/DVB/driver'

make[1]: Leaving directory `/usr/src/linux-2.4.20.SuSE'

sync

( \

insmod videodev; \

\

insmod dvb-core.o dvb_shutdown_timeout=0; \

make -C frontends insmod; \

make -C av7110 insmod; \

)

Using /lib/modules/2.4.20-4GB/kernel/drivers/media/video/videodev.o

insmod: a module named videodev already exists

make[1]: Entering directory `/dvb/DVB/driver/frontends'

insmod alps_bsrv2.o; insmod alps_tdmb7.o; insmod alps_tdlb7.o; insmod grundig_29504-401.o; insmod grundig_29504-491.o; insmod stv0299.o; insmod ves1820.o;

make[1]: Leaving directory `/dvb/DVB/driver/frontends'

make[1]: Entering directory `/dvb/DVB/driver/av7110'

insmod input; \

insmod evdev; \

insmod dvb-ttpci.o;

Using /lib/modules/2.4.20-4GB/kernel/drivers/input/input.o

insmod: a module named input already exists

Using /lib/modules/2.4.20-4GB/kernel/drivers/input/evdev.o

make[1]: Leaving directory `/dvb/DVB/driver/av7110'

sync

tvstation:/dvb/DVB/driver #


Home | Main Index | Thread Index