[PATCH v5 2/5] dvb-frontends/dvb-pll: add tua6034 ISDB-T tuner used in Friio

2018-04-08 Thread tskd08
From: Akihiro Tsukada This driver already contains tua6034-based device settings, but they are not for ISDB-T and have different parameters. Signed-off-by: Akihiro Tsukada --- Changes since v4: - do not #define chip name constant Changes since v3: - rebase on the new style of specifying pll_de

[PATCH v4 2/5] dvb-frontends/dvb-pll: add tua6034 ISDB-T tuner used in Friio

2018-03-28 Thread tskd08
From: Akihiro Tsukada This driver already contains tua6034-based device settings, but they are not for ISDB-T and have different parameters. Signed-off-by: Akihiro Tsukada --- Changes since v3: - rebase on the new style of specifying pll_desc Changes since v2: (patch #27927 dvb: tua6034: add a

[PATCH v3 2/5] dvb-frontends/dvb-pll: add tua6034 ISDB-T tuner used in Friio

2018-03-26 Thread tskd08
From: Akihiro Tsukada This driver already contains tua6034-based device settings, but they are not for ISDB-T and have different parameters. Signed-off-by: Akihiro Tsukada --- Changes since v2: (patch #27927 dvb: tua6034: add a new driver for Infineon tua6034 tuner) - extends dvb-pll instead of

[media 5/8] MaxLinear MxL301RF ISDB-T tuner

2016-03-31 Thread info
mode 100644 drivers/media/tuners/mxl301rf.h diff --git a/drivers/media/tuners/mxl301rf.c b/drivers/media/tuners/mxl301rf.c new file mode 100644 index 000..916b06f --- /dev/null +++ b/drivers/media/tuners/mxl301rf.c @@ -0,0 +1,220 @@ +/* + Sharp VA4M6JC2103 - Earthsoft PT3 ISDB-T tuner

Re: ISDB-T Tuner stopped working...

2012-02-06 Thread Bruno Lima
hi Felipe, I am using the same USB dongle as you. Same Linux version and firmware dibcom 1.20, i think there is no new version available. in the tuner i am using the struct isdbt_parameters; presented in the other struct frontend_parameters; that's why i am asking about some changes in the API, be

Re: ISDB-T Tuner stopped working...

2012-02-06 Thread Felipe Magno de Almeida
On Mon, Feb 6, 2012 at 6:48 PM, Bruno Lima wrote: > Hi, Hello Bruno Lima, > I made a tuner last year for the ISDB-T and was working fine until december. > Now that i am back at work, the tuner is only getting 1SEG signal. What is your tuner? What is your tuner driver? What firmware version is i

Re : Re : ISDB-T tuner

2009-10-20 Thread Romont Sylvain
: Re: Re : ISDB-T tuner > so, which device can I buy, working in Japan, in linux, and in digital > (working after 2011)? known to work devices 0. 774 Friio white http://www.friio.com/ (in Japanese) USB2.0 ISDB-T, with a card-reader device, without BCAS card DVB driver: in v4l-dvb main

Re : Re : ISDB-T tuner

2009-10-20 Thread Romont Sylvain
h for your help! - Message d'origine De : Akihiro TSUKADA À : Romont Sylvain Cc : linux-media@vger.kernel.org Envoyé le : Mar 20 Octobre 2009, 23 h 05 min 14 s Objet : Re: Re : ISDB-T tuner > so, which device can I buy, working in Japan, in linux, and in digital > (working af

Re: Re : ISDB-T tuner

2009-10-20 Thread Akihiro TSUKADA
> so, which device can I buy, working in Japan, in linux, and in digital > (working after 2011)? known to work devices 0. 774 Friio white http://www.friio.com/ (in Japanese) USB2.0 ISDB-T, with a card-reader device, without BCAS card DVB driver: in v4l-dvb main repository direct net shoppin

Re : Re : ISDB-T tuner

2009-10-20 Thread Romont Sylvain
ok... so it's mean, now, all the japanese ISDB-T tuner card are not working in linux? - Message d'origine De : Patrick Boettcher À : Romont Sylvain Cc : Linux Media Mailing List ; ts...@yahoo.co.jp Envoyé le : Mar 20 Octobre 2009, 22 h 16 min 42 s Objet : Re: Re : ISDB-T

Re: Re : ISDB-T tuner

2009-10-20 Thread Patrick Boettcher
On Tue, 20 Oct 2009, Romont Sylvain wrote: Dibcom's tuner is only working in brazil no? the Brazil's ISDB-T and Japanese one is not excatly same, no? On the physical layer it is exactly the same. It is the content (video/audio/data inside the MPEG2 transport-stream) which differs in the two

Re : ISDB-T tuner

2009-10-20 Thread Romont Sylvain
34 s Objet : Re: ISDB-T tuner Hi all, On Tue, 20 Oct 2009, Akihiro TSUKADA wrote: > And just for you information, in addition to EarthSoft PT1, > there is a driver for 'Friio' ISDB-T USB receiver (which I wrote;) , > and it is already included in the main repository. > Dibcom i

Re : ISDB-T tuner

2009-10-20 Thread Romont Sylvain
nvoyé le : Mar 20 Octobre 2009, 12 h 49 min 21 s Objet : Re: ISDB-T tuner > My tuner card is a Pixela PIXDT090-PE0 Hi Romont, As you might know, all Japanese DTV programs are scrambled with BCAS. BCAS scrambling algorithm itself is opend in the standard, but in addition to that, PC devices

Re: ISDB-T tuner

2009-10-20 Thread Patrick Boettcher
Hi all, On Tue, 20 Oct 2009, Akihiro TSUKADA wrote: And just for you information, in addition to EarthSoft PT1, there is a driver for 'Friio' ISDB-T USB receiver (which I wrote;) , and it is already included in the main repository. Dibcom is maybe for Brazil and may or may not work in Japan.

Re: ISDB-T tuner

2009-10-19 Thread Markus Rechberger
On Tue, Oct 20, 2009 at 5:49 AM, Akihiro TSUKADA wrote: >> My tuner card is a Pixela PIXDT090-PE0 > > Hi Romont, > > As you might know, all Japanese DTV programs are scrambled with BCAS. > BCAS scrambling algorithm itself is opend in the standard, > but in addition to that, PC devices have to encr

Re: ISDB-T tuner

2009-10-19 Thread Akihiro TSUKADA
> My tuner card is a Pixela PIXDT090-PE0 Hi Romont, As you might know, all Japanese DTV programs are scrambled with BCAS. BCAS scrambling algorithm itself is opend in the standard, but in addition to that, PC devices have to encrypt received data locally in order to get authorized for BCAS. So mo

Re: Re : ISDB-T tuner

2009-10-19 Thread Markus Rechberger
On Tue, Oct 20, 2009 at 5:07 AM, Mauro Carvalho Chehab wrote: > Em Mon, 19 Oct 2009 23:16:26 + (GMT) > Romont Sylvain escreveu: > >> Thank you for your answer! >> >> What do you mean by "Hybrid"? > > Just drop any answer from markus. He is just sending spam trying to sell his > products with

Re: Re : ISDB-T tuner

2009-10-19 Thread Mauro Carvalho Chehab
sage d'origine > De : Markus Rechberger > À : Mauro Carvalho Chehab > Cc : Romont Sylvain ; linux-media@vger.kernel.org > Envoyé le : Mar 20 Octobre 2009, 4 h 40 min 00 s > Objet : Re: ISDB-T tuner > > On Mon, Oct 19, 2009 at 9:29 PM, Mauro Carvalho Chehab > wrote:

Re: Re : ISDB-T tuner

2009-10-19 Thread Mauro Carvalho Chehab
ard: > http://www.pixela.co.jp/products/tv_capture/pix_dt090_pe0/spec.html > > > > - Message d'origine > De : Mauro Carvalho Chehab > À : Romont Sylvain > Cc : linux-media@vger.kernel.org > Envoyé le : Mar 20 Octobre 2009, 4 h 29 min 13 s > Objet : Re

Re : ISDB-T tuner

2009-10-19 Thread Romont Sylvain
arvalho Chehab Cc : Romont Sylvain ; linux-media@vger.kernel.org Envoyé le : Mar 20 Octobre 2009, 4 h 40 min 00 s Objet : Re: ISDB-T tuner On Mon, Oct 19, 2009 at 9:29 PM, Mauro Carvalho Chehab wrote: > Hi Romont, > > Em Mon, 19 Oct 2009 12:16:30 + (GMT) > Romont Sylvain escreveu: >

Re : ISDB-T tuner

2009-10-19 Thread Romont Sylvain
y Tuner card: http://www.pixela.co.jp/products/tv_capture/pix_dt090_pe0/spec.html - Message d'origine De : Mauro Carvalho Chehab À : Romont Sylvain Cc : linux-media@vger.kernel.org Envoyé le : Mar 20 Octobre 2009, 4 h 29 min 13 s Objet : Re: ISDB-T tuner Hi Romont, Em Mon, 19 Oct 2009 12:1

Re: ISDB-T tuner

2009-10-19 Thread Markus Rechberger
On Mon, Oct 19, 2009 at 9:29 PM, Mauro Carvalho Chehab wrote: > Hi Romont, > > Em Mon, 19 Oct 2009 12:16:30 + (GMT) > Romont Sylvain escreveu: > >> Hello! >> >> I actually live in Japan, I try to make working a tuner card ISDB-T with >> linux. I searched a lot in internet but I find nothing..

Re: ISDB-T tuner

2009-10-19 Thread Mauro Carvalho Chehab
Hi Romont, Em Mon, 19 Oct 2009 12:16:30 + (GMT) Romont Sylvain escreveu: > Hello! > > I actually live in Japan, I try to make working a tuner card ISDB-T with > linux. I searched a lot in internet but I find nothing > How can I make it working? > My tuner card is a Pixela PIXDT090-PE0 >