Mailing List archive

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

[linux-dvb] Re: dvb-ttusb-budget with dvb-kernel 2.4



Holger Waechtler wrote:

David Mittelstädt wrote:

Hi, im a newb to DVB on linux and have some problems with the driver. I installed the dvb-kernel 2.4 driver (for a tt-usb satellite/hauppauge nova usb-s) on my mandrake 9.1 with kernel-2.4.21-0.18mdk successfully and then loaded the module. dmesg output:

...
usb.c: registered new driver Technotrend/Hauppauge USB-Nova
ttusb_probe: TTUSB DVB connected
...
ttusb_init_controller: stc-version: V 1.1
ttusb_init_controller: dsp-version: 0.0
DVB: registering new adapter (Technotrend/Hauppauge Nova-USB).

now i compiled dvbtune to test if the driver is working. dvbtune outputs me the following when trying dvbtune -f somefreq

frontend: 3FRONTEND DEVICE: : No such file or directory

so i took a look at my /dev/dvb/ and found that there was a adapter0 but no frontend0.
can anybody tell me what i did wrong and how i can solve this problem.

have you loaded grundig_29504-491.o? If so, can you please verify that this tuner is really soldered into your Nova-USB box and Hauppauge is not using a new tuner module?

Holger



Yes, thank you very much. I think this was the thing i missed (i can tune now). But now im having problems with compiling the tuxzap apps from metzlerbros. i compiled and installed the libdvb and evrything went fine, after that i tried to compile the tuxzapp apps but i get some errors like this:

make all-recursive
make[1]: Entering directory `/home/dm/tuxzap_programs-0.4.1'
Making all in src
make[2]: Entering directory `/home/dm/tuxzap_programs-0.4.1/src'
gcc -g -O2 -Wall -o ntuxplayer ntuxplayer.o dvb_formats.o -lncurses -lpthread
ntuxplayer.o(.text+0x876): In function `play_file_video':
/home/dm/tuxzap_programs-0.4.1/src/ntuxplayer.c:248: undefined reference to `instant_repack'
ntuxplayer.o(.text+0x8d2):/home/dm/tuxzap_programs-0.4.1/src/ntuxplayer.c:195: undefined reference to `init_ipack'
ntuxplayer.o(.text+0x10a3): In function `play_file_dvr':
/home/dm/tuxzap_programs-0.4.1/src/ntuxplayer.c:369: undefined reference to `find_avpids'
ntuxplayer.o(.text+0x1347): In function `play_ts_video':
/home/dm/tuxzap_programs-0.4.1/src/ntuxplayer.c:592: undefined reference to `init_ipack'
ntuxplayer.o(.text+0x135f):/home/dm/tuxzap_programs-0.4.1/src/ntuxplayer.c:593: undefined reference to `init_ipack'
ntuxplayer.o(.text+0x1711):/home/dm/tuxzap_programs-0.4.1/src/ntuxplayer.c:665: undefined reference to `get_pid'
ntuxplayer.o(.text+0x17b5):/home/dm/tuxzap_programs-0.4.1/src/ntuxplayer.c:687: undefined reference to `instant_repack'
ntuxplayer.o(.text+0x17d3):/home/dm/tuxzap_programs-0.4.1/src/ntuxplayer.c:679: undefined reference to `send_ipack'
ntuxplayer.o(.text+0x17db):/home/dm/tuxzap_programs-0.4.1/src/ntuxplayer.c:680: undefined reference to `reset_ipack'
ntuxplayer.o(.text+0x18d2):/home/dm/tuxzap_programs-0.4.1/src/ntuxplayer.c:590: undefined reference to `find_avpids'
....
....

I figured out that all these functions seem to be in the libdvb package (which i installed previously). I'm pretty sure that i missed something very trivial since im not that long with linux.

David Mittelstädt



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



Home | Main Index | Thread Index