From: "Roger Mårtensson" <roger.martensson@gmail.com>
To: Mauro Carvalho Chehab <mchehab@redhat.com>
Cc: Linux Media Mailing List <linux-media@vger.kernel.org>
Subject: Re: [PATCH 00/35] Add a driver for Terratec H7
Date: Sun, 29 Jan 2012 22:18:42 +0100 [thread overview]
Message-ID: <4F25B7B2.6020300@gmail.com> (raw)
In-Reply-To: <1327161877-16784-1-git-send-email-mchehab@redhat.com>
Mauro Carvalho Chehab skrev 2012-01-21 17:04:
> Terratec H7 is a Cypress FX2 device with a mt2063 tuner and a drx-k
> demod. This series add support for it. It started with a public
> tree found at:
> http://linux.terratec.de/files/TERRATEC_H7/20110323_TERRATEC_H7_Linux.tar.gz
I hope this driver is for the device found here:
http://www.terratec.net/en/products/TERRATEC_H7_91101.html?premium=1
I'm in need of a CI-capable device that I can use in my DVB-C network
since my current device seems to have serious problems with the CAM-card
installed.
Do you have access to a DVB-C with encrypted channels or do you know if
someone is testing this driver in such environment?
Otherwise I'm thinking of buying this device. Is the driver available in
the media_build bundle?
I can probably test DVB-T with encrypted channels too if needed but it's
nothing I have at the moment but can possible invest in.
PS.
The device I have problems with is named like this with lspci. The
problems starts when I insert the CAM-card. dmesg says it's inserted but
the stream sometimes starts out ok but within a minute I see artifacts
and it becomes worse after that. Without card inserted the free channels
works like a charm. That's why I'm interested to switch to this device.
08:01.0 Multimedia controller: Philips Semiconductors SAA7146 (rev 01)
Subsystem: KNC One Device 0028
/Yours,
Roger.M
next prev parent reply other threads:[~2012-01-29 21:18 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-21 16:04 [PATCH 00/35] Add a driver for Terratec H7 Mauro Carvalho Chehab
2012-01-21 16:04 ` [PATCH 01/35] [media] dvb: Add a new driver for az6007 Mauro Carvalho Chehab
2012-01-21 16:04 ` [PATCH 02/35] [media] az6007: Fix compilation troubles at az6007 Mauro Carvalho Chehab
2012-01-21 16:04 ` [PATCH 03/35] [media] az6007: Fix it to allow loading it without crash Mauro Carvalho Chehab
2012-01-21 16:04 ` [PATCH 04/35] [media] az6007: Fix the I2C code in order to handle mt2063 Mauro Carvalho Chehab
2012-01-21 16:04 ` [PATCH 05/35] [media] az6007: Comment the gate_ctl mutex Mauro Carvalho Chehab
2012-01-21 16:04 ` [PATCH 06/35] [media] az6007: Remove some dead code that doesn't seem to be needed Mauro Carvalho Chehab
2012-01-21 16:04 ` [PATCH 07/35] [media] az6007: CodingStyle cleanup Mauro Carvalho Chehab
2012-01-21 16:04 ` [PATCH 08/35] [media] az6007: Get rid of az6007.h Mauro Carvalho Chehab
2012-01-21 16:04 ` [PATCH 09/35] [media] az6007: Replace the comments at the beginning of the driver Mauro Carvalho Chehab
2012-01-21 16:04 ` [PATCH 10/35] [media] az6007: move device PID's to the proper place Mauro Carvalho Chehab
2012-01-21 16:04 ` [PATCH 11/35] [media] az6007: make driver less verbose Mauro Carvalho Chehab
2012-01-21 16:04 ` [PATCH 12/35] [media] drxk: Don't assume a default firmware name Mauro Carvalho Chehab
2012-01-21 16:04 ` [PATCH 13/35] [media] az6007: need to define drivers name before including dvb-usb.h Mauro Carvalho Chehab
2012-01-21 16:04 ` [PATCH 14/35] [media] az6007: Fix some init sequences and use the right firmwares Mauro Carvalho Chehab
2012-01-21 16:04 ` [PATCH 15/35] [media] az6007: Change the az6007 read/write routine parameter Mauro Carvalho Chehab
2012-01-21 16:04 ` [PATCH 16/35] [media] az6007: Simplify the read/write logic Mauro Carvalho Chehab
2012-01-21 16:04 ` [PATCH 17/35] [media] az6007: Simplify the code by removing an uneeded function Mauro Carvalho Chehab
2012-01-21 16:04 ` [PATCH 18/35] [media] az6007: Fix IR receive code Mauro Carvalho Chehab
2012-01-21 16:04 ` [PATCH 19/35] [media] az6007: improve the error messages for az6007 read/write calls Mauro Carvalho Chehab
2012-01-21 16:04 ` [PATCH 20/35] [media] az6007: Use the new MFE support at dvb-usb Mauro Carvalho Chehab
2012-01-21 16:04 ` [PATCH 21/35] [media] az6007: Change it to use the MFE solution adopted " Mauro Carvalho Chehab
2012-01-21 16:04 ` [PATCH 22/35] [media] az6007: Use a per device private struct Mauro Carvalho Chehab
2012-01-21 16:04 ` [PATCH 23/35] [media] drxk: Allow setting it on dynamic_clock mode Mauro Carvalho Chehab
2012-01-21 16:04 ` [PATCH 24/35] [media] az6007: Use DRX-K dynamic clock mode Mauro Carvalho Chehab
2012-01-21 16:04 ` [PATCH 25/35] [media] drxk: add support for Mpeg output clock drive strength config Mauro Carvalho Chehab
2012-01-21 16:04 ` [PATCH 26/35] [media] drxk: Allow enabling MERR/MVAL cfg Mauro Carvalho Chehab
2012-01-21 16:04 ` [PATCH 27/35] [media] az6007: code cleanups and fixes Mauro Carvalho Chehab
2012-01-21 16:04 ` [PATCH 28/35] [media] az6007: Driver cleanup Mauro Carvalho Chehab
2012-01-21 16:04 ` [PATCH 29/35] [media] az6007: Protect read/write calls with a mutex Mauro Carvalho Chehab
2012-01-21 16:04 ` [PATCH 30/35] [media] az6007: Be sure to use kmalloc'ed buffer for transfers Mauro Carvalho Chehab
2012-01-21 16:04 ` [PATCH 31/35] [media] az6007: Fix IR handling Mauro Carvalho Chehab
2012-01-21 16:04 ` [PATCH 32/35] [media] az6007: Convert IR to use the rc_core logic Mauro Carvalho Chehab
2012-01-21 16:04 ` [PATCH 33/35] [media] az6007: Use the right keycode for Terratec H7 Mauro Carvalho Chehab
2012-01-21 16:04 ` [PATCH 34/35] [media] az6007: Enable the driver at the building system Mauro Carvalho Chehab
2012-01-21 16:04 ` [PATCH 35/35] [media] az6007: CodingStyle fixes Mauro Carvalho Chehab
2012-01-29 21:18 ` Roger Mårtensson [this message]
2012-02-08 21:32 ` [PATCH 00/35] Add a driver for Terratec H7 Torfinn Ingolfsen
2012-02-08 23:04 ` Torfinn Ingolfsen
2012-02-09 21:12 ` Torfinn Ingolfsen
2012-02-10 15:57 ` Jason Krolo
2012-02-13 16:11 ` Eddi De Pieri
2012-02-14 19:38 ` Torfinn Ingolfsen
2012-02-16 18:43 ` Roger Mårtensson
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=4F25B7B2.6020300@gmail.com \
--to=roger.martensson@gmail.com \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@redhat.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.