Hello i have some problem when i try follow this guide
First of all its a total clean ubuntu 12.04 64bit with only tvheadend installed.
this its the guid i follow
https://github.com/ljalves/linux_media/wiki/Installating,-Upgrading-and-Tvheadend
~ $ git clone git://linuxtv.org/media_build.git
~ $ git clone --depth=1
https://github.com/ljalves/linux_media.git -b cx24117 ./media
~ $ cd media_build
~/media_build $ make dir DIR=../media
~/media_build $ make distclean
~/media_build $ make
when i run the last line (make)
i get this error:
1 out of 1 hunk FAILED -- saving rejects to file drivers/media/usb/gspca/kinect.c.rej
1 out of 1 hunk FAILED -- saving rejects to file drivers/media/usb/gspca/konica.c.rej
1 out of 1 hunk FAILED -- saving rejects to file drivers/media/usb/gspca/m5602/m5602_core.c.rej
1 out of 1 hunk FAILED -- saving rejects to file drivers/media/usb/gspca/m5602/m5602_mt9m111.c.rej
1 out of 1 hunk FAILED -- saving rejects to file drivers/media/usb/gspca/m5602/m5602_ov7660.c.rej
1 out of 1 hunk FAILED -- saving rejects to file drivers/media/usb/gspca/m5602/m5602_ov9650.c.rej
1 out of 1 hunk FAILED -- saving rejects to file drivers/media/usb/gspca/m5602/m5602_po1030.c.rej
1 out of 1 hunk FAILED -- saving rejects to file drivers/media/usb/gspca/m5602/m5602_s5k4aa.c.rej
1 out of 1 hunk FAILED -- saving rejects to file drivers/media/usb/gspca/m5602/m5602_s5k83a.c.rej
1 out of 1 hunk FAILED -- saving rejects to file drivers/media/usb/gspca/mars.c.rej
1 out of 1 hunk FAILED -- saving rejects to file drivers/media/usb/gspca/mr97310a.c.rej
1 out of 1 hunk FAILED -- saving rejects to file drivers/media/usb/gspca/nw80x.c.rej
1 out of 1 hunk FAILED -- saving rejects to file drivers/media/usb/gspca/ov519.c.rej
1 out of 1 hunk FAILED -- saving rejects to file drivers/media/usb/gspca/ov534.c.rej
1 out of 1 hunk FAILED -- saving rejects to file drivers/media/usb/gspca/ov534_9.c.rej
1 out of 1 hunk FAILED -- saving rejects to file drivers/media/usb/gspca/pac207.c.rej
and at the end i got this:
1 out of 1 hunk FAILED -- saving rejects to file drivers/staging/media/lirc/lirc_serial.c.rej
1 out of 1 hunk FAILED -- saving rejects to file drivers/staging/media/lirc/lirc_sir.c.rej
make[3]: Leaving directory `/home/andreas/src/media_build/linux'
Applying patches for kernel 3.2.0-29-generic
patch -s -f -N -p1 -i ../backports/api_version.patch
patch -s -f -N -p1 -i ../backports/pr_fmt.patch
patch -s -f -N -p1 -i ../backports/v3.10_fw_driver_probe.patch
7 out of 7 hunks FAILED -- saving rejects to file drivers/media/firewire/firedtv-fw.c.rej
make[2]:
* [apply_patches] Error 1
make[2]: Leaving directory `/home/andreas/src/media_build/linux'
make[1]:
* [default] Error 2
make[1]: Leaving directory `/home/andreas/src/media_build/v4l'
make:* [all] Error 2
Any idea what the problem is ???
Andreas H