Hi Igor,
Small question. I tried your patch, but it fails a hunk in dvbdevice.c. I added this hunk manually but I think something is missing:
Sep 28 13:56:15 htpc vdr: [19486] ERROR (dvbdevice.c,251): Operation not supported Sep 28 13:56:15 htpc vdr: [19486] ERROR (dvbdevice.c,252): Operation not supported Sep 28 13:56:15 htpc vdr: [19486] ERROR: frontend 0: Invalid argument
Those both lines has the following code:
CHECK(ioctl(fd_frontend, FE_SET_VOLTAGE, volt)); CHECK(ioctl(fd_frontend, FE_SET_TONE, tone));
The result is, no tuning and no picture.
And to be honest, I don't really understand why it shouldn't work. Mainly, since the same code is used with the Kaffeine patch (I'm comparing that also).
Any help is appreciated :) If you need a quick chat, I'm currently in #linuxtv on irc.freenode.net :)
Regards,
Niels Wagenaar
В сообщении от 28 September 2008 17:12:14 Niels Wagenaar написал(а):
V.2 Only satellite, as I have not any cable or terrestrial, but it is easy to modify :-) I test it with cx24116 based card (though without ISL chip) and didn't find any troubles.
Igor
Hi,
I'm on Astra 19.2 and tested the following HD transponders : Anixe HD Arte HD Astra HD+
first test results :
Arte HD tunes ok and plays fine.
On Astra HD+ and Anixe HD im getting an error :
Sep 28 23:27:28 archvdr dvb_frontend_ioctl_properties() FE_SET_PROPERTY Sep 28 23:27:28 archvdr dvb_frontend_ioctl_properties() properties.num = 8 Sep 28 23:27:28 archvdr dvb_frontend_ioctl_properties() properties.props = 0000000041b31dc0 Sep 28 23:27:28 archvdr dtv_property_process_set() Sep 28 23:27:28 archvdr dtv_property_dump() tvp.cmd = 0x00000011 (DTV_DELIVERY_SYSTEM) Sep 28 23:27:28 archvdr dtv_property_dump() tvp.u.data = 0x00000005 Sep 28 23:27:28 archvdr dtv_property_process_set() Sep 28 23:27:28 archvdr dtv_property_dump() tvp.cmd = 0x00000003 (DTV_FREQUENCY) Sep 28 23:27:28 archvdr dtv_property_dump() tvp.u.data = 0x00140cd0 Sep 28 23:27:28 archvdr dtv_property_process_set() Sep 28 23:27:28 archvdr dtv_property_dump() tvp.cmd = 0x00000004 (DTV_MODULATION) Sep 28 23:27:28 archvdr dtv_property_dump() tvp.u.data = 0x00000000 Sep 28 23:27:28 archvdr dtv_property_process_set() Sep 28 23:27:28 archvdr dtv_property_dump() tvp.cmd = 0x00000008 (DTV_SYMBOL_RATE) Sep 28 23:27:28 archvdr dtv_property_dump() tvp.u.data = 0x01a39de0 Sep 28 23:27:28 archvdr dtv_property_process_set() Sep 28 23:27:28 archvdr dtv_property_dump() tvp.cmd = 0x00000009 (DTV_INNER_FEC) Sep 28 23:27:28 archvdr dtv_property_dump() tvp.u.data = 0x0000000b Sep 28 23:27:28 archvdr dtv_property_process_set() Sep 28 23:27:28 archvdr dtv_property_dump() tvp.cmd = 0x00000006 (DTV_INVERSION) Sep 28 23:27:28 archvdr dtv_property_dump() tvp.u.data = 0x00000002 Sep 28 23:27:28 archvdr dtv_property_process_set() Sep 28 23:27:28 archvdr dtv_property_dump() tvp.cmd = 0x0000000d (DTV_ROLLOFF) Sep 28 23:27:28 archvdr dtv_property_dump() tvp.u.data = 0x00000002 Sep 28 23:27:28 archvdr dtv_property_process_set() Sep 28 23:27:28 archvdr dtv_property_dump() tvp.cmd = 0x00000001 (DTV_TUNE) Sep 28 23:27:28 archvdr dtv_property_dump() tvp.u.data = 0x00000000 Sep 28 23:27:28 archvdr dtv_property_process_set() Finalised property cache Sep 28 23:27:28 archvdr dtv_property_cache_submit() Sep 28 23:27:28 archvdr dtv_property_cache_submit() adv, modulation = 0 Sep 28 23:27:28 archvdr dtv_property_adv_params_sync() Sep 28 23:27:28 archvdr dvb_frontend_ioctl_properties() Property cache is full, tuning
If you need further informations let me know.
cu
Edgar (gimli) Hucek
В сообщении от 29 September 2008 00:29:17 gimli написал(а):
BTW, did you put actual(ones from your actual repository, from wich drivers was compiled, for example s2/linux/include/linux/dvb) dvb headers in /usr/include/linux/dvb from before compiling VDR ? You can see on http://linuxtv.org/hg/~stoth/s2 that headers was changed 25 Sep