Moderator Control Panel ]

setup with C-band and Ku-band

Anything from the case design to the chip inside, from expectation to suggestion, the most important thing is, you are IN.

setup with C-band and Ku-band

Postby jowski » Thu Dec 12, 2013 3:31 am

I have a system where C-band has an LOF of 5150000kHz, Ku-band has an LOF of 10750000kHz and a 22kHz switch controls which band is selected. Which LNB type do I select? Where in the file system in the file that has the LNB's so that if I need to change something, I can?

Thanks,
Jim
jowski
 
Posts: 11
Joined: Fri Apr 19, 2013 4:10 am

Re: setup with C-band and Ku-band

Postby jowski » Mon Dec 23, 2013 2:48 pm

I have a patch that will add a C-band 5150mHz LOF, ku-band 10750mHz LOF, with a switching frequency of 8000mHz to dvb_satconf.c so those of us in North America with our "almost standard" setup can use an MOI. What I'd like is for TBS to incorporate the patch and release a tvheadend tarball so that we can apply it and not have to set up a cross compiling enviornment. It would be really great if it could be part of future MOI versions of tvheadend too.

Thanks,
Jim


patch follows:

--- src/dvb/dvb_satconf.c.orig 2013-05-30 13:11:41.646638419 -0700
+++ src/dvb/dvb_satconf.c 2013-05-30 13:14:23.352493921 -0700
@@ -297,6 +297,7 @@
add_to_lnblist(array, "C-Multi");
add_to_lnblist(array, "Circular 10750");
add_to_lnblist(array, "Ku 11300");
+ add_to_lnblist(array, "C-Ku 22k switch");
return array;
}

@@ -343,5 +344,9 @@
*f_low = 11300000;
*f_hi = 0;
*f_switch = 0;
+ } else if(!strcmp(id, "C-Ku 22k switch")) {
+ *f_low = 5150000;
+ *f_hi = 10750000;
+ *f_switch = 8000000;
}
}

end of patch
jowski
 
Posts: 11
Joined: Fri Apr 19, 2013 4:10 am

Re: setup with C-band and Ku-band

Postby jowski » Thu Dec 26, 2013 2:27 pm

The patch in the previous post was for the older (3.4?) version of tvheadend. For 3.5, here is the patch which I call linuxdvb_lnb.c.patch:


--- output/build/tvheadend-v3.5/src/input/mpegts/linuxdvb/linuxdvb_lnb.c.orig 2013-12-25 22:18:51.408749976 -0800
+++ output/build/tvheadend-v3.5/src/input/mpegts/linuxdvb/linuxdvb_lnb.c 2013-12-25 17:01:13.000000000 -0800
@@ -263,6 +263,19 @@
.lnb_high = 14350000,
.lnb_switch = 0,
},
+ {
+ { {
+ .ld_type = "C-Ku 22k switch",
+ .ld_tune = linuxdvb_lnb_bandstack_tune,
+ },
+ .lnb_freq = linuxdvb_lnb_bandstack_freq,
+ .lnb_band = linuxdvb_lnb_bandstack_band,
+ .lnb_pol = linuxdvb_lnb_bandstack_pol,
+ },
+ .lnb_low = 5150000,
+ .lnb_high = 10750000,
+ .lnb_switch = 8000000,
+ },
};

/* **************************************************************************

Jim
jowski
 
Posts: 11
Joined: Fri Apr 19, 2013 4:10 am


Return to General discussion

Who is online

Users browsing this forum: No registered users and 1 guest