public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
From: Maximilian Imgrund <max@imgrunds.de>
To: linux-media@vger.kernel.org
Subject: New Terratec Cinergy S2 Box usb-id
Date: Mon, 31 Aug 2015 13:19:49 +0200	[thread overview]
Message-ID: <55E43855.3060409@imgrunds.de> (raw)
In-Reply-To: <201508311109.t7VB9utm008834@higgs.fritz.box>

[-- Attachment #1: Type: text/plain, Size: 1033 bytes --]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Dear all,

I am currently figuring out how to get the Terratec Cinergy S2 USB Box
up and running. I already modified a patch to  previous version (see
attachment) to include the new ID in the device driver, module is also
loading with the ds3000 firmware. However, when using w_scan, the
reported frequency range is .95GHz ... 2.15Ghz which is roughly a
factor of 10 lower than I expected (Astra is 12.515Ghz e.g.). Since
the tuner seems to tune in correctly but in the wrong frequency range,
I feel that is the reason for me not getting in any channels.

Can you help me with what to change in the driver to get this working
? I feel like an additional .frequency_div should do the job, however
I am unable to find further informaion on that...

Best
Maximilian Imgrund
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iF4EAREIAAYFAlXkOFIACgkQR/X5cR0fI/6sfAD+OVauTyLw0oWSMr8ONzmrguF+
Ci/vg4uO9mxZwzjgGXkA/ipgQ/IuX+8n2CSScHg6CFjt9tIBbFOAVzStuUrOpwx2
=AAXS
-----END PGP SIGNATURE-----

[-- Attachment #2: 7655778-dw2102-k4.1.1.patch --]
[-- Type: text/plain, Size: 933 bytes --]

--- a/drivers/media/usb/dvb-usb/dw2102.c	
+++ b/drivers/media/usb/dvb-usb/dw2102.c	
@@ -1657,6 +1657,7 @@
 	GOTVIEW_SAT_HD,
 	GENIATECH_T220,
 	TECHNOTREND_S2_4600,
+	TERRATEC_CINERGY_S2_R3,
 };
 
 static struct usb_device_id dw2102_table[] = {
@@ -1682,6 +1683,7 @@
 	[GENIATECH_T220] = {USB_DEVICE(0x1f4d, 0xD220)},
 	[TECHNOTREND_S2_4600] = {USB_DEVICE(USB_VID_TECHNOTREND,
 		USB_PID_TECHNOTREND_CONNECT_S2_4600)},
+	[TERRATEC_CINERGY_S2_R3] = {USB_DEVICE(USB_VID_TERRATEC, 0x0105)},
 	{ }
 };
 
@@ -2085,7 +2087,7 @@
 		}},
 		}
 	},
-	.num_device_descs = 5,
+	.num_device_descs = 6,
 	.devices = {
 		{ "SU3000HD DVB-S USB2.0",
 			{ &dw2102_table[GENIATECH_SU3000], NULL },
@@ -2107,6 +2109,10 @@
 			{ &dw2102_table[GOTVIEW_SAT_HD], NULL },
 			{ NULL },
 		},
+		{ "Terratec Cinergy S2 USB HD Rev.3",
+			{ &dw2102_table[TERRATEC_CINERGY_S2_R3], NULL },
+			{ NULL },
+		},
 	}
 };
 


       reply	other threads:[~2015-08-31 11:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <201508311109.t7VB9utm008834@higgs.fritz.box>
2015-08-31 11:19 ` Maximilian Imgrund [this message]
2015-08-31 16:25   ` New Terratec Cinergy S2 Box usb-id Johann Klammer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55E43855.3060409@imgrunds.de \
    --to=max@imgrunds.de \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox