Re: [PATCHv2] [media] drxk: Switch the delivery system on FE_SET_PROPERTY

2011-12-10 Thread Mauro Carvalho Chehab
On 10-12-2011 02:00, Oliver Endriss wrote: On Friday 09 December 2011 20:00:12 Mauro Carvalho Chehab wrote: The DRX-K doesn't change the delivery system at set_properties, but do it at frontend init. This causes problems on programs like w_scan that, by default, opens both frontends. Use adap->

Re: [PATCHv2] [media] drxk: Switch the delivery system on FE_SET_PROPERTY

2011-12-09 Thread Oliver Endriss
On Friday 09 December 2011 20:00:12 Mauro Carvalho Chehab wrote: > The DRX-K doesn't change the delivery system at set_properties, > but do it at frontend init. This causes problems on programs like > w_scan that, by default, opens both frontends. > > Use adap->mfe_shared in order to prevent this,

Re: [PATCHv2] [media] drxk: Switch the delivery system on FE_SET_PROPERTY

2011-12-09 Thread Mauro Carvalho Chehab
On 09-12-2011 18:04, Eddi De Pieri wrote: Hi, v2: Use mfe_shared on hvr930c this patch solve the commutation issue of frontend. Ok, good. One issue solved. still persist same issue like Fredrik on w_scan. scan still works perfectly... root@depieri1lnx:~# w_scan -f t -c IT w_scan version

Re: [PATCHv2] [media] drxk: Switch the delivery system on FE_SET_PROPERTY

2011-12-09 Thread Eddi De Pieri
Hi, > v2: Use mfe_shared on hvr930c this patch solve the commutation issue of frontend. still persist same issue like Fredrik on w_scan. scan still works perfectly... root@depieri1lnx:~# w_scan -f t -c IT w_scan version 20110616 (compiled for DVB API 5.3) using settings for ITALY DVB aerial DV

[PATCHv2] [media] drxk: Switch the delivery system on FE_SET_PROPERTY

2011-12-09 Thread Mauro Carvalho Chehab
The DRX-K doesn't change the delivery system at set_properties, but do it at frontend init. This causes problems on programs like w_scan that, by default, opens both frontends. Use adap->mfe_shared in order to prevent this, and be sure that Annex A or C are properly selected. Signed-off-by: Mauro