Changeset 4058
- Timestamp:
- 10/14/07 16:39:39 (1 year ago)
- Files:
-
- ivtv/branches/0.10/ChangeLog (modified) (1 diff)
- ivtv/branches/0.10/README.v4l-dvb (modified) (1 diff)
- ivtv/branches/0.10/driver/Makefile (modified) (1 diff)
- ivtv/branches/0.10/v4l-cx2341x-init.mpg (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
ivtv/branches/0.10/ChangeLog
r4057 r4058 37 37 started. Thanks to Martin Dauskardt for finding this. 38 38 - Fix MPEG1 resizing. 39 - Removed the v4l-cx2341x-init.mpg file as it's now part of the firmware.tar.gz 40 package. 39 41 40 42 0.10.5 release ivtv/branches/0.10/README.v4l-dvb
r3787 r4058 1 The latest video4linux repository is available from www.linuxtv.org. 2 If you have other video hardware that is only supported in that repository 3 and hasn't yet been included in the kernel, then you need these build 4 instructions in order to build both v4l-dvb and ivtv at the same time. 1 The ivtv-0.10.X driver works fine for kernels >= 2.6.18 and <= 2.6.21. 2 If you want to use the very latest ivtv driver for any kernel >= 2.6.12 3 then you have to use the v4l-dvb repository available from www.linuxtv.org. 5 4 6 First obtain the v4l-dvb repository. See these instructions: 5 This repository contains the latest and (usually) greatest v4l and dvb 6 drivers and will build on any kernel >= 2.6.12. 7 7 8 http://www.linuxtv.org/v4lwiki/index.php/How_to_build_from_mercurial 8 You can either get the repository from here: 9 9 10 In order to include ivtv you need one extra step: before building the 11 v4l-dvb module (the 'make' step) call 'make ivtv'. This will retrieve 12 the ivtv sources from the ivtv subversion trunk repository and merge 13 them into the v4l-dvb directory tree. 'make' will now make ivtv in 14 addition to all the other v4l-dvb modules. 10 http://linuxtv.org/hg/v4l-dvb/archive/tip.tar.bz2 15 11 16 Note that both the v4l-dvb and the ivtv trunk repositories contain 17 bleeding edge code, so there are no guarantees that it will always 18 work. 12 or by using mercurial and running: 13 14 hg clone http://linuxtv.org/hg/v4l-dvb 15 16 You build everything by running 'make' and 'make install'. 17 It will overwrite all existing v4l-dvb modules of your kernel. ivtv/branches/0.10/driver/Makefile
r3432 r4058 33 33 install:: 34 34 /sbin/depmod -a 35 @echo36 @echo "v4l-cx2341x-init.mpg needs copying to the hotplug firmware"37 @echo "directory if needed for PVR350 mpeg initialization"38 35 39 36 clean::
