Jump to content


christophecvr

Member Since 19 Jun 2011
Offline Last Active 05 Oct 2021 07:08
*****

Posts I've Made

In Topic: cccam , ncam cccam manager ?

8 August 2018 - 12:11

I can't understand why using cccam ? ncam I do not know so maybe ok but cccam is at this time really crap use and learn oscam it has all cccam features does not freeze boxes(which cccam does since a couple of years now when using some channels) cccam is closed source and a lot of binary are full of spy were 


In Topic: A lot of problems, a lot of questions...Op6.2

8 August 2018 - 12:01

Yes indeed but anyway your method requires a telnet access.

For newbie it is then better to mention that they open up there browser and type:

http://ip_of_the_STB/web/servicelistreload?mode=0

;)

Right did not known that one thank you (added it to my personal E2 manual) :)

 

Just to help a bit newbies here a file list you find on a running stb (mine at this time is openatv 6.2 so DEV self build very experimental version ) this list is were the channels are directory /etc/enigma2

autotimer.xml
blacklist
bouquets.radio
bouquets.tv
emc-hide.cfg
emc-noscan.cfg
emc-permsort.cfg
emc-permsort.xml
emc-topdir.cfg
epg.dat
lamedb
lamedb5
playlist # info (is a map)
pm_timers.xml
profile
resumepoints.pkl
settings
timers.xml
userbouquet.dbe00.tv
userbouquet.dbe01.tv
userbouquet.dbe02.tv
userbouquet.dbe03.tv
userbouquet.dbe05.tv
userbouquet.dbe06.tv
userbouquet.dbe07.tv
userbouquet.favourites.radio
userbouquet.favourites.tv
userbouquet.iptvcanalplusfr__tv_.tv
userbouquet.iptvgst__tv_.tv.del
userbouquet.iptv__tv_.tv
userbouquet.LastScanned.tv
userbouquet.stream_cvrtest.tv
userbouquet.stream_duits.tv
userbouquet.stream_engeland.tv
userbouquet.stream_iptvtest.tv
userbouquet.stream_sport.tv
userbouquet.stream_zwitserland.tv

The files You best all remove before are :

userbouquet.dbe00.tv
userbouquet.dbe01.tv
userbouquet.dbe02.tv
userbouquet.dbe03.tv
userbouquet.dbe05.tv
userbouquet.dbe06.tv
userbouquet.dbe07.tv
userbouquet.favourites.radio
userbouquet.favourites.tv
userbouquet.iptvcanalplusfr__tv_.tv
userbouquet.iptvgst__tv_.tv.del
userbouquet.iptv__tv_.tv
userbouquet.LastScanned.tv
userbouquet.stream_cvrtest.tv
userbouquet.stream_duits.tv
userbouquet.stream_engeland.tv
userbouquet.stream_iptvtest.tv
userbouquet.stream_sport.tv
userbouquet.stream_zwitserland.tv

The files who maybe removed but not really needed since they will be all overwritten when you restore you're personal files are :

bouquets.radio
bouquets.tv
lamedb
lamedb5

When You backup a channel list (actually do a own made pure file copy the only files you need to do from the example running stb i started with) are:

bouquets.radio
bouquets.tv
lamedb
lamedb5
userbouquet.dbe00.tv
userbouquet.dbe01.tv
userbouquet.dbe02.tv
userbouquet.dbe03.tv
userbouquet.dbe05.tv
userbouquet.dbe06.tv
userbouquet.dbe07.tv
userbouquet.favourites.radio
userbouquet.favourites.tv
userbouquet.iptvcanalplusfr__tv_.tv
userbouquet.iptvgst__tv_.tv.del
userbouquet.iptv__tv_.tv
userbouquet.LastScanned.tv
userbouquet.stream_cvrtest.tv
userbouquet.stream_duits.tv
userbouquet.stream_engeland.tv
userbouquet.stream_iptvtest.tv
userbouquet.stream_sport.tv
userbouquet.stream_zwitserland.tv

I know ity's maybe boring but nice to now if you wan't play around with you're own very personal channel list with even iptv channels used with base E2 player.


In Topic: A lot of problems, a lot of questions...Op6.2

8 August 2018 - 11:11

Hi,

The power off/on is not the right approach.

To replace your lamedb and userbouquet with a personal backup the steps are:

In telnet:

init 4

In FTP transfer the files into /etc/enigma2

In telnet:

init 3

Pr2

Indeed that is better then power off (but power of as bad it is maybe easier for starters )

 

What You just told with init 4 (killing E2 ) change the files init 3 (restarting E2 on right way) is much better. But if a user can and does understand what he's doing ,

 

The best I find is.

 

Just replace all the concerned files Not that much all the bouquets and lame files (best first remove any wrong existent before BUT now which to remove if you remove one wrong you're fucked :( )

 

then run from telnet command :

wget -q -O - http://127.0.0.1/web/servicelistreload?mode=0

If I'm not wrong that is even the command run after you install a updated channel list . ;)


In Topic: problem to build an image

8 August 2018 - 10:05

ncurses is indeed the wrong URI.

The reason is quit simple . Since end of 2017 debian git did changed. the aloith debian still provided automated mirroring from the old UR5I's to the new ones. but the debian aloith server is broken sin March 2018

2 very important packages are concerned

 

1) ncurses

2) ca-certificate

 

and there could be more.

 

Take note that if you require very old ncurses maybe to build dm800 you will have to google around to find a mirror.

 

But for modern build who are using open-embedded version revision older then +- 28-03-2018 You just need to adapt the URI for ncurses from :

SRC_URI = "git://anonscm.debian.org/collab-maint/ncurses.git"

// to :

SRC_URI = "git://salsa.debian.org/debian/ncurses.git;protocol=https"

// for ca-certificates from :

SRC_URI = "git://anonscm.debian.org/collab-maint/ca-certificates.git"

// to

SRC_URI = "git://salsa.debian.org/debian/ca-certificates.git;protocol=https"

small note : openembedded after 28-03-2018 has the new uri's for debian packages.


In Topic: A lot of problems, a lot of questions...Op6.2

8 August 2018 - 09:48

the telnet command is

wget -q -O - http://127.0.0.1/web/servicelistreload?mode=0