thanks a lot!
It is compiling right now.
Just a question : is the only difference from this patch and the first one in your post #24 the fact that the last add support of ATSC? Or does it include any other improvement?
Thanks again.
thanks a lot!
It is compiling right now.
Just a question : is the only difference from this patch and the first one in your post #24 the fact that the last add support of ATSC? Or does it include any other improvement?
Thanks again.
Thanks trillions @leading_edjge
Edit : sadly it gives error :
pi@PI-TVserver:~/linux $ patch -p1 < ../0001-em28xx-Hauppauge-DualHD-DVB-ATSC-second-tuner-suppor.patch
patching file drivers/media/usb/em28xx/em28xx-cards.c
Hunk #1 FAILED at 2387.
Hunk #2 FAILED at 2402.
Hunk #3 FAILED at 3222.
Hunk #4 succeeded at 3412 with fuzz 1 (offset -3 lines).
Hunk #5 FAILED at 3456.
Hunk #6 FAILED at 3562.
Hunk #7 FAILED at 3643.
Hunk #8 FAILED at 3722.
Hunk #9 FAILED at 3764.
8 out of 9 hunks FAILED -- saving rejects to file drivers/media/usb/em28xx/em28xx-cards.c.rej
patching file drivers/media/usb/em28xx/em28xx-core.c
Hunk #1 FAILED at 637.
Hunk #2 FAILED at 1076.
Hunk #3 FAILED at 1090.
Hunk #4 FAILED at 1105.
Hunk #5 FAILED at 1117.
Hunk #6 FAILED at 1133.
Hunk #7 FAILED at 1147.
7 out of 7 hunks FAILED -- saving rejects to file drivers/media/usb/em28xx/em28xx-core.c.rej
patching file drivers/media/usb/em28xx/em28xx-dvb.c
Hunk #1 FAILED at 199.
Hunk #2 FAILED at 218.
Hunk #3 FAILED at 1128.
Hunk #4 FAILED at 1913.
Hunk #5 FAILED at 1939.
Hunk #6 FAILED at 1975.
Hunk #7 FAILED at 2002.
Hunk #8 FAILED at 2045.
8 out of 8 hunks FAILED -- saving rejects to file drivers/media/usb/em28xx/em28xx-dvb.c.rej
patching file drivers/media/usb/em28xx/em28xx.h
Hunk #1 succeeded at 216 with fuzz 2.
Hunk #2 FAILED at 459.
Hunk #3 FAILED at 623.
Hunk #4 FAILED at 684.
Hunk #5 FAILED at 697.
patch unexpectedly ends in middle of line
Hunk #6 succeeded at 729 with fuzz 2 (offset 1 line).
4 out of 6 hunks FAILED -- saving rejects to file drivers/media/usb/em28xx/em28xx.h.rej
Display More
So there is no way to apply your patch to Raspbian Jessie kernel?
That is what I did with post #24 instructions and it worked.
Post #79 also seems to give instructions to use your patch on standard distrib but I dont understand how to get the patch itself.
excuse my ignorance, but what command should I use to get the patch?
I did tried with git clone + the url but that doesnt works
Edit : not sure I finaly get the patch : I did put .patch at the end of the url
Then :
pi@PI-pi:~/linux $patch -p1 < ../6f53d924a499b3c27dbc2f9b86abf783b4b76920.patch
can't find file to patch at input line 24
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|From 6f53d924a499b3c27dbc2f9b86abf783b4b76920 Mon Sep 17 00:00:00 2001
|From: cvh <[email protected]>
|Date: Sat, 17 Jun 2017 22:08:33 +0200
|Subject: [PATCH] add hauppauge patch
|
|---
| .../patches/media_build-02-add-to-backports.patch | 7 +-
| ...pauge-DualHD-DVB-ATSC-second-tuner-suppor.patch | 462 +++++++++++++++++++++
| ...2-em28xx-bulk-transfer-implementation-fix.patch | 59 +++
| ...linux-229.3-em28xx-usb-packet-size-tweaks.patch | 48 +++
| ...inux-229.4-lgdt3306a-add-QAM-AUTO-support.patch | 60 +++
| ...Hauppauge-SoloHD-DualHD-bulk-models-suppo.patch | 63 +++
| 6 files changed, 698 insertions(+), 1 deletion(-)
| create mode 100644 packages/linux-drivers/media_build/sources/backports/linux-229.1-em28xx-Hauppauge-DualHD-DVB-ATSC-second-tu ner-suppor.patch
| create mode 100644 packages/linux-drivers/media_build/sources/backports/linux-229.2-em28xx-bulk-transfer-implementation-fix.pa tch
| create mode 100644 packages/linux-drivers/media_build/sources/backports/linux-229.3-em28xx-usb-packet-size-tweaks.patch
| create mode 100644 packages/linux-drivers/media_build/sources/backports/linux-229.4-lgdt3306a-add-QAM-AUTO-support.patch
| create mode 100644 packages/linux-drivers/media_build/sources/backports/linux-229.5-em28xx-Add-Hauppauge-SoloHD-DualHD-bulk-mo dels-suppo.patch
|
|diff --git a/packages/linux-drivers/media_build/patches/media_build-02-add-to-backports.patch b/packages/linux-drivers/media_bu ild/patches/media_build-02-add-to-backports.patch
|index a53ae3c5e7..d5b47cb2e6 100644
|--- a/packages/linux-drivers/media_build/patches/media_build-02-add-to-backports.patch
|+++ b/packages/linux-drivers/media_build/patches/media_build-02-add-to-backports.patch
--------------------------
File to patch:
Skip this patch? [y]
Display More
yep, I did realize that later.
Regarding the Hauppauge's engineer, I had the page where it says he come back in 18 days bookmarked since day 1
One question : is the new patch different from the one from @Puffin Chunks in post #24 ?
Now I have not one but 2 x wintv-dual hd so 4 DVB-T2 tunners in total that for now look to works perfectly with Puffin Chunks patch.
I am wondering if it worth repatching with the new one.
Instructions given in post #24 worked for me on DVB-T version.
thanks a lot @Puffin Chunks
Now this thread is talking about patching ATSC version of the dongle witch is a complete different beast only used in north america/Canada
Maybe splitting this thread would help avoiding confusion?