On Sat, May 07, 2005 at 06:47:35PM +0200, Magnus wrote: > On Sat, 2005-05-07 at 14:38 +0300, Lauri Tischler wrote: > > > > Oh well. I did ask about this on the list some time ago, > > I think Johannes said that the patches, at least some of them, > > have been included. Let's wait for real 2.6.12, maybe we get lucky :) > > > > Thanks for the replies! > > Ok, I take it that my lsmod showed that not all the needed modules were > loaded then? > > I suppose that my last option is to build my own kernel (being a > software developer by trade I know better than to recompile software if > it isn't absolutely unavoidable but in this case it seems to be the only > way) > > Can someone please direct me to a good howto for patching and compiling > my own DVB kernel? Preferably a kernel that supports Nova-T cards ... > > Thanks in advance! > It works with 2.6.12-rc4 here's an extract of my .config needed : cx88 cx22702 i2c # # Video Adapters # CONFIG_VIDEO_BT848=m # CONFIG_VIDEO_CPIA is not set # CONFIG_VIDEO_SAA5246A is not set # CONFIG_VIDEO_SAA5249 is not set CONFIG_TUNER_3036=m # CONFIG_VIDEO_STRADIS is not set # CONFIG_VIDEO_ZORAN is not set CONFIG_VIDEO_SAA7134=m CONFIG_VIDEO_SAA7134_DVB=m # CONFIG_VIDEO_MXB is not set # CONFIG_VIDEO_DPC is not set CONFIG_VIDEO_HEXIUM_ORION=m CONFIG_VIDEO_HEXIUM_GEMINI=m CONFIG_VIDEO_CX88=m CONFIG_VIDEO_CX88_DVB=m # CONFIG_VIDEO_OVCAMCHIP is not set # # Digital Video Broadcasting Devices # CONFIG_DVB=y CONFIG_DVB_CORE=y # # DVB-S (satellite) frontends # CONFIG_DVB_STV0299=m CONFIG_DVB_CX24110=m CONFIG_DVB_TDA8083=m CONFIG_DVB_TDA80XX=m CONFIG_DVB_MT312=m CONFIG_DVB_VES1X93=m # # DVB-T (terrestrial) frontends # CONFIG_DVB_SP8870=m CONFIG_DVB_SP887X=m CONFIG_DVB_CX22700=m CONFIG_DVB_CX22702=m CONFIG_DVB_L64781=m CONFIG_DVB_TDA1004X=m CONFIG_DVB_NXT6000=m CONFIG_DVB_MT352=m CONFIG_DVB_DIB3000MB=m CONFIG_DVB_DIB3000MC=m The rest doesn't concern dvb you just must know how to compile a kernel -- Brice