Alert: Don't Use Hotmail Email Accounts for registration
Collapse
Before Access to all Forums and Trial accounts you must need to activate your account Email address
Why I can't watch a channel in the morning?
Collapse
X
-
-
Re: Why I can't watch a channel in the morning?
@findeciclo
Don't forget that your satellite installation is older (even for one more year) as well as the dish is more dirty than last year.
Moreover, maybe your dish has just lost its alignment because of a loose screw.If You Like My Post..... Please Press the Thanks ButtonComment
-
Re: Why I can't watch a channel in the morning?
--- how to log snr
if you can catch snr value from such a http:/dbox/xml/streaminfo ,
as it is on my venerable e1 dm500,
here is a script to help you to monitor
snr( t )
script:
cd /var/tmp
flog=snr.log
[ -f $flog ] && rm $flog
while [ . ]; do
da=$( date '+%Y%m%d.%H%M' )
snr=$( curl -s --http://dbox/xml/streaminfo |grep snr )
echo $da $snr >>$flog
sleep 300
done
to gives
20140117.2300 <snr>94%</snr>
20140117.2305 <snr>94%</snr>
20140117.2310 <snr>94%</snr>
20140117.2315 <snr>94%</snr>
( further readings here
from
)Comment
-
Re: Why I can't watch a channel in the morning?
Use bigger dish, it should solve your Problem , For me, same issue on 13 E and 4 W, because their foot print is not for my regionVu+ Solo2
Dream Box 800HD,
Neotion 3000, Skystar2, PTCL IPTV
HP LCD W2338h
Samsung LED 40 C5000Comment
-
Re: Why I can't watch a channel in the morning?
Hi , Have you checked to see that there are no unusual reflections from say chimney stacks, normal tv / radio aerials that are reflecting onto your dish. Also is there a nearby dish as you could be suffering from edge diffraction which will cause interferanceComment
Comment