CCcam-2.2.1-NewCS-1.67 for PeterPan Image Enigma2
Posts by master G
-
-
If you returned it the chances are they will blame pli so if you do flash the eagle img lol.
If it works fine for a month before going wrong i would say the box is fine.
Maybe somebody experimenting with all the new menus?
If not download a fresh copy of the image and reflash with dreamup. -
The way it is now most recent post is top, To keep database size & costs down no files are hosted here so this is not possible at the moment.
I agree with your point but please bear with us, anything extra in the pot has been used for prizes,giveaways ect.
We would like to do this and will do in the future.The forum is only 3 months old but with a bit of luck we can do this sooner rather than later. -
-
You need N line. It looks like this:
N: 127.0.0.1 20000 dummy dummy 01 02 03 04 05 06 07 08 09 10 11 12 13 14
In oscam.conf file you need to have these lines:
[newcamd]
key = 0102030405060708091011121314
port = 34000@1830:003411Key line is always the same. Port line is always different, it depends on card that you have. Port number (34000) can be anything. Its your choice.
Oscam.user file is also important. Look for these lines:
user = user
pwd = passYou can choose password and username yourself.
And with all this info we can make N line:
N: 127.0.0.1 34000 user pass 01 02 03 04 05 06 07 08 09 10 11 12 13 14
Now we can add this N line to cccam.cfg and thats it. Oscam is now connected to cccam. We can also add 256 to the end of N line. With this trick cccam see our oscam card as local. This trick doesnt work with 2.1.4 cccam version.
-
The IP address would be the internal IP address given to the DM500
Yes this is correct.. -
What is THE problem? You probably have unwanted users on your cccam server. Some users can cause cccam to crash.
If you have /tmp/warnings.txt file you can see users that are logging to your server without your permission.
There are two solutions:
1. Block IP directly in your router. If you have router where you can use Tomato firmware, find this section ?> Administration/Scripts/Firewall. Then add this line:
This only works if user has static IP. If user doesnt have static IP there is another solution. BUT you need to be using Linux PC as cccam server. Solution is called Fail2Ban!
If you have Fedora linux install Fail2Ban with this command: yum install fail2ban
If you have Ubuntu use:Next command is (use telnet):
You need to look for this lines:
# ?ignoreip? can be an IP address, a CIDR mask or a DNS host
ignoreip = 127.0.0.1 192.168.1.72 ?> here you need to put addresses that will be ignored by fail2ban!
maxretry = 3[cccam-12000]
enabled = true
port = 12000 ?> port of your cccam server. I have 12333 for example.
filter = cccam
action = iptables[name=CCcam0, port=12000, protocol=tcp] ?> here you only need to change port to 12333 for example.
logpath = /tmp/warnings.txt
maxretry = 10
bantime = 6000 ?-> this is in seconds. User will be banned 6000 seconds.Next command (use telnet):
Add this into cccam.conf file:
# Fail2Ban configuration file
#
# Author: Cyril Jaquier
#
# $Revision: 510 $
#[Definition]
# Option: failregex
# Notes.: regex to match the password failures messages in the logfile. The
# host must be matched by a group named ?host?. The tag ?? can
# be used for standard IP/hostname matching and is only an alias for
# (?:::f{4,6}:)?(?P\S+)
# Values: TEXT
#
failregex = Connection from IP: Login Failed!# Option: ignoreregex
# Notes.: regex to ignore. If this regex matches, the line is ignored.
# Values: TEXT
#
ignoreregex =Next command is:
Last command is:
With this command fail2ban will start automatically.
Now all cccam crash problems should be gone.
-
I want to add a C line from the openbox that will point to the DM500 and obtain channels!!
Its not possible because the openbox is only a client, so you cant create a cline for the dreambox.
You would have to create a c line in the dreambox to serve the openbox.
Heres how you would do it :
Dreambox
F: openbox passwordOpenbox
C: ipaddressofthedreambox 12000 openbox password no
You need to use the ip address instead of the hostname when you are sharing within your own network. -
Great little program for checking out your server status. You can also install it on remote web server but be careful. When adding IP address of your receiver you need to enter your internet address!!
v1.02
- fix for Clients usage
- reverse DNS for server and user IP
- fixed bug in provider page
- workaround for 1802 provider that has too many ID -
ClearOs/Fedora/CentOS way
Debian way
Next command:
And change thise lines by removing # from front and reader_drivers lines u delete one comand too:
reader_drivers = pcsc, ctapi;
try_emulation_first = yes;
lock_login = false;Remove this line;
provider_library = /lib/libpcsclite.so.1
If that is done hit from keyboard ctrl+o and enter, then ctrl+x to exit
Next give command:
Quoteopensc-tool --list-drivers
And you should see your reader there present like so, but with your reader info. Example:
Readers known about:
Nr. Driver Name
0 pcsc Omnikey 1020How to disable pcscd never ending login to /var/log/messages what can write your /var partition full after some time.
Please enter next commands under putty or over terminal command line as root:
nano /etc/init.d/pcscdThere look next lines:
Code# if you need to pass arguments to pcscd you should edit the file # /etc/default/pcscd and add a line # DAEMON_ARGS=??your-option?And please change it to:
Code# if you need to pass arguments to pcscd edit to: # /etc/default/pcscd and add a line DAEMON_ARGS="-e"
And hit from the keyboard ctrl+o and enter to save the changes and ctrl+x to exitNext command to restart pcsc:
Done. No more log from pcsc except start up log if you restart the PC and if there is error.
????????-
Ubuntu way
Next command:
And change thise lines by removing # from front and reader_drivers lines u delete one comand too:
Codereader_drivers = pcsc, ctapi; try_emulation_first = yes; lock_login = false; provider_library = /lib/libpcsclite.so.1If that is done hit from keyboard ctrl+o and enter, then ctrl+x to exit
Next give command:
And you should see your reader there present like so, but with your reader info. Example:
Readers known about:
How to disable pcscd never ending loggin to /var/log/messages what can write your /var partion full after some time.
Please enter next commands under putty or over terminal command line as root:
nano /etc/init.d/pcscdThere look next lines:
Code# if you need to pass arguments to pcscd you should edit the file # /etc/default/pcscd and add a line # DAEMON_ARGS=??your-option?And please change it to:
Code# if you need to pass arguments to pcscd edit to: # /etc/default/pcscd and add a line DAEMON_ARGS="-e"And hit from the keyboard ctrl+o and enter to save the changes and ctrl+x to exit
Next command to restart pcsc:
Done. No more log from pcsc except start up log if you restart the PC and if there is error
-
DM7020 CCcam.cfg
SERIAL READER : /dev/usb/tts/0 smartreader+
SERIAL READER : /dev/usb/tts/1 smartreader+
SERIAL READER : /dev/usb/tts/2 smartreader+
SERIAL READER : /dev/usb/tts/3 smartreader+DM800 CCcam.cfg
on USB0
SMARTCARD CLOCK FREQUENCY: /dev/usb/tts/0
SMARTCARD CLOCK FREQUENCY: /dev/usb/tts/0
SMARTCARD CLOCK FREQUENCY: /dev/usb/tts/0
SMARTCARD CLOCK FREQUENCY: /dev/usb/tts/0
on USB1
SMARTCARD CLOCK FREQUENCY: /dev/usb/tts/1
SMARTCARD CLOCK FREQUENCY: /dev/usb/tts/1
SMARTCARD CLOCK FREQUENCY: /dev/usb/tts/1
SMARTCARD CLOCK FREQUENCY: /dev/usb/tts/1PC server CCcam.cfg
SERIAL READER : /dev/ttyUSB0 smartreader+
SERIAL READER : /dev/ttyUSB1 smartreader+
SERIAL READER : /dev/ttyUSB2 smartreader+
SERIAL READER : /dev/ttyUSB3 smartreader+Note: i have self no hub to test, but these settings should work with hub.
Now we need add to CCcam.cfg new line:
SERIAL READER : /dev/ttyUSB0 smartreader+
SERIAL READER : /dev/ttyUSB1 smartreader+
SERIAL READER : /dev/ttyUSB2 smartreader+
or whatever USB port your smartreader is entered.Save CCcam.cfg and run ./CCcam.x86 -d you should see new card is added and running.
In CCcam.cfg is card overklocking and there you just edit like so:
SMARTCARD CLOCK FREQUENCY: /dev/ttyUSB0 4800000 and card works with 4.80mhz set by smartreader+.
Available frequencies3.20, 3.43, 3.69, 4.00, 4.36, 4.80, 5.34, 6.00, 6.86, 8.00, 9.61, 12.0 and 16.0 MHz
The user can selected any freqency. The Smartreader+ will selected the nearest available.
Default sartreader+ speed is with new v1.3 firmware 3.69MHZ and most cards works with that speed. -
look in the kingofsat bar on the right mate.
-
The backup battery in the receiver should never be taken out. The receiver will lose its memory and the receiver must be reprogrammed by the chip manufacturer. It takes up to 4 weeks and be paid for!!!!!!!!!!!!
you have been Warned
-
-
Reported elsewhere it has changed transponder ,rescan will bring it back.
-
Description:
SVDownloader is a plugin for Enigma2 which downloads vHannibal or Cyrus settings without deleting your DVB-T favourites category.Installation:
Download the plugin, place it into directory /tmp/ of your STB, and install it through addon manual install procedure.Prerequisites:
pyhton-zlib - If you do not have python-zlip package already installed, go to Menu -> Setup -> Software Manager -> Advanced Options -> Packet Manager, select python-zip packet and install it.
If you do not find Advanced Options, you should first activate Expert mode in Menu -> Setup -> CustomizeUsage:
When you start the plugin, you just need to select which type of settings you like (vHannibal, Cyrus and Onopkos are supported), how many feeds you want and choose if you want to keep your DVB-T favourite category.
Then you can hit Blue button.
Eventually, the plugin will ask which is the category you want to keep, and then it starts intalling new settings.
With Selection option, you'll be asked for satellite set you like.
Modify separators.cfg to customize bouquet separatorsHistory:
--------
1.1 - First Release (Beta)
1.2 - Intent to use internal unzip. Hold for now due to other issues
1.3 - Fix Cyrus Motor Download Green Screen
- Fix Bouquet download when change Setting source
- Automatic Setting Reload implemented
2.0 - Added Selection feature. You can select any set of satellites you like
- Fix crash on version button
2.1 - Onopkos Settings added
3.0 - Support for translations (English, Italian)
- Prune out DVBT category with the same name from the list
- About (Help button)
- Create DVBT category ordered by LCN3.01 - Fix some crashes during installation new settings
Sorry about that. It should be fine now. -
She looks a good lineswoman.


-
Modified only today
26/01/11 Nemesis 4.4 Samar6 knife after an official of these changes, make the beauty of a post-test answers to abandon hope you likeThe most significant changes in the image
Lugo, the original boots in different
- Merge with VLC Mgcamd Emo-01: 35 correction seen in the browser and the Web X-TV
- Merge the Alcescam CCcam info for those who want to set up Emo
- Merge Blog Mgcamd information only to know the status of a link to the server
- Blog Signal Quality Merge
- Merge Blog Nagrab record
- Correct functioning Exclusive Blog Teletext
- Delete the original blade and the blade change Zino By Samar V6
Add - with the French language with English
- Also updated with the correct names SATELLITES Add a new file satellites.xml
- Help key with the possibility of changing the form of lists
- Add a file last updated knives password- The remaining 82%
This image may be passed or DreamUP Flashwisard
Some pictures




-
QuoteDisplay More
Hi Friends,
Attached is a new plugin DaemonManager - which can be used to start or stop a daemon and also to autostart at bootup.
Each deamon is to have a start-stop script (name ending with .sh). In the config screen - insert the path to the folder where the scripts are.
For autostart - a autostart script is needed. It must include the follwing line :-
/etc/startdm.sh &
The autostart script can also have other commands necessary for running the daemons.
Regards, pcd.



-

To Install > FTP to /tmp -> /var/tmp/ > Blue Button > [FADE]ViX[/FADE] > Install Local Extensions
