Re: Aver Volar T2 не находит каналы Россия 1 и Россия 24.

#19
Guys,
no positive result, special channels not deteced and not added to channel list.
In attachment is two logs, one is without transponder delay, secon - with delay 2000 ms.

Prog, насчет установки задержки после установки транспондера: Величина задержки после закрытия программы и вновь ее открытия, сбрасывается на ноль... Видимо, так задумано?
Attachments
module 07-01 - with transponder delay 2000ms.rar
(55 KiB) Downloaded 177 times
module 07-01 - no transponder delay.rar
(51.13 KiB) Downloaded 172 times

Re: Aver Volar T2 не находит каналы Россия 1 и Россия 24.

#21
Hello evgenc,

Strange, the card detect 'DVB-T2' (in the log), but keeps returning weird PLPNum:
- H810::AfterChangeChannel PLPId=0, DVB-T2
- H810::GetPLP -> PLPNum=2
- H810::AfterChangeChannel PLPId=1, DVB-T2
- H810::AfterChangeChannel PLPId=0, DVB-T2
- H810::GetPLP -> PLPNum=0
- H810::AfterChangeChannel PLPId=0, DVB-T2
- H810::GetPLP -> PLPNum=0

Please try the new module in the attachment; I modified the way we get PLPNum from the card using what AverTV use. Hope it'll work.
Attachments
AverMedia(32bits)(02-07-2019) (New).rar
(161.06 KiB) Downloaded 172 times
AverMedia(32bits)(02-07-2019).rar
(160.87 KiB) Downloaded 180 times

Re: Aver Volar T2 не находит каналы Россия 1 и Россия 24.

#24
Hello evgenc,

According to the logs, everything should work perfectly. Try the new module, and the PreRelease that Prog suggested.

Also try the new attached module, I think this would be the final working one.

From the log:
"H810::AfterChange(...): freq:546000, symb:8000000, PLPId=0" -> The first call to lock the transponder with 3 PLPs
"H810::GetPLP -> PLPNum=3, PLPId=0" -> Got the correct PLPs Count and Scanned PLP-0
"H810::AfterChange(...): freq:546000, symb:8000000, PLPId=1" -> The second call to lock the transponder with 3 PLPs using PLP-1 and Scanned PLP-1 (You got no Channel here, try adding delay to scan)
"H810::AfterChange(...): freq:546000, symb:8000000, PLPId=2" -> The third call to lock the transponder with 3 PLPs using PLP-2 and Scanned PLP-2 (You got 'Россия 24')
Attachments
AverMedia(32bits)(03-07-2019).rar
(161.07 KiB) Downloaded 177 times

Re: Aver Volar T2 не находит каналы Россия 1 и Россия 24.

#25
crackname, I have install final ProgDVB v. 7.28.2 now. After that I have add your final module (03-07-2019).
As before the autoscanning mode has find only one PLP>0 channel (#07) and showed it at scan results with other PLP0 channels and add it to channel list with other PLP0 channels...

Logs are attached.

By the way, I have checked the logs now, and find that while scanning the program has detected also the PLP1 channel (#02), but did not showed it at scan results and did not add it to channel list...
Attachments
log 03-07-2019.rar
(41.56 KiB) Downloaded 175 times

Re: Aver Volar T2 не находит каналы Россия 1 и Россия 24.

#27
evgenc wrote:
Wed Jul 03, 2019 6:44 pm
additions:

1) if scan with delay then the same result as without delay ...

2) just find now, maybe it will helps you - when use manual scanning for PLP>0, the icon of #02 channel has "$" symbol...
Maybe the autoscanning mode detect it as pay TV channel and not shows it at scan results?!
So, in Manual Scan everything work, but not in Normal Scan ?

Did the previous module find the PLP 2 Channel ?

Try the new module, I do a reset of PLP to '-1' before setting the new one every time we do transponder lock. And we do a delay of 4 Milliseconds after changing PLP.

If it still doesn't work, I will forward the Code to Prog, so he can add some Delay in the module that would probably fix it.
Attachments
AverMedia(32bits)(03-07-2019)[NEW].rar
(160.71 KiB) Downloaded 167 times

Re: Aver Volar T2 не находит каналы Россия 1 и Россия 24.

#28
Dear crackname, sorry to mislead you... At Manual scanning - all needed channels was detected since module ver. June 30.

Then Prog asked me to check autoscanning mode (Normal scan). So, since June 30 I have checked only autoscanning mode with new modules, all above logs are for autoscanning mode only.

In attachnment is log for autoscanning with module 03-07-2019 new. As before channel #02 not detects... If use manual scan then channel #02 will be detects as well.
So, do you need logs for manual scan?
Attachments
log 03-07-2019 new.rar
(46.9 KiB) Downloaded 174 times

Re: Aver Volar T2 не находит каналы Россия 1 и Россия 24.

#29
evgenc wrote:
Wed Jul 03, 2019 7:39 pm
Dear crackname, sorry to mislead you... At Manual scanning - all needed channels was detected since module ver. June 30.

Then Prog asked me to check autoscanning mode (Normal scan). So, since June 30 I have checked only autoscanning mode with new modules, all above logs are for autoscanning mode only.

In attachnment is log for autoscanning with module 03-07-2019 new. As before channel #02 not detects... If use manual scan then channel #02 will be detects as well.
So, do you need logs for manual scan?
No need for the logs of manual scan, I just wanted to know if all the channels are found with the manual scan. So the problem in the Normal scan is probably from ProgDVB handling of the scan.

The "BDA_AverMedia.txt" log contain the correct data for the PLPs, so I think it's as Prog said before to increase the scan Delay.

I will forward the code of the module to Prog, so he can modify it and if he want, post the modified module here for test.