Mailing List archive

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

[vdr] Re: Nova-t and dxr3



Am Fre, 2002-06-28 um 08.33 schrieb Marko Myllymaa:
> Hi!
> 
> I'm quite new to dvb-stuff, so some of my questions may sound a bit
> silly..
> 
> How can I compile VDR and DVB-driver so that I can use Hauppauge Nova-T
> card for receiving the signal and the Dxr3 mpeg decoder card for viewing
> it?

Doesn't work, yet. VDR can only use full-featured DVB-S cards for output
(But low-budget-cards-only-system works for recording). When the
API-version of VDR will be stable, some will write plugins for DXR3.

We already considered to patch VDR to send the A/V-stream to stdout
muxing in the OSD as SPU for using player like MPlayer as backend, but
SPU is limited to 4 colors and DVB-OSD needs more.

> 
> I've tried to compile the dvb-driver (downloaded couple days ago from
> Klaus web page). It compiles ok, no errors. But when I say 'make insmod'
> in the driver directory, I get unresolved symbols in dvb_net.o:
> dvb_net.o: unresolved symbol netif_rx_Rde089cc1
> dvb_net.o: unresolved symbol alloc_skb_R7d5c31c3
> dvb_net.o: unresolved symbol skb_over_panic_Ra9e3bb6e

Are the kernel-sources and links to them all right?

> 
> It also complains that it cannot find i2c-core and videodev modules.
> I2c-core works because its compiled in the kernel, not as module. And
> videodev should also be in kernel, but I'm not quite sure what it needs
> from the kernel config. I use kernel 2.4.17 and the system is Debian
> Woody.

If I2C is compiled into the kernel, you can ignore the error-message.
It will work. For videodev, you need to have support for the V4L as kernel-module.

> After those complains 'make insmod' cannot load dvb.o because dvb_net.o
> isn't loaded and it causes again unresolved symbols..
> 
> What should I do to get that dvb_net.o to compile/load ok?
> I'm using gcc 2.95.4

There were problems with old stuff in the driver. I never had problems
with GCC2.96, so some old EGCS-stuff might be left. Someone posted he
was about re-writing the old stuff, but I think other can tell you more.

> 
> After that, what do I need to do to Vdr to make it use this nova card and
> dxr3?

You have to write a nice patch or wait for the plugin-API. The problem
will be to port the OSD.

> 
> I'm planning implementing osd over dxr3 if I can rip it out of Xine easily
> enough. I believe that Xine supports osd (and subtitles) on dxr3..
> If somebody knows that it doesn't, please let me know.
> 
> The dxr3 works fine, I can play videos through it with Mplayer. Only
> problem with Mplayer is, that it doesn't support subtitles (and osd)..
> So, no finnish subtitles in dvds.. :(

You mean subtitles and OSD with DXR3? As for MPlayer has working OSD and
subtitles, but I don't know if it's implemented for DXR3.

Rene





Home | Main Index | Thread Index