File:  [DVB] / dvb-kernel / README
Revision 1.1: download - view: text, annotated - select for diffs
Tue Dec 17 14:42:17 2002 UTC (21 years, 5 months ago) by hunold
Branches: MAIN
CVS tags: HEAD
Add TODO (for the whole package) and README
(explains how to get this stuff running)
plus the "driver.av7110" script for convenience.

Instructions for building the "new" driver under 2.5.x:
-------------------------------------------------------

(This won't work with *2.4.x*, so don't even try...)

You need a kernel >= 2.5.52.

0) Some changes are already disucussed with Gerd Knorr, but have
not been applied to the main kernel tree.

Because of this, you need to apply the following patches to your
kernel tree before configuring and building it:

- 00_knorr_v4l1_compat.patch	: adds the v4l1-compat module to the kernel
- 01_video-buf.patch		: moves video-buf to another location

1) Call "./makelinks <your-kernel-directory>. This will copy and link the
driver files to your kernel.

2) Next, use "make menuconfig" or whatever and select the av7110 driver.
It should be build as a module, static compilation is untested.

Build and install the new kernel as usual.

3) For your convenience, a script called "driver.av7110" is available
to load and unload the driver easily.

Use "./driver.av7110 start" to start the driver, "./driver.av7110 stop" to
stop and unload it.

4) Try your favourite programs, the behaviour should be exactly the same.
Good luck!

If you have problems or questions:

1) Look at the ../dvb-kernel/TODO file. If the problem is mentionend there,
it will be fixed asap.

2) Ask on the mailing list or mail me at <michael@mihu.de>

Michael Hunold.

LinuxTV legacy CVS <linuxtv.org/cvs>