Re: cx23885: DVBSky S952 dvb_register failed err = -22

2015-03-27 Thread Antti Palosaari
On 03/27/2015 07:24 PM, Ole Ernst wrote: Hi Antti, I was able to test your current tree (8a56b6b..754594d) without SCR and the frontends still run into a timeout. There seems to be an issue with the patch in general. Is there something else I can test/try or do you require some debug output? I

Re: cx23885: DVBSky S952 dvb_register failed err = -22

2015-03-27 Thread Ole Ernst
Hi Antti, I was able to test your current tree (8a56b6b..754594d) without SCR and the frontends still run into a timeout. There seems to be an issue with the patch in general. Is there something else I can test/try or do you require some debug output? Thanks, Ole Am 24.03.2015 um 20:51 schrieb O

Re: cx23885: DVBSky S952 dvb_register failed err = -22

2015-03-24 Thread Ole Ernst
Am 24.03.2015 um 16:22 schrieb Antti Palosaari: > Someone has reported SCR/Unicable does not work with that demod driver, > but I have no personal experience from whole thing... Could you try > direct connection to LNB? I will test a direct connection over Easter, as I don't have physical access t

Re: cx23885: DVBSky S952 dvb_register failed err = -22

2015-03-24 Thread Antti Palosaari
On 03/24/2015 04:52 PM, Ole Ernst wrote: Am 24.03.2015 um 13:54 schrieb Antti Palosaari: Looks strange as firmware is not downloaded. It is downloaded on when first tuning attempt is done, so nodes are created in any case. TS2020 tuner is detected correctly, which looks somehow promising. Could

Re: cx23885: DVBSky S952 dvb_register failed err = -22

2015-03-24 Thread Ole Ernst
Am 24.03.2015 um 13:54 schrieb Antti Palosaari: > Looks strange as firmware is not downloaded. It is downloaded on when > first tuning attempt is done, so nodes are created in any case. TS2020 > tuner is detected correctly, which looks somehow promising. Could you > test my patches again as I have

Re: cx23885: DVBSky S952 dvb_register failed err = -22

2015-03-24 Thread Antti Palosaari
On 03/24/2015 02:25 PM, Ole Ernst wrote: Hi Annti, I generated a patch using git diff 8a56b6b..5786103 on your branch and applied it to the current media_build tree, because I'm more experienced with it as compared to building my own kernels. After installing it, I removed m88ts2022.ko.gz shippe

Re: cx23885: DVBSky S952 dvb_register failed err = -22

2015-03-24 Thread Ole Ernst
Hi Annti, I generated a patch using git diff 8a56b6b..5786103 on your branch and applied it to the current media_build tree, because I'm more experienced with it as compared to building my own kernels. After installing it, I removed m88ts2022.ko.gz shipped with my kernel and ran depmod -a. After a

Re: cx23885: DVBSky S952 dvb_register failed err = -22

2015-03-23 Thread Antti Palosaari
On 03/23/2015 11:12 PM, Ole Ernst wrote: Very much appreciated, thanks Antti! Let me know, if you need someone to test your patches. Could you test that tree? http://git.linuxtv.org/cgit.cgi/anttip/media_tree.git/log/?h=ts2020 git clone -b ts2020 git://linuxtv.org/anttip/media_tree.git then c

Re: cx23885: DVBSky S952 dvb_register failed err = -22

2015-03-23 Thread Ole Ernst
Very much appreciated, thanks Antti! Let me know, if you need someone to test your patches. Am 23.03.2015 um 19:08 schrieb Antti Palosaari: > On 03/18/2015 11:06 AM, Ole Ernst wrote: >> Hi Max, >> >> I'm afraid I'm not experienced enough to adapt the ts2020 driver to >> interwork with the current

Re: cx23885: DVBSky S952 dvb_register failed err = -22

2015-03-23 Thread Antti Palosaari
On 03/18/2015 11:06 AM, Ole Ernst wrote: Hi Max, I'm afraid I'm not experienced enough to adapt the ts2020 driver to interwork with the current kernel driver for the S952. I'd be more than happy to test patches though! I will migrate M88TS2022 to TS2020 and it will start working after that. r

Re: cx23885: DVBSky S952 dvb_register failed err = -22

2015-03-18 Thread Ole Ernst
Hi Max, I'm afraid I'm not experienced enough to adapt the ts2020 driver to interwork with the current kernel driver for the S952. I'd be more than happy to test patches though! Thanks, Ole Am 18.03.2015 um 02:40 schrieb Nibble Max: > Hello Ole, > > If it is m88ts2020, there is a tuner driver "

Re: Re: cx23885: DVBSky S952 dvb_register failed err = -22

2015-03-17 Thread Nibble Max
Hello Ole, On 2015-03-18 02:32:54, Ole Ernst wrote: >Hi Max, > >I get a chip_id of 0x81, which returns -ENODEV in the default branch of >the subsequent switch. So I guess my S952 is too old? :-( How hard would >it be to add support for it? If it is m88ts2020, there is a tuner driver "ts2020" in

Re: cx23885: DVBSky S952 dvb_register failed err = -22

2015-03-17 Thread Ole Ernst
Hi Max, I get a chip_id of 0x81, which returns -ENODEV in the default branch of the subsequent switch. So I guess my S952 is too old? :-( How hard would it be to add support for it? Thanks, Ole Am 17.03.2015 um 02:53 schrieb Nibble Max: > Hello, > > what is the "chip_id" debug output from m88ts

Re: Re: cx23885: DVBSky S952 dvb_register failed err = -22

2015-03-16 Thread Nibble Max
Hello, what is the "chip_id" debug output from m88ts2022 module? I think you maybe hold the old S952 card. Its satellite tuner is M88TS2020, not M88TS2022. Best Regards, Max On 2015-03-15 19:07:07, Ole Ernst wrote: >Hi Antti, > >thanks for your quick response! Based on lsmod and modinfo I do ha

Re: cx23885: DVBSky S952 dvb_register failed err = -22

2015-03-15 Thread Ole Ernst
Hi Antti, thanks for your quick response! Based on lsmod and modinfo I do have m88ts2022. $ lsmod | grep m88 m88ts2022 16898 0 regmap_i2c 12783 1 m88ts2022 m88ds3103 21452 0 i2c_mux12534 1 m88ds3103 dvb_core 102038 4 cx23885,

Re: cx23885: DVBSky S952 dvb_register failed err = -22

2015-03-15 Thread Antti Palosaari
You don't have m88ts2022 driver installed. Antti On 03/15/2015 12:26 PM, Ole Ernst wrote: Hi, I added some printk in cx23885-dvb.c and the problem is in i2c_new_device: https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/tree/drivers/media/pci/cx23885/cx23885-dvb.c?id=refs/tag

Re: cx23885: DVBSky S952 dvb_register failed err = -22

2015-03-15 Thread Ole Ernst
Hi, I added some printk in cx23885-dvb.c and the problem is in i2c_new_device: https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/tree/drivers/media/pci/cx23885/cx23885-dvb.c?id=refs/tags/v3.19.1#n1935 The returned client_tuner is not NULL, but client_tuner->dev.driver is. Hence