[linux-dvb] Nebula DVB-T frontend
Ilkka Pirskanen
ilkka.pirskanen at kolumbus.fi
Thu Jul 28 21:48:46 CEST 2005
The code in dvb-bt8xx.c in question is here (my installation is SUSE 9.3
Professional vermagic being 2.6.11.4-21.7-smp SMP 586 REGPARM gcc-3.3):
#ifdef BTTV_TWINHAN_VP3021
case BTTV_TWINHAN_VP3021:
#else
case BTTV_NEBULA_DIGITV:
#endif
card->fe = nxt6000_attach(&vp3021_alps_tded4_config, card->i2c_adapter);
if (card->fe != NULL) {
break;
}
break;
As David points out,
http://www.linuxtv.org/pipermail/linux-dvb/2005-April/001479.html contains
code to fix this to support mt352 front-end too.
But it seems that the fix is not integrated into any release (at least I can't
find it at any version at http://www.linuxtv.org/downloads/patches/, which
should contain 12-Jul-2005 snapshot).
I don't have expertise to integrate the code, but it would be great if
somebody could do it so that Nebula Electronics PCI DVB-T card users with
mt352 front-end could get their card working under Linux (or if the code is
already integrated tell us where it can be found).
Ilkka
More information about the linux-dvb
mailing list