Re: [ANNOUNCE] DVBv5 tools version 0.0.1

2012-01-15 Thread Mauro Carvalho Chehab
Em 15-01-2012 22:16, Mauro Carvalho Chehab escreveu: > Em 15-01-2012 19:47, Antti Palosaari escreveu: >> On 01/15/2012 11:08 PM, Mauro Carvalho Chehab wrote: >>> There was a bug at the error code handling on dvb-fe-tool: basically, if it >>> can't open >>> a device, it were using a NULL pointer. I

Re: [ANNOUNCE] DVBv5 tools version 0.0.1

2012-01-15 Thread Mauro Carvalho Chehab
Em 15-01-2012 19:47, Antti Palosaari escreveu: > On 01/15/2012 11:08 PM, Mauro Carvalho Chehab wrote: >> There was a bug at the error code handling on dvb-fe-tool: basically, if it >> can't open >> a device, it were using a NULL pointer. It was likely fixed by this commit: >> >> http://git.linuxtv

Re: [ANNOUNCE] DVBv5 tools version 0.0.1

2012-01-15 Thread Antti Palosaari
On 01/15/2012 11:08 PM, Mauro Carvalho Chehab wrote: There was a bug at the error code handling on dvb-fe-tool: basically, if it can't open a device, it were using a NULL pointer. It was likely fixed by this commit: http://git.linuxtv.org/v4l-utils.git/commit/1f669eed5433d17df4d8fb1fa43d2886f99

Re: [ANNOUNCE] DVBv5 tools version 0.0.1

2012-01-15 Thread Antti Palosaari
On 01/15/2012 11:08 PM, Mauro Carvalho Chehab wrote: Em 15-01-2012 18:03, Antti Palosaari escreveu: On 01/15/2012 08:37 PM, Antti Palosaari wrote: On 01/11/2012 12:00 AM, Mauro Carvalho Chehab wrote: On 10-01-2012 19:36, Antti Palosaari wrote: That seems to be due to cxd2820r bug introduced

Re: [ANNOUNCE] DVBv5 tools version 0.0.1

2012-01-15 Thread Mauro Carvalho Chehab
Em 15-01-2012 18:03, Antti Palosaari escreveu: > On 01/15/2012 08:37 PM, Antti Palosaari wrote: >> On 01/11/2012 12:00 AM, Mauro Carvalho Chehab wrote: >>> On 10-01-2012 19:36, Antti Palosaari wrote: Behaviour of new FE is strange for my eyes. Could you look and explain if it is intention

Re: [ANNOUNCE] DVBv5 tools version 0.0.1

2012-01-15 Thread Antti Palosaari
On 01/15/2012 08:37 PM, Antti Palosaari wrote: On 01/11/2012 12:00 AM, Mauro Carvalho Chehab wrote: On 10-01-2012 19:36, Antti Palosaari wrote: Behaviour of new FE is strange for my eyes. Could you look and explain if it is intentional? I still see that it changes delivery system automaticall

Re: [ANNOUNCE] DVBv5 tools version 0.0.1

2012-01-15 Thread Antti Palosaari
On 01/11/2012 12:00 AM, Mauro Carvalho Chehab wrote: On 10-01-2012 19:36, Antti Palosaari wrote: Behaviour of new FE is strange for my eyes. Could you look and explain if it is intentional? I still see that it changes delivery system automatically to the DVB-T. That is the latest commit: c

Re: [ANNOUNCE] DVBv5 tools version 0.0.1

2012-01-10 Thread Mauro Carvalho Chehab
On 10-01-2012 19:36, Antti Palosaari wrote: > Behaviour of new FE is strange for my eyes. Could you look and explain if it > is intentional? > > [crope@localhost dvb]$ ./dvb-fe-tool > Device Sony CXD2820R (DVB-T/T2) (/dev/dvb/adapter0/frontend0) capabilities: > CAN_2G_MODULATION CAN_FEC_1_2 C

Re: [ANNOUNCE] DVBv5 tools version 0.0.1

2012-01-10 Thread Antti Palosaari
Behaviour of new FE is strange for my eyes. Could you look and explain if it is intentional? [crope@localhost dvb]$ ./dvb-fe-tool Device Sony CXD2820R (DVB-T/T2) (/dev/dvb/adapter0/frontend0) capabilities: CAN_2G_MODULATION CAN_FEC_1_2 CAN_FEC_2_3 CAN_FEC_3_4 CAN_FEC_5_6 CAN_FEC_7_8 CAN_FEC_AU

dvbv5-tools update - was: Re: [ANNOUNCE] DVBv5 tools version 0.0.1

2012-01-08 Thread Mauro Carvalho Chehab
On 07-01-2012 23:52, Mauro Carvalho Chehab wrote: > I decided to add support for DVB-S, even without signal for testing. > This probably means that it likely will not work ;) Well, seriously, > we need testers for it. > > The current code should be doing the same that szap does, and should > work

Re: [ANNOUNCE] DVBv5 tools version 0.0.1

2012-01-07 Thread Mauro Carvalho Chehab
On 07-01-2012 10:19, Mauro Carvalho Chehab wrote: > As previously commented at the ML, I'm developing a set of tools > using DVBv5 API. Instead of starting from something existing, > I decided to start from scratch, in order to avoid polluting it > with DVBv3 legacy stuff. Of course, I did some res

Re: [ANNOUNCE] DVBv5 tools version 0.0.1

2012-01-07 Thread Mauro Carvalho Chehab
On 07-01-2012 15:29, Honza Petrouš wrote: > Hi Mauro. > > 2012/1/7 Mauro Carvalho Chehab : >> As previously commented at the ML, I'm developing a set of tools >> using DVBv5 API. Instead of starting from something existing, >> I decided to start from scratch, in order to avoid polluting it >> with

Re: [ANNOUNCE] DVBv5 tools version 0.0.1

2012-01-07 Thread Honza Petrouš
Hi Mauro. 2012/1/7 Mauro Carvalho Chehab : > As previously commented at the ML, I'm developing a set of tools > using DVBv5 API. Instead of starting from something existing, > I decided to start from scratch, in order to avoid polluting it > with DVBv3 legacy stuff. Of course, I did some research

[ANNOUNCE] DVBv5 tools version 0.0.1

2012-01-07 Thread Mauro Carvalho Chehab
As previously commented at the ML, I'm developing a set of tools using DVBv5 API. Instead of starting from something existing, I decided to start from scratch, in order to avoid polluting it with DVBv3 legacy stuff. Of course, I did some research inside the existing tools, in order to fill in the b