Mailing List archive

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

[linux-dvb] Re: Nebula Electronics/2.6-pre 9 problems



Hello Richard,

I have checked out the Cvs dvb-kernel and I have compiled everything in the documentation which came with it. I do not however have a nxt6000.o. Is it significant that it did not appear in the Kconfig?
It's simply missing, someone has forgotten to add it. Apparently, nobody is using this card with 2.6.0-test9 yet.

How can I compile it on it's own?
Please apply the attached patch. It will add the frontend driver to the Kconfig file (so you can select it) and add a rule to the Makefile.

Thank you for your help,
Richard

PS. If this is not the correct forum to ask these questions please point me in the right direction
You've found the perfect place to ask your question, but apparently there are not many users out there.

Did you get your card running under 2.4.x ?

Good luck!

CU
Michael.
diff -ur xx-linux-2.6.0-test9/drivers/media/dvb/frontends/Kconfig linux-2.6.0-test9-o/drivers/media/dvb/frontends/Kconfig
--- xx-linux-2.6.0-test9/drivers/media/dvb/frontends/Kconfig	2003-10-20 09:57:11.000000000 +0200
+++ linux-2.6.0-test9-o/drivers/media/dvb/frontends/Kconfig	2003-11-13 11:56:59.000000000 +0100
@@ -1,6 +1,12 @@
 comment "Supported Frontend Modules"
 	depends on DVB
 
+config DVB_NXT6000
+	tristate "NXT6000 based DVB-S frontend (QPSK)"
+	depends on DVB_CORE
+	help
+          You should find some descriptive help text here.
+
 config DVB_STV0299
 	tristate "STV0299 based DVB-S frontend (QPSK)"
 	depends on DVB_CORE
diff -ur xx-linux-2.6.0-test9/drivers/media/dvb/frontends/Makefile linux-2.6.0-test9-o/drivers/media/dvb/frontends/Makefile
--- xx-linux-2.6.0-test9/drivers/media/dvb/frontends/Makefile	2003-10-20 09:57:11.000000000 +0200
+++ linux-2.6.0-test9-o/drivers/media/dvb/frontends/Makefile	2003-11-13 11:57:25.000000000 +0100
@@ -16,3 +16,4 @@
 obj-$(CONFIG_DVB_VES1X93) += ves1x93.o
 obj-$(CONFIG_DVB_TDA1004X) += tda1004x.o
 obj-$(CONFIG_DVB_SP887X) += sp887x.o
+obj-$(CONFIG_DVB_NXT6000) += nxt6000.o

Home | Main Index | Thread Index