Kirk Lapray wrote:
I have developed a DVB driver for the HD-3000 HDTV card. This opens up many more possibilities with this card. Using the DVB driver you do loose the ability to get analog stations, but I am not concerned about this since I don't use this part of the card anyway.
I have tested the driver out with the latest CVS version of MythTV and it works really well with all the recent DVB support added lately.
You can get the driver and more information on how to install it at http://www.geocities.com/kirk_lapray/. I would like to make the installation process easier, but currently you have to patch the latest CVS versions of video4linux and dvb-kernel. I would also recommend using the driver on the 2.6.10 kernel, since that is the only version it has been tested on.
I am interested on seeing how well it works for others. Please let me know if you run into any problems with it, or are able to successfully use it.
Kirk
------------------------------------------------------------------------
Hey
Ive been able to recompile my kernel with the HD3k driver, and Ive been able to boot up the new kernel. Im trying to build the v4l modules, but Im hitting a brick wall. Im running FC2 2.6.10-1.9 custom, and when I try to build the v4l modules, I get this
make
make -C /lib/modules/2.6.10-1.9_FC2custom/build SUBDIRS=/home/mythtv/hd3dvb/video4linux modules
make[1]: Entering directory `/usr/src/linux-2.6.10-1.9_FC2'
CC [M] /home/mythtv/hd3dvb/video4linux/video-buf.o
CC [M] /home/mythtv/hd3dvb/video4linux/v4l1-compat.o
CC [M] /home/mythtv/hd3dvb/video4linux/v4l2-common.o
CC [M] /home/mythtv/hd3dvb/video4linux/btcx-risc.o
CC [M] /home/mythtv/hd3dvb/video4linux/ir-common.o
CC [M] /home/mythtv/hd3dvb/video4linux/bttv-driver.o
/home/mythtv/hd3dvb/video4linux/bttv-driver.c: In function `bttv_suspend':
/home/mythtv/hd3dvb/video4linux/bttv-driver.c:3973: warning: implicit declaration of function `pci_choose_state'
/home/mythtv/hd3dvb/video4linux/bttv-driver.c: In function `bttv_resume':
/home/mythtv/hd3dvb/video4linux/bttv-driver.c:3992: error: `PCI_D0' undeclared (first use in this function)
/home/mythtv/hd3dvb/video4linux/bttv-driver.c:3992: error: (Each undeclared identifier is reported only once
/home/mythtv/hd3dvb/video4linux/bttv-driver.c:3992: error: for each function itappears in.)
make[2]: *** [/home/mythtv/hd3dvb/video4linux/bttv-driver.o] Error 1
make[1]: *** [_module_/home/mythtv/hd3dvb/video4linux] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.10-1.9_FC2'
make: *** [default] Error 2
Ive doen make clean before trying to build them, but no matter what I always get that last error. Anyone have any pointers/tips? _______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
