The problem was that my tvhanded files were deleted from the bin folder. ThanksVery well, Fandango de Huelva, it works well, it must be a fault with your tvheaded or your antenna has moved
I said that i would check some channels on 30w such as sport tv 1 , sport tv 3 ,sport tv 4 , sport tv 5, sport tv 6 from meo and nos this morning. Using openspa and ncam 15 none of these channels where opening. I can check later on my forever server box to see if any open. Can also check for abertis later this evening.Does abertis still work for you with Astra-SM on OpenATV 7.4?
It doesn't for me and would really appreciate some guidance to make it work again.
Thank you.
Thanks a lot. MEO channels are working for me with NCAM on 30W.I said that i would check some channels on 30w such as sport tv 1 , sport tv 3 ,sport tv 4 , sport tv 5, sport tv 6 from meo and nos this morning. Using openspa and ncam 15 none of these channels where opening. I can check later on my forever server box to see if any open.
It's good to know, some of the channels did clear for me this morning but none of the sports channels. It was also very early this morning and a new image i put on the box yesterday. I can check later with different images that i have on the box.Thanks a lot. MEO channels are working for me with NCAM on 30W.
No problem, still works in OpenATV (problem is with latest DefineOS)Does abertis still work for you with Astra-SM on OpenATV 7.4?
It doesn't for me and would really appreciate some guidance to make it work again.
Thank you.
Thanks a lot @EnoSat .No problem, still works in OpenATV (problem is with latest DefineOS)
I'm not a oscam developer but I spent some time to try to fix it recently (sadly not fixed yet, maybe I need some help)Hopefully an oscam developper come here in help us to test @EnoSat idea bellow !
https://www.sat-universe.com/index....30w-chat-how-to-guides.306087/post-2037300221
rc = 0;
while(!(listenfd == -1 && cfg.dvbapi_pmtmode == 6))
{
rc = poll(pfd2, pfdcount, 500);
cs_log("dvbapi_main_local_loop4a rc=%d", rc); //my code
if(rc < 0) // error occured while polling for fd's with fresh data
{
cs_log("dvbapi_main_local_loop errno=%d", errno); //my code
if(errno == EINTR || errno == EAGAIN) // try again in case of interrupt
{
continue;
}
cs_log("ERROR: error on poll of %d fd's (errno=%d %s)", pfdcount, errno, strerror(errno));
break;
}
else
{
break;
}
}
I reply myself because I have found the solution installing a plugin with telnet. To installing it you must copy and paste this command:hi, I have updated my image to openatv 7.5.1 and restored my settings but abertis channels hispasat do not work anymore. Astra-sm is already installed. I have tried to run again telnet script from Mohamed19 OS but does not work on openatv 7.5.1.
my box is octagon sf8008 4K. any help?
did you try the idea in this post ?I'm not a oscam developer but I spent some time to try to fix it recently (sadly not fixed yet, maybe I need some help)
I build own oscam with some dvbapi debugging msgs and @EnoSat hint it's not helping since with f:05 oscam dvbapi code does not even catch this method dvbapi_get_service_type.
According to my debugging the issue is earlier in method dvbapi_main_local in:
There is rc param which returns (in case of f:04 or f:05) -1 every time and errno = 4 (EINTR)Code:rc = 0; while(!(listenfd == -1 && cfg.dvbapi_pmtmode == 6)) { rc = poll(pfd2, pfdcount, 500); cs_log("dvbapi_main_local_loop4a rc=%d", rc); //my code if(rc < 0) // error occured while polling for fd's with fresh data { cs_log("dvbapi_main_local_loop errno=%d", errno); //my code if(errno == EINTR || errno == EAGAIN) // try again in case of interrupt { continue; } cs_log("ERROR: error on poll of %d fd's (errno=%d %s)", pfdcount, errno, strerror(errno)); break; } else { break; } }
Only in case of f:01 there is returned rc=1 and valid revents.
I don't know why this poll is interrupted this way every time and how to fix it. I was trying to increase and decrease timeout (500) but it does not help.
If anyone has any idea I can test it![]()
I set it in dvbapi_get_service_type but this is not reached. This method is executed only if `poll` I mentioned earlier returns rc > 0.@EnoSat hint it's not helping since with f:05 oscam dvbapi code does not even catch this method dvbapi_get_service_type.
If I remember rightly, missing Asturias and Catalan muxes parameters could be added via The CamIn DefineOS, changes are applied only by the FW manufacturer, you cannot modify anything (new transponder, new mode, ...)