Hi everyone, I have this problem after I updated to 7.6, I can no longer make oscam-master work, as shown in the attached photo, thanks.1_0_19_7A_4B0_110_820000_0_0_0_20251026112105.jpg
Try use this version:
Hi everyone, I have this problem after I updated to 7.6, I can no longer make oscam-master work, as shown in the attached photo, thanks.1_0_19_7A_4B0_110_820000_0_0_0_20251026112105.jpg
Try use this version:
Hi everyone, I have this problem after I updated to 7.6, I can no longer make oscam-master work, as shown in the attached photo, thanks.1_0_19_7A_4B0_110_820000_0_0_0_20251026112105.jpg
Try use this version:
no need oscam master works must be a setting on his side so changing version wont help.
Display MoreHi everyone, I have this problem after I updated to 7.6, I can no longer make oscam-master work, as shown in the attached photo, thanks.1_0_19_7A_4B0_110_820000_0_0_0_20251026112105.jpg
Try use this version:
no need oscam master works must be a setting on his side so changing version wont help.
levi45 works.
Hi
Is it possible to add blindscan function on this tuner model in GigaBlue Quad 4K Pro ?
Regards
we have add the support, for all dinobot models
I did it now compile image dinobotu55 ...I added chkrootmb in u55 ...Same thing unavailable...
MACHINE_FEATURES += " chkrootmb multitranscoding hiaccel RCA blindscan-dvbs kodi21 7segment skins1080"
Hallo in forum,
nach update OpenATV 7.6.0 für GigaBlue 4K ist die funktion an Fernbedienunt VOL + VOL - defekt (Funktioniert nicht)
bitte um HILFE.
Hello everyone again...
Is there a plugin to show time and date on Dreambox front panel display
Thank you in advance for your answer.
Thanks to the team openatv for the excellent work ,We hope you activate it on the official image.
The problems with the Feed and images never end. The Feed is always not working. I don’t know what’s going on. Please fix it — I’m tired of the images because of the Feed .
The problems with the Feed and images never end. The Feed is always not working. I don’t know what’s going on. Please fix it — I’m tired of the images because of the Feed .
all feed online and working, check local dns, you use vpn disable and check again
feed online with ipv4 and ipv6
here a small test
wget -O /tmp/feeds-check.sh "http://source.mynonpublic.com/feeds-check.sh" && chmod 777 /tmp/feeds-check.sh && /tmp/feeds-check.sh
pasted-from-clipboard.png
scusa e come te lo spieghi questo che dei fed sempre offline se non riavvi il decoder ..... questa cosa a te non succede ma a mltissimi succede
o vuoi che si cambi immagine di altri team??? dovresti sistemare e non consigliare che bisogna usare una vpn ..ma che stiamo a giocare !!!!!
sorry and how do you explain this that fed always offline if you don't restart the decoder ..... this thing doesn't happen to you but it happens to very many
or do you want to change the image of other teams??? You should fix and not advise that you should use a VPN. but what are we playing !!!!
I’ve provided a check script for DNS. Since no one knows what you’ve configured, no one else can help you. Normally you flash the standard image and test it; if a VPN is enabled, you should turn it off for testing.
I’ve provided a check script for DNS. Since no one knows what you’ve configured, no one else can help you. Normally you flash the standard image and test it; if a VPN is enabled, you should turn it off for testing.
i have same error
root@dreamtwo:~# opkg update
Downloading https://feeds2.mynonpublic.com/7.6.0/dreamtwo/3rdparty/Packages.gz.
error: opkg_download_backend: Failed to download https://feeds2.mynonpublic.com/7.6.0/dreamtwo/3rdparty/Packages.gz, wget returned 4.
Downloading https://feeds2.mynonpublic.com/7.6.0/dreamtwo/aarch64/Packages.gz.
error: opkg_download_backend: Failed to download https://feeds2.mynonpublic.com/7.6.0/dreamtwo/aarch64/Packages.gz, wget returned 4.
Downloading https://feeds2.mynonpublic.com/7.6.0/dreamtwo/all/Packages.gz.
error: opkg_download_backend: Failed to download https://feeds2.mynonpublic.com/7.6.0/dreamtwo/all/Packages.gz, wget returned 4.
Downloading https://feeds2.mynonpublic.com/7.6.0/dreamtwo/dreamtwo/Packages.gz.
error: opkg_download_backend: Failed to download https://feeds2.mynonpublic.com/7.6.0/dreamtwo/dreamtwo/Packages.gz, wget returned 4.
Downloading https://feeds2.mynonpublic.com/7.6.0/dreamtwo/dreamtwo_3rdparty/Packages.gz.
error: opkg_download_backend: Failed to download https://feeds2.mynonpublic.com/7.6.0/dreamtwo/dreamtwo_3rdparty/Packages.gz, wget returned 4.
Downloading https://raw.githubusercontent.com/oe-alliance/enigma2-settings-feed/gh-pages/Packages.gz.
error: opkg_download_backend: Failed to download https://raw.githubusercontent.com/oe-alliance/enigma2-settings-feed/gh-pages/Packages.gz, wget returned 4.
Downloading https://raw.githubusercontent.com/oe-alliance/picons-feed/gh-pages/Packages.gz.
error: opkg_download_backend: Failed to download https://raw.githubusercontent.com/oe-alliance/picons-feed/gh-pages/Packages.gz, wget returned 4.
Downloading https://feeds2.mynonpublic.com/7.6.0/STATIC/static-aarch64/Packages.gz.
error: opkg_download_backend: Failed to download https://feeds2.mynonpublic.com/7.6.0/STATIC/static-aarch64/Packages.gz, wget returned 4.
Downloading https://feeds2.mynonpublic.com/7.6.0/STATIC/static-dreamtwo/Packages.gz.
error: opkg_download_backend: Failed to download https://feeds2.mynonpublic.com/7.6.0/STATIC/static-dreamtwo/Packages.gz, wget returned 4.
root@dreamtwo:~# wget -O /tmp/feeds-check.sh "http://source.mynonpublic.com/feeds-check.sh" && chmod 777 /tmp/feeds-check.sh && /tmp/feeds-check.sh
--2025-10-27 15:25:29-- http://source.mynonpublic.com/feeds-check.sh
Resolving source.mynonpublic.com... failed: Name or service not known.
wget: unable to resolve host address ‘source.mynonpublic.com’
root@dreamtwo:~#
Display More
so after set dns it work fine
to fix dns run this
printf "nameserver 1.1.1.1\nnameserver 8.8.8.8\n" | tee /etc/resolv.conf /var/etc/resolv.conf >/dev/null
result
root@dreamtwo:~# wget -O /tmp/feeds-check.sh "http://source.mynonpublic.com/feeds-check.sh" && chmod 777 /tmp/feeds-check.sh && /tmp/feeds-check.sh
--2025-10-27 15:28:47-- http://source.mynonpublic.com/feeds-check.sh
Resolving source.mynonpublic.com... 37.27.63.189
Connecting to source.mynonpublic.com|37.27.63.189|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4959 (4.8K) [text/x-sh]
Saving to: ‘/tmp/feeds-check.sh’
/tmp/feeds-check.sh 100%[=================================================================================================>] 4.84K --.-KB/s in 0s
2025-10-27 15:28:47 (86.5 MB/s) - ‘/tmp/feeds-check.sh’ saved [4959/4959]
IP Tool OK Code RemoteIP Note
---------------------------------------------------------------------------------------------------------------------------------------
(DNS baseline) curl yes 200 2a01:4f9:3081:311d::2
2a01:4f9:3081:311d::2 curl yes 200 2a01:4f9:3081:311d::2
2a01:4f9:6a:1ed2::2 curl yes 200 2a01:4f9:6a:1ed2::2
37.27.63.189 curl yes 200 37.27.63.189
65.21.232.18 curl yes 200 65.21.232.18
root@dreamtwo:~# opkg update
Downloading https://feeds2.mynonpublic.com/7.6.0/dreamtwo/3rdparty/Packages.gz.
Updated source 'openatv-3rdparty'.
Downloading https://feeds2.mynonpublic.com/7.6.0/dreamtwo/aarch64/Packages.gz.
Updated source 'openatv-aarch64'.
Downloading https://feeds2.mynonpublic.com/7.6.0/dreamtwo/all/Packages.gz.
Updated source 'openatv-all'.
Downloading https://feeds2.mynonpublic.com/7.6.0/dreamtwo/dreamtwo/Packages.gz.
Updated source 'openatv-dreamtwo'.
Downloading https://feeds2.mynonpublic.com/7.6.0/dreamtwo/dreamtwo_3rdparty/Packages.gz.
Updated source 'openatv-dreamtwo_3rdparty'.
Downloading https://raw.githubusercontent.com/oe-alliance/enigma2-settings-feed/gh-pages/Packages.gz.
Updated source 'enigma2-settings-feed'.
Downloading https://raw.githubusercontent.com/oe-alliance/picons-feed/gh-pages/Packages.gz.
Updated source 'oe-alliance-picon-feed'.
Downloading https://feeds2.mynonpublic.com/7.6.0/STATIC/static-aarch64/Packages.gz.
Updated source 'openatv-static-aarch64'.
Downloading https://feeds2.mynonpublic.com/7.6.0/STATIC/static-dreamtwo/Packages.gz.
Updated source 'openatv-static-dreamtwo'.
root@dreamtwo:~#
Display More
you can use a online dns checker
https://dnschecker.org/#A/feeds2.mynonpublic.com
and see DNS is 100% ok
The problems with the Feed and images never end. The Feed is always not working. I don’t know what’s going on. Please fix it — I’m tired of the images because of the Feed .
all feed online and working, check local dns, you use vpn disable and check again
feed online with ipv4 and ipv6
here a small testwget -O /tmp/feeds-check.sh "http://source.mynonpublic.com/feeds-check.sh" && chmod 777 /tmp/feeds-check.sh && /tmp/feeds-check.sh
pasted-from-clipboard.png
OpenATV 7.6 image (October 22 release) for the Dreambox works with my default internet settings — I don’t use a VPN or DNS.
To update the image online, I have to try about 30 times before it finally updates.
This issue only affects the online update, while the plugins have countless problems.
Now I’ll try using a DNS and see the result.
you can use a online dns checker
https://dnschecker.org/#A/feeds2.mynonpublic.com
and see DNS is 100% ok
I modified multiboot screen to can choose slots you want to create if sd card more then 8gb
Max up to 12 extra slots
Hello everyone. I have another question for the experts. I can't get the weather icon to display on the DM900 receiver's LCD in standby mode. It works on OpenATV 7.5.1, but not on OpenATV 7.6. The plugins, renderers, and converters are the same. What could be the problem? The skin_display.xml file is written like this:
<screen name="StandbySummary" position="0,0" size="400,240">
<widget noWrap="1" font="Regular; 60" position="99,5" size="190,70" foregroundColor="unffff00" zPosition="3" transparent="1" halign="center" valign="center" render="Label" source="session.OAWeather">
<convert type="OAWeather">temperature_current</convert>
</widget>
<widget alphatest="blend" position="290,0" render="MSNWeatherPixmap" size="85,85" source="session.OAWeather" zPosition="1">
<convert type="OAWeather">weathericon,current</convert>
</widget>
<widget backgroundColor="Background" font="FdLcD;30" halign="center" noWrap="1" position="0,85" render="Label" size="390,40" source="session.OAWeather" transparent="0" valign="center">
<convert type="OAWeather">city</convert>
</widget>
<widget source="global.CurrentTime" render="Label" position="0,0" size="100,30" font="Regular; 22" halign="right" noWrap="1">
<convert type="ClockToText">Format:%d.%m.%Y</convert>
</widget>
<widget source="global.CurrentTime" render="Label" position="0,122" size="390,110" font="Regular; 105" halign="center" noWrap="1">
<convert type="ClockToText">Format:%H:%M</convert>
</widget>
<widget source="session.RecordState" render="FixedLabel" text="Recording" position="0,235" size="190,22" font="FdLcD;22" zPosition="2" valign="bottom" halign="center" noWrap="1" foregroundColor="#ff0000">
<convert type="ConfigEntryTest">config.usage.blinking_rec_symbol_during_recording,True,CheckSourceBoolean</convert>
<convert type="ConditionalShowHide">Blink</convert>
</widget>
<widget source="session.RecordState" render="FixedLabel" text="Recording" position="0,235" size="190,22" font="FdLcD;22" zPosition="2" valign="bottom" halign="center" noWrap="1" foregroundColor="#ff0000">
<convert type="ConfigEntryTest">config.usage.blinking_rec_symbol_during_recording,False,CheckSourceBoolean</convert>
<convert type="ConditionalShowHide" />
</widget>
</screen>
The photo shows the LCD display of OpenATV 7.5.1 version.

Don’t have an account yet? Register yourself now and be a part of our community!