From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mailgate.bgcomp.co.uk ([81.187.35.205]:33139 "EHLO mailgate.bgcomp.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752610AbcDZLkI (ORCPT ); Tue, 26 Apr 2016 07:40:08 -0400 Received: from eth7.localnet (mailgate.bgcomp.co.uk [IPv6:2001:8b0:ca:2::fd]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: b) by mailgate.bgcomp.co.uk (Postfix) with ESMTPSA id B1E6A23ADD for ; Tue, 26 Apr 2016 12:34:29 +0100 (BST) From: Bob Goddard To: linux-media@vger.kernel.org Subject: Errors in scan file Date: Tue, 26 Apr 2016 12:34:29 +0100 Message-ID: <1468342.S21sjePQjL@eth7> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-media-owner@vger.kernel.org List-ID: I posted an email with a patch back on 04/02/2016 17:32 only to find that nothing has been done. This patch, reproduced below adds 2 new transponders to Astra 28.2E and removes a trailing space. This trailing spaces causes dvbv5-scan to segfault. Why has this not been actioned and why was my email address banned? Is this a close community that tells people to f-off? dvb-s/Astra-28.2E | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/dvb-s/Astra-28.2E b/dvb-s/Astra-28.2E index ea06c56..42168f6 100644 --- a/dvb-s/Astra-28.2E +++ b/dvb-s/Astra-28.2E @@ -264,6 +264,17 @@ MODULATION = QPSK INVERSION = AUTO +## Astra 2E +# Transponder 31 +[CHANNEL] + DELIVERY_SYSTEM = DVBS + FREQUENCY = 12304000 + POLARIZATION = HORIZONTAL + SYMBOL_RATE = 27500000 + INNER_FEC = 2/3 + MODULATION = QPSK + INVERSION = AUTO + # Transponder 32 [CHANNEL] DELIVERY_SYSTEM = DVBS2 @@ -572,7 +583,7 @@ [CHANNEL] DELIVERY_SYSTEM = DVBS FREQUENCY = 11170750 - POLARIZATION = HORIZONTAL + POLARIZATION = HORIZONTAL SYMBOL_RATE = 22000000 INNER_FEC = 5/6 MODULATION = QPSK @@ -611,8 +622,8 @@ # Transponder 93 [CHANNEL] DELIVERY_SYSTEM = DVBS - FREQUENCY = 11508500 - POLARIZATION = VERTICAL + FREQUENCY = 11523500 + POLARIZATION = HORIZONTAL SYMBOL_RATE = 22000000 INNER_FEC = 5/6 MODULATION = QPSK @@ -678,6 +689,16 @@ MODULATION = PSK/8 INVERSION = AUTO +# Transponder 102 +[CHANNEL] + DELIVERY_SYSTEM = DVBS + FREQUENCY = 11656000 + POLARIZATION = VERTICAL + SYMBOL_RATE = 22000000 + INNER_FEC = 5/6 + MODULATION = QPSK + INVERSION = AUTO + # Transponder 103 [CHANNEL] DELIVERY_SYSTEM = DVBS