Error when install new dirver for tbs6981
Added by Andreas Henriksson over 11 years ago
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
make3: 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 saving rejects to file drivers/media/firewire/firedtv-fw.c.rej
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 -
make2: * [apply_patches] Error 1
make2: Leaving directory `/home/andreas/src/media_build/linux'
make1: [default] Error 2
make1: Leaving directory `/home/andreas/src/media_build/v4l'
make: ** [all] Error 2
Any idea what the problem is ???
Andreas H
Replies (2)
RE: Error when install new dirver for tbs6981 - Added by Luis Alves over 11 years ago
Hi Andreas,
I have updated my git to the latest media_tree.
Please retry and all should be fine.
Sorry for the inconvenience,
Luis
RE: Error when install new dirver for tbs6981 - Added by Andreas Henriksson over 11 years ago
I can install it now, will try it next week when i home.
Thanks Andreas