I'm using the default CVS branch at the moment mainly as I don't know
much about the NEWSTRUCT version and what the differences are. I recommend
you use which ever is must up to date. How you can tell this, I do not know.
I don't really know which should be used!
Grab them using CVS as
follows:
cvs -d :pserver:anonymous@linuxtv.org:/cvs/linuxtv login
cvs -z3 -d :pserver:anonymous@linuxtv.org:/cvs/linuxtv co DVB
Remember to copy the header files into the correct system
directory:
cp include/*h /usr/include/linux
mkdir /usr/include/linux/dvb
cp include/dvb/*h /usr/include/linux/dvb
Now compile and install the drivers/modules
cd driver
make
make insmod