Mailing List archive

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

[vdr] NEWSTRUCT and VDR-1.1.2



I'm sure i'm doing something stupid here, I just can't work out what...

I have a Haupauge Nova-t PCI and a Hauppauge DVB-S rev 2.1

I checked out the NEWSTRUCT driver branch from CVS.
I compiled it with make. I did make insmod and got:
/usr/src/linux/scripts/pathdown.sh: TOPDIR: parameter null or not set
DIR=`pwd`; (cd /usr/src/linux; make SUBDIRS=$DIR modules)
make[1]: Entering directory `/usr/src/linux-2.4.18-3'
make -C  /root/DVB/driver CFLAGS="-D__KERNEL__
-I/usr/src/linux-2.4.18-3/include -Wall -Wstrict-prototypes -Wno-trigraphs
-O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -Wno-unused
-pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS
-include /usr/src/linux-2.4.18-3/include/linux/modversions.h" MAKING_MODULES=1
modules
make[2]: Entering directory `/root/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
make -C av7110 modules
make[3]: Entering directory `/root/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 `/root/DVB/driver/av7110'
make -C frontends modules
make[3]: Entering directory `/root/DVB/driver/frontends'
make[3]: Nothing to be done for `modules'.
make[3]: Leaving directory `/root/DVB/driver/frontends'
make[2]: Leaving directory `/root/DVB/driver'
make[1]: Leaving directory `/usr/src/linux-2.4.18-3'

(			\
insmod videodev;	\
          \
insmod dvb-core.o; 	\
make -C frontends insmod; \
 make -C av7110 insmod; \
)
Using /lib/modules/2.4.18-3/kernel/drivers/media/video/videodev.o
make[1]: Entering directory `/root/DVB/driver/frontends'
insmod alps_bsru6.o;   insmod alps_bsrv2.o;   insmod
grundig_29504-401.o;   insmod grundig_29504-491.o;   insmod ves1820.o; 
make[1]: Leaving directory `/root/DVB/driver/frontends'
make[1]: Entering directory `/root/DVB/driver/av7110'
insmod input; \
insmod evdev; \
insmod dvb-ttpci.o init_vpid=0x00a2 init_apid=0x0060;
Using /lib/modules/2.4.18-3/kernel/drivers/input/input.o
Using /lib/modules/2.4.18-3/kernel/drivers/input/evdev.o
make[1]: Leaving directory `/root/DVB/driver/av7110'
sync

in /var/log/messages I get:
Oct  9 22:07:28 worf kernel: Linux video capture interface: v1.00
Oct  9 22:07:29 worf kernel: dvb_register_adapter: registering new adapter
(TT-Budget/WinTV-NOVA-T  PCI).
Oct  9 22:07:29 worf kernel: saa7146_core.o: : bus:0, rev:1,
mem:0xca8cac00.
Oct  9 22:07:30 worf kernel: dvb_register_adapter: registering new adapter
(Technotrend/Hauppauge PCI rev2.1).
Oct  9 22:07:30 worf kernel: saa7146_core.o: : bus:0, rev:1,
mem:0xcad4ea00.
Oct  9 22:07:30 worf kernel: dvb_frontend_init: initialising frontend 0:0
(Grundig 29504-401)...
Oct  9 22:07:32 worf kernel: av7110 (1): AV7111 - firm f0240009, rtsl
b0250018, vid 71010068, app 00012502
Oct  9 22:07:33 worf kernel: dvb_frontend_init: initialising frontend 1:0
(Alps BSRU6)...

I then downloaded VDR-1.1.12.
REMOTE=LIRC NEWSTRUCT=1 make
waited for it to compile, which it did, with no errors, then, make
install.

Yet when I run VDR it tells me:
vdr: no primary device found - giving up!

in /var/log/messages I get:
Oct  9 22:13:37 worf vdr[4885]: VDR version 1.1.12 started
Oct  9 22:13:37 worf vdr[4885]: loading /video/setup.conf
Oct  9 22:13:37 worf vdr[4885]: loading /video/sources.conf
Oct  9 22:13:37 worf vdr[4885]: loading /video/channels.conf
Oct  9 22:13:37 worf vdr[4885]: loading /video/timers.conf
Oct  9 22:13:37 worf vdr[4885]: loading /video/svdrphosts.conf
Oct  9 22:13:37 worf vdr[4885]: loading /video/ca.conf
Oct  9 22:13:37 worf vdr[4885]: no DVB device found
Oct  9 22:13:37 worf vdr[4885]: invalid primary device number: 2
Oct  9 22:13:37 worf vdr[4885]: ERROR: no primary device found - giving
up!


/video/setup.conf is the file I was using with VDR-1.0.4 and the old
driver. Which seemed to work fine.

Anyone have any bright ideas?

THanks

Gary





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



Home | Main Index | Thread Index