You are on page 1of 13

How to setup CCcam/Newcs/Oscam with ClearOS 5.2 Linux http://www.eurocardsharing.com/f163/how-to-setup-cccam-newcs-osc...

Eurocardsharing Forum > Other Options > Tutorials > Cardsharing Tutorials
How to setup CCcam/Newcs/Oscam with ClearOS 5.2 Linux

Page 1 of 83 1 2 3 11 51 > Last »

View First Unread Thread Tools Search this Thread Rating: Display Modes

(#1)

04-April-2008, 23:45
kapzas
Super Moderator

This tutorial helps you to setup a Linux PC CCcam server under 1 hour, even for users with no
Linux knowledge.
Offline We need some old working PC. Hardware: Pentium 3 or Amd 600Mhz and up, 256mb (512mb
Posts: 4,148 optimal) ram, from 5gb HDD and up, Networkcard, and a simple 1mb, 4mb, 8mb... or onboard
videocard (no need a fancy 128mb AGP/PCI-E videocard).

Level: 48 [ ] Intro:
Life: 355 / 1183 Out there are many Linux distro's. With most of them you can build a good share server, but we
use today "ClearOs".
Magic: 1382 / 12874

Experience: 35%
What is ClearOs you ask!? ClearOs is a powerful network and gateway server designed for small
organizations and distributed environments. Though ClearOs comes with an extensive list of
features and integrated services (see sidebar), the solution is easy to configure thanks to the
Thanks: 1,271 intuitive web-based interface. ClearOs Homepage
Thanked 2,149 Times in 874
Posts Is it stable!? Yes it is very stable and works almost perfectly with CCcam.
Join Date: Mar 2007
OK lets start now.

1: Download and burn it to a CD. Link for ClearOs iso:


ClearOS Enterprise 5.2 Service Pack 1

2: Installation steps:
1) Choose a Language: Installation language
2) Keyboard Type: Your keyboard language
3) Installation Method: Local CDrom
4) Install Type: Install
5) To Proceed with the installation type "ClearOs"
6) System Mode: Standalone Mode
7) Specify Lan IP Address: Manual Configuration (Set dynamic ip configuration if your router
support MAC based static lease)
8) Nameserver IP: your router gateway IP (example 192.168.1.254 or what u have there)
9) Set The System Root Password
10) Partitioing: Use default
11) Select Software Modules: Now with new ClearOs you can choose install "Graphical Console"
(GUI), or without it. "Intrusion Detection And Prevention" is pretty cool thing against the
hackers and prevents smaller DDOS attacks. Everything else you can tropp. You can install
missing modules easy later under dashboard directly if needed.

3: Now if ClearOs is installed and you used manual IP table then you can unplug monitor and
keyboard from PC you do not need them anymore.
If you used automatic DHCP, then log to server from current monitor and keyboard to know
what IP your server has.
Use command: ifconfig
Now you see your server IP, unplug monitor and keyboard from PC.

1 di 13 17/12/2010 23.58
How to setup CCcam/Newcs/Oscam with ClearOS 5.2 Linux http://www.eurocardsharing.com/f163/how-to-setup-cccam-newcs-osc...

4: System setup.
1) Write to your webbrouser next https://192.168.1.142:81 of cource your server lan IP.
2) Next u get warning message like so "This Connection is Untrusted"
Hit the tab "I Understand the Risks", then the tab "Add Exception" and at least "Confirm
Security Exception" (It can happen that u need make 2-3 times that over again, when u get to
the login page!)
3) Login
Username: root
Password: What u entered during the ClearOS installation
4) Language: default is English
5) Network: Please set mode to "Standalone Mode No Firewall" later if everything is working u
can enable Firewall if u want it.
6) Time Zone: set your country
7) Domain: you can leave it to default "clearos.lan" or change. It is up to you.
8) Organization: fill the forms like u want, not needed to use your real data there.
9) Congratulations, you have completed the system setup wizard! and hit the tab "Continue
configuring your system"
10) Finish: and again u need make that step "This Connection is Untrusted" Hit the tab "I
Understand the Risks". Then the tab "Add Exception" then "Confirm Security Exception" and at
last "Resend". (It can happen that with FireFox brouser u need make 3-5 times that over again,
when u get to the main page back!)

5: Set up the Dashboard.


1) Hit on tab "ClearCenter" and "Register System". (If you had already ClarkConnect registered,
then same data u can use forward with ClearOS as well. But if you are new user then hit that
link and register your self: Register ClearOS
2) Hit on tab "ClearCenter" and "Software Modules" From there tick "FTP server module" and hit
"Go". Wait, when it finish install. Depends from system speed from 2-3 minutes it can take, but
you get constant info as well to when it is finish.
3) Close the dashboard window complete and open it again, then u see new Tab up there called
"Server" and under that is now FTP. Next open that FTP and set "Status - Running" as "On boot
- Automatic". "Maximum Instances" set down from 30 to 1
4) Open tab "Directory" and "Users" Now u have message there "The required user database
engine is not running. Continue" Please hit that "Continue" tab now.
5) LDAP is used to store user and password information. Just hit there "Update" tab.
6) Open again "Directory" and "Users". Now hit the tab "Add" and fill the next form:
Code:
Username: blabla (your FTP and Home directory username)
First Name: fafa
Last Name: gaga
Password: xxxxx (your FTP access password)
Verify: xxxxx

Hit the tab "Add" to save new user data.

6: Download CCcam pack and FTP client software. Unpack CCcam pack and take out from there
CCcam.x86 and CCcam.cfg.
WinSCP Free SFTP, FTP and SCP client for Windows

7: Open FTP client app add there lines like so:


Session: server
Host named: 192.168.1.15
User name: blabla that you have created under dashboard
Password: xxxxx
Now OK and connect to server.

8: Copy with FTP client CCcam.x86 and CCcam.cfg to share server. If it is done close the FTP
session.

9: Now we need open Putty. If you do not have putty you can download it here: Download putty
for windows PC
Log with putty to server as root not as user blabla!
Now we can put some commands to get CCcam to right place.

10: Commands: (command "ls" is directory viewer) Please give commands exactly like i write
here then it works 100%!!!

cd /var
mkdir /var/bin
mkdir /var/etc
ls

Note: mkdir is command for create new directory. If you see now 2 new directory then that part
is OK. Next commands are:

cd /home/blabla
ls

Note: that blabla is user what you created under dashboard and you see there CCcam.x86 and

2 di 13 17/12/2010 23.58
How to setup CCcam/Newcs/Oscam with ClearOS 5.2 Linux http://www.eurocardsharing.com/f163/how-to-setup-cccam-newcs-osc...

CCcam.cfg.

cp CCcam.x86 /var/bin
cp CCcam.cfg /var/etc

Note: cp is command for copy. Command rm is for delete.

cd /var/bin
ls
chmod 755 CCcam.x86
ls

Note: Now you see that CCcam.x86 is green, before it wase withe.

CCcam auto startup script:

nano /etc/rc.d/rc.local

Note: there you see line like that: "touch" and so one. under that line is lot empty space. Now
please write next line exact under that "touch" line there so:

/var/bin/CCcam.x86

Note: / you can get there only with shift+7 and ctrl+o is save file and ctrl+x exit. Look out that
you do not change there nothing else!

cd /var/bin
ls
./CCcam.x86

Note: ./CCcam.x86 is command to start CCcam manually from command line and command:
killall CCcam.x86 stops it agan. For CCcam debuge mode use command: ./CCcam.x86 -d

cd /var/etc
ls
nano CCcam.cfg

Note: with that command you have access to cfg file to edit it or you can use tutorial 15: to set
to whole server FTP access . I prefer to change cfg file over putty.

12: How to get CCcam 2.1.0, 2.1.1 and 2.1.2 working with ClearOs 5.2 CCcam 2.1.3, 2.1.4 as
2.2.x don´t work with ClearOs 5.2!
Please give next commands into your system command line:

mkdir test
cd test
wget http://web.zone.ee/kapzas/libstdc++.so.6.0.9
cp libstdc++.so.6.0.9 /usr/lib
cd /usr/lib
chmod 755 libstdc++.so.6.0.9
unlink libstdc++.so.6
ln -s libstdc++.so.6.0.9 libstdc++.so.6
/sbin/ldconfig
cd ..
cd ..
rm -rf test

13: Done. CCcam server is up and running. With ClearOs working most external cardreaders
serial and usb with no extra linux configuration.

For serial reader in COM1 put into CCcam.cfg so:

PHOENIX READER PATH : /dev/ttyS0

If you have attached to COM2 then so:

PHOENIX READER PATH : /dev/ttyS1

COM3: ttyS2 and so one.

For attached USB1 reader like Smargo Smartreader+ so:

SERIAL READER : /dev/ttyUSB0 smartreader+

Attached USB2:

SERIAL READER : /dev/ttyUSB1 smartreader+

For USB3: ttyUSB2 and so one.

14: How to setup Infinity reader under ClearOs 2 way options:


http://www.eurocardsharing.com/f163/...-connect-96082 or http://www.eurocardsharing.com
/f163/...-windows-59966 Note: "apt-get" does not work with ClearOs 5.1 anymore u need to
use command "yum"

Big thanks for that Infinity reader howtos goes to Bennieboy and to Ramad

3 di 13 17/12/2010 23.58
How to setup CCcam/Newcs/Oscam with ClearOS 5.2 Linux http://www.eurocardsharing.com/f163/how-to-setup-cccam-newcs-osc...

15: As lot asked how to install NewCs into ClearOs so here is tutorial how do too that. Please
follow exaclty my next instruction!

cd /lib
ln -sf libcrypto.so.0.9.8e libcrypto.so.0.9.8

Download NewCs pack NewCS 1.67 RC1 and do so:


Unpack Newcs pack and take out from there 2 files: newcs.i686 and
newcs.xml.phoenix Next rename newcs.i686 to a newcs.x86 and newcs.xml.phoenix to a
newcs.xml
Copy newcs.x86 to /var/bin and set chmod 755
Copy newcs.xml to /etc
Next edit newcs.xml for you needs and start newcs.x86 same way as you started CCcam:
/var/bin ./newcs.x86
And for last we put newcs.x86 to server auto startup script.
If use newcs and CCcam together then palce so that newcs.x86 script is next over CCcam.x86
startup script then boots newcs.x86 first up and then CCcam.x86 like it should.
newcs auto startup script:

nano /etc/rc.d/rc.local

Note: there you see line like that: "touch" and so one. under that line is lot empty space. Now
please write next line exact under that "touch" line there so:

/var/bin/newcs.x86

16: Here is tutorial how to install No-Ip under ClearOs:


You need first install cc-devel developers package to be abel to execute no-ip install commands:

yum groupinstall "Development Tools"


cd /home/blabla
mkdir no-ip
cd no-ip
wget http://www.no-ip.com/client/linux/noip-duc-linux.tar.gz
tar zvxf noip-duc-linux.tar.gz
cd noip-2.1.9-1
make
make install

Note: that blabla is user what you created under dashboard!

Put your no-ip account login/email string

Put password to that login/email

Enter update interval: [30] write to there 30 Then no-ip makes updates to your IP every 30
minute

Do you wish to run something at successful update? [N] (y/n) hit n

cd .. and agan cd ..
rm -rf no-ip and hit enter
tipe command exit to leave.
Done. You have successfuly installed no-ip under linux.
Here u can look same commands too: The Newbie's Guide to the No-IP™ Linux Client

17: Here is tutorial how to install DynDns under ClearOs Big thanks for that link goes to
Bennieboy

18: Totorial how to set FTP access under ClearOs to by root and not only as user.
To enable the user that you have created to to have ftp access to the hole server you must do
this steps:

1) edit file proftpd.conf: nano /etc/proftpd.conf


2) comment this line #DefaultRoot ~
you should have something like this:

# To cause every FTP user to be "jailed" (chrooted) into their home


# directory, uncomment this line.
# DefaultRoot ~

Big thanks for that FTP tutorial goes to nmga

19: If you have CCcam stabilty problem with your PC server and you have tryed everything,
then here comes a help for that issue. Change from your CCcam.cfg next line:

#DVB API: -1
to a
DVB API: -1

Note: You need restart the CCcam after change. It works only with linux PC based CCcam
servers. Dreambox or other reciver users do not try that!

Big thanks for that tip goes to Shalafi

4 di 13 17/12/2010 23.58
How to setup CCcam/Newcs/Oscam with ClearOS 5.2 Linux http://www.eurocardsharing.com/f163/how-to-setup-cccam-newcs-osc...

20: Tutorial how to create CCcam running check script and if CCcam stops then that script runs
CCcam self up again.

1) Log over putty to server as root and give next commands to create the script:

cd /etc
touch CCcamcheck.sh
chmod 777 CCcamcheck.sh
nano CCcamcheck.sh

Next copy all that inside the CCcamcheck.sh:


Code:
#!/bin/bash
if ! ps -C CCcam.x86 > /dev/null
then
/var/bin/CCcam.x86
fi

Next hit from your keyboard ctrl+o to save and ctrl+x to exit.

2) Now we need make a cron job what executes the script every 5, or from you set minutes.
Please give next commands to make a cron job:

cd /etc
export EDITOR="nano"
crontab -e

There add new line to the job list so:


Code:
*/5 * * * * /etc/CCcamcheck.sh

Note: / sign you can get there only with shift+7 !

Hit ctrl+o to save and ctrl+x to exit and test the script out if it is working. Kill CCcam from
/var/bin and wait 5 minutes and CCcam should go self up agan.
Note: If you feel that 5 minutes is too long, then u can lower it.

3 minute cron:
Code:
*/3 * * * * /etc/CCcamcheck.sh

1 minute cron:
Code:
*/1 * * * * /etc/CCcamcheck.sh

I know that "CCcam running check script" is not the best one, but it works well and it is easy to
use. If u want use more complicate script then they you find in forum.

Big thanks for that CCcam running check script goes to FSS

21: Tutorial how to Configure CCcamphpinfo in ClearOs Big thanks goes to gangster429

22: How to get working a cheap ID cardreader Omnikey or SCM with ClearOs 5.1.
yum install opensc pcsc-lite ccid
chkconfig pcscd on
service pcscd start

Next you need "pcsc" version of newcs. Exmple u have PC linux server, then you need
newcs.i686.pcsc newcs-1_67RC1.zip Newcs conf examples and chat you find from here: How to
get a Omnikey or SCM reader working with NewCs/Oscam under Linux and Windows

23: Manual way to compile self Oscam for ClearOs with support of webinterface, smargo
smartreader (USB), serial (COM) reader, mouse (USB) reader and omnikey/SCM (PCSC) reader.

1) ClearOs update for compile task needed new packages:

yum update
yum groupinstall "Development Tools"
yum install openssl-devel
yum install pcsc-lite-devel

5 di 13 17/12/2010 23.58
How to setup CCcam/Newcs/Oscam with ClearOS 5.2 Linux http://www.eurocardsharing.com/f163/how-to-setup-cccam-newcs-osc...

mkdir cmake
cd cmake
wget http://www.cmake.org/files/v2.6/cmake-2.6.4.tar.gz
tar xvzf cmake-2.6.4.tar.gz
mkdir cmake-build
cd cmake-build
../cmake-2.6.4/bootstrap
gmake
sudo gmake install
cd ..
rm -rf cmake

2) Compiling the oscam. After rename and copy to the new path:

cd /usr/src
svn co http://streamboard.gmc.to/svn/oscam/trunk oscam
cd /usr/src/oscam
cmake -DWEBIF=1 -DPCSC=1
make
mv oscam oscam.x86
cp oscam.x86 /var/bin
cd ..
rm -rf oscam

3) New attributes for launch:

cd /var/bin
chmod 755 oscam.x86

4) Oscam auto startup:

nano /etc/rc.d/rc.local

Note: there you see line like that: "touch" and so one. under that line is lot empty space. Now
please write next line exact under that "touch" line there so:

/var/bin/oscam.x86

If u have already added CCcam and newcs too, then it looks like so:

/var/bin/oscam.x86
sleep 10
/var/bin/newcs.x86
sleep 10
/var/bin/CCcam.x86

5) Oscam config flies copy to correct path and new attributes set:

cd /usr/local/etc/
wget http://web.zone.ee/kapzas/oscam.conf
wget http://web.zone.ee/kapzas/oscam.server
wget http://web.zone.ee/kapzas/oscam.user
wget http://web.zone.ee/kapzas/oscam.services
chmod 755 oscam.conf
chmod 755 oscam.server
chmod 755 oscam.user
chmod 755 oscam.services

At last edit oscam config files for your needs. If u want update your oscam for latest svn just
run setp 2) and 3) over again.

Good testing

Kapzas

Last edited by kapzas; 05-December-2010 at 14:30. Reason: Update

The Following 393 Users Say 2F4U (17-September-2008), a31r (08-September-2010), abtorrent (10-January-2010),
Thank You to kapzas For This abuhabib (14-December-2008), ac_simps (18-August-2009), adamjohn (04-December-2008),
Useful Post: adil7777 (02-January-2009), Adonis70 (13-February-2009), adytzu2007 (27-July-2010),
Remove Your Thanks AgentSixtynine (06-August-2008), alacan (29-March-2010), AlamSAsif (04-May-2008),
alamski (26-July-2009), alberto53 (08-March-2009), alemprator123 (03-August-2008),
alheeti (23-November-2008), Ali0820 (08-November-2009), amical (27-March-2010),
andy_dm (26-November-2010), araignee (02-March-2010), arash_totti88 (06-March-2009),
argo (04-September-2009), artman (28-September-2008), astratto72 (12-April-2008),
astronman (17-September-2008), atispeed (23-September-2009), azax_2 (10-May-2008),
a_annouar (09-May-2010), b j m (28-September-2010), ba5_ba5 (13-January-2010),
babla (15-August-2008), Bacteria (27-April-2008), badremammar (08-October-2008),
bajo11 (02-October-2008), bambacha (11-December-2008), banush (01-August-2009),
BarbaNegra (02-October-2008), Barney2222 (02-April-2010), bartyam (20-September-2008),
baukland (04-May-2009), belmondo2001 (18-December-2008), ben4cardsharing (14-April-2009),

6 di 13 17/12/2010 23.58
How to setup CCcam/Newcs/Oscam with ClearOS 5.2 Linux http://www.eurocardsharing.com/f163/how-to-setup-cccam-newcs-osc...

Bentbo (06-March-2010), bernli (26-November-2008), Bert72 (21-January-2009),


BiBiCh (16-September-2009), Biocide (15-May-2008), blader3 (08-July-2008), blowup (02-January-
2009), boeha (08-June-2008), brijdec (03-July-2008), buchead (16-August-2009),
budo1770 (01-November-2009), burcak (02-September-2008), burim2010 (16-May-2010),
butyiba (27-May-2009), caesar (21-June-2008), calhau (04-June-2009), camdboy (26-February-2010),
cankurt (09-March-2009), capepanwa (19-June-2009), CARD2009 (14-March-2010),
carthago (11-February-2009), cemel (10-May-2010), chai (25-July-2008), chakik (03-September-2009),
Charly20 (08-April-2008), cherrymoon69 (19-January-2009), chiccon (21-October-2010),
Chiller07 (12-October-2010), chip (16-April-2009), christof1500 (17-March-2009), clansat (07-August-
2008), clouca (17-October-2009), clouzotbe (22-June-2009), cold007 (01-October-2008),
cornelshs (25-March-2009), croke (15-December-2010), CS_njofra (13-December-2008),
cypriot_01 (17-February-2009), da100 (12-November-2008), dachacho (25-January-2010),
dalibor79 (17-February-2010), Danny73 (01-April-2009), Dante12 (30-November-2010),
danyguit2000 (21-October-2010), Danzel (30-October-2010), Darkvil (05-April-2008),
DBOXLOVER (25-January-2010), del111 (16-March-2010), Denilson15 (12-July-2008),
deskag (17-August-2009), diablodark (10-February-2010), digital music (09-June-2009),
Discoveryawaits (18-November-2009), disera (08-March-2009), djhmk (21-December-2008),
dmxjo (11-February-2010), drew23 (10-December-2008), Duall (03-June-2010), eadas (15-July-2008),
entouch (14-July-2008), farmer (16-December-2008), fatamorgana (05-July-2009),
FDD2006 (27-December-2008), fiacco (11-March-2010), finek1 (12-May-2009), firga (03-June-2008),
flyfar4 (17-November-2008), force1030s (03-April-2010), fredis1993 (20-June-2009), FSS (16-April-
2008), furioustn (21-September-2009), furyo (14-December-2009), futureneo (23-August-2008),
gangster429 (04-September-2008), ganzeegeezer (19-June-2010), gartner (19-April-2010),
GaryCyprus (03-February-2009), Geniusx (15-October-2010), genugeo85 (28-September-2010),
gggabcsi (21-October-2009), ghosts (01-August-2008), gianluca68 (26-June-2009), gindi (17-October-
2009), gnppld (11-August-2009), goldrake02 (04-November-2008), govno (03-June-2010),
greg-cccam (23-April-2008), gul156 (04-October-2008), HackTN (16-July-2009), hampi (12-March-
2009), hani84 (14-March-2009), heaven (01-August-2010), hecsa (24-August-2008),
Hendrik200 (19-November-2010), hotboy183 (12-June-2009), HoUnD (08-February-2010),
hpkch (06-November-2009), humax7 (01-August-2009), hxxxlxxxh (21-July-2008), ida3a (23-May-
2009), imstillalive (09-February-2009), innuendo_to (01-December-2010), interman (22-September-
2008), jardano (21-January-2009), jarjartv (25-August-2008), jawa (27-September-2008),
jaxi (02-September-2009), jeanburgart (03-May-2009), jetson (10-January-2009), jgliser (27-October-
2008), jimelb (01-September-2009), jims45 (16-November-2009), jinxt (18-July-2010),
joedenob (05-May-2008), jor (21-May-2008), jorgis (07-May-2008), jozefp (31-March-2010),
jpdc1991 (30-November-2010), justme (23-April-2008), jyapgr (31-October-2008),
kalimero1 (26-December-2009), KaLLe2k (11-January-2009), kaputa (07-April-2008),
kdarte (06-November-2008), ker256 (20-October-2009), khalilg (02-October-2010),
kierindongo (21-May-2008), kikkokman2006 (13-June-2009), kingkonglk (03-June-2010),
Knik (29-October-2010), koko30sat (23-July-2009), KOP (26-September-2008),
kosmopoliten (20-November-2008), KPW2 (25-February-2010), ktzelepi (22-January-2009),
kUbbAS (11-August-2008), kukuia (15-January-2010), kuralsiz (07-October-2009), lankyadz (20-April-
2008), leds (31-May-2009), leofezollari (20-November-2009), leonpadi (22-May-2008),
lfc4ever (23-February-2010), Librarian (05-April-2008), lizard_ago (04-April-2008),
ljondov (11-October-2008), lotusse38 (22-May-2008), lubrano (30-September-2009), lucdarox (29-July-
2009), luisito (24-October-2009), lukskw (22-January-2010), lz4ql (22-March-2009),
Macgyver (05-March-2010), maestro007 (10-July-2010), mahon68 (14-August-2010), makay (10-June-
2009), malakas (08-December-2010), mali107 (31-December-2008), mannn (14-September-2009),
manos19730 (12-March-2010), marcelo (10-May-2010), marciolg (14-May-2008),
marcodm800 (08-November-2009), markbeek (20-February-2010), Markoni (04-December-2008),
Marre (16-February-2009), MasterENG (05-June-2009), matics (28-June-2009), matoc (06-March-2010),
mazzard (23-August-2008), mbnet (08-August-2008), mehdisa (23-January-2009),
member91040 (04-February-2009), mganddrea (28-April-2010), mgerome (21-November-2009),
micro77 (05-February-2009), mishe (14-October-2009), mistergr (07-December-2009), MiTkO (11-July-
2008), mitrovica1 (03-November-2009), Mixman (27-May-2008), mizoucom (30-June-2009),
mlove (02-February-2009), Mo7amed (08-September-2008), mohican4me (10-February-2010),
moita3 (24-May-2010), moljac (31-March-2009), monster76 (01-November-2010),
Moonglider (13-October-2008), Morality (18-October-2010), mormon (22-February-2009),
Morte (14-April-2008), morten9836 (02-January-2009), mosaca (19-December-2009),
mrbondo2 (06-October-2008), mvarsani (01-May-2010), naevol (05-August-2009), nazzoo (23-October-
2008), neohack (23-October-2008), neps1966 (10-July-2008), netagra (04-May-2009),
netman (15-May-2009), netsubi (20-June-2009), nicoskid (09-April-2008), NIKITPATEL (02-May-2010),
nikoe (10-March-2009), nizzze (21-November-2010), nmfsantos (03-September-2008),
novazolo (03-February-2010), noxios (20-May-2009), oasisontherun (24-March-2009), omur_ (29-June-
2009), orac68 (10-August-2008), oscar9 (10-June-2009), oscarf (02-December-2008),
osdgap (05-August-2008), outlander (04-October-2009), oven (29-May-2009),
pacman362 (08-November-2008), palT (18-April-2008), PANKOT1979 (24-November-2008),
pantgr (14-April-2009), panther_j (29-September-2008), paulo renato pedroso (28-October-2009),
pawel_cs (17-February-2009), pegasusflash (01-July-2010), peho (19-February-2009),
pengpockys (06-January-2009), peoples (28-July-2009), phill0 (17-June-2008), piddiw (19-December-
2008), pinotje (19-March-2010), plonker (09-April-2008), ppet (28-July-2009),
pragmatrans (05-January-2010), primabo (22-February-2009), progpeter (30-December-2008),
P_M_R_S (03-September-2009), qukyalba (11-June-2009), r0ot$harp (24-January-2010),
ra7oo (16-March-2009), rahulan (19-July-2010), rajan2323 (03-June-2008), Ramad (21-July-2008),
ran2009 (Yesterday), ratbu (06-October-2010), rayman_et (05-June-2009), redron007 (16-July-2010),
RemyZero (10-April-2009), rf600r (15-March-2010), robife (14-November-2009), roddie (12-August-
2010), ruelps (14-December-2010), ruiamorim (21-May-2008), r_Weelie (20-December-2008),
sabai (29-November-2008), saledjordjevic (22-December-2009), Salgado12 (07-July-2009),
samrock (28-November-2010), samsung2009 (21-February-2009), sanagol (06-October-2008),
sandji (20-July-2009), sarahofdream (27-January-2010), SaraMarazmas (30-October-2009),
satanic (15-June-2010), sateraser (18-April-2008), satxare (30-October-2009), savin stelian (17-May-
2009), scanner5555 (05-March-2010), seek share (01-October-2009), seheryeli21 (27-September-
2010), SerAlex (06-July-2010), serigraphist (11-April-2009), Seroglu (15-October-2008),
sevax (26-November-2010), seyfo (05-December-2010), SGSG (11-May-2009),
Shaitantheevil (16-June-2009), shalafi (05-December-2008), shareuk (05-February-2009),
shawn (21-November-2008), shonr (09-June-2008), silla (13-September-2009), Smoothas (23-October-
2010), Smurfer (05-April-2008), Soul4000 (25-January-2009), spaw2new (11-April-2009),
Spc_xsat (20-March-2010), spiff (23-November-2008), sportcafe (06-August-2008),
springer (19-October-2008), staoddo (16-October-2009), STAR 14 (07-August-2008),
stefanos_gr (26-April-2008), steveharlow (25-September-2010), stig887 (30-August-2008),
svenni (18-February-2009), swiebo (13-October-2008), syskg (16-September-2010),
szymek (Yesterday), tanabut (05-November-2009), tanveerpower (26-January-2009),
tbenmila (10-May-2010), tdwno058 (06-November-2010), tellstar (10-March-2010),
Telnet (20-December-2008), Temel (19-January-2009), teo1966 (06-August-2009),
thamon (02-September-2008), therat (20-May-2008), tictac25 (03-September-2008),
tigana18 (25-July-2008), tjoda (07-July-2008), toli1980 (22-January-2009), tolvaly (04-April-2010),
Toobig (06-September-2008), total_confusion (09-June-2008), tra1 (10-May-2010),
twity (02-September-2009), u22u (06-March-2009), UDA_65 (05-August-2009),
unkletom (01-September-2010), usinst (12-March-2010), valters23 (16-December-2008),
Ventura900 (18-October-2008), villan (28-September-2008), vitg (18-June-2008), vladoa (17-February-
2010), vladobggr (17-September-2009), vwgti (05-April-2008), wacko911 (11-July-2010),

7 di 13 17/12/2010 23.58
How to setup CCcam/Newcs/Oscam with ClearOS 5.2 Linux http://www.eurocardsharing.com/f163/how-to-setup-cccam-newcs-osc...

waiwit (02-October-2009), wassss (18-November-2009), webashik (07-April-2008),


whoslooking (26-June-2009), wiltzer (15-June-2008), wishmaster23 (17-February-2010),
xon (25-March-2009), yakup (25-August-2008), yalaci (30-December-2008), Yuyito (25-October-2008),
Zasso (02-October-2008), zeusino (28-September-2010), zjabarin (24-November-2008),
zmobariz (16-September-2009), zurika (13-December-2009)

Sponsored Links

07-April-2008, 21:07

giol76

This message has been deleted by Librarian. Reason: deleted user

(#2)

07-April-2008, 21:19
kaputa
Banned
Hello kapzas
Thank u for ur great work here.
I Hope this is big help for start a pc server.
bye for now
kaputa

Offline

Posts: 19

Level: 3 [ ]
Life: 0 / 52

Magic: 6 / 519

Experience: 9%

Thanks: 125
Thanked 12 Times in 9 Posts
Join Date: Jul 2007

The Following User Says pantgr (14-April-2009)


Thank You to kaputa For This
Useful Post:

(#3)

07-April-2008, 22:42
kapzas
Super Moderator
To giol76
you can try out. If chipset are similar with install PC and what is on that laptop then it may work
so.

Offline

Posts: 4,148

Level: 48 [ ]
Life: 355 / 1183

Magic: 1382 / 12874

Experience: 35%

8 di 13 17/12/2010 23.58
How to setup CCcam/Newcs/Oscam with ClearOS 5.2 Linux http://www.eurocardsharing.com/f163/how-to-setup-cccam-newcs-osc...

Thanks: 1,271
Thanked 2,149 Times in 874
Posts
Join Date: Mar 2007

The Following User Says tbsn59 (Yesterday)


Thank You to kapzas For This
Useful Post:

(#4)

08-April-2008, 20:43
kaputa
Banned
Hello
my server ClarkConnect server is working now but still have some problem.
1) when i swich of the server and when i start again server not start automaticaly.
2) today my server offline even its runing . its sending peep sound
what can be the reason???
thank u kapzas
bye
kaputa
Offline

Posts: 19

Level: 3 [ ]
Life: 0 / 52

Magic: 6 / 519

Experience: 9%

Thanks: 125
Thanked 12 Times in 9 Posts
Join Date: Jul 2007

The Following 2 Users Say pantgr (14-April-2009), raphaelo (22-March-2009)


Thank You to kaputa For This
Useful Post:

(#5)

08-April-2008, 21:24
kapzas
Super Moderator
kaputa then your PC motherboard reques attached keybord on boot then it works agan.

Offline

Posts: 4,148

Level: 48 [ ]
Life: 355 / 1183

Magic: 1382 / 12874

Experience: 35%

Thanks: 1,271
Thanked 2,149 Times in 874
Posts
Join Date: Mar 2007

9 di 13 17/12/2010 23.58
How to setup CCcam/Newcs/Oscam with ClearOS 5.2 Linux http://www.eurocardsharing.com/f163/how-to-setup-cccam-newcs-osc...

(#6)

08-April-2008, 21:53
Apples Champion!
CC_share
Super Moderator
Quote:
Originally Posted by kapzas
kaputa then your PC motherboard reques attached keybord on boot then it works agan.

On some mainboards you can avoid it by going into the bios and changing the line:
HALT ON ALL ERRORS to HALT ON NO ERROR

This can usually be found in the first screen of the bios setup
Offline

Posts: 1,503

-------------------------------------------------------
Level: 33 [ ] DM7000 Running Nabilosat Darkstar II
Life: 80 / 801 Linux CardServer running Debian 5.0.2
I Hate people who steal my stuff
Magic: 501 / 9719 -------------------------------------------------------
All you´re cards are belong to us
Experience: 6%
If you're happy with our board, Please consider making a donation HERE

Thanks: 115 Looking for Peers again. HERE


Thanked 2,477 Times in 465
Posts It's not a shame if you use the Thanks button

Join Date: Oct 2006

Location: No GPS fix found,


(are you inside a building?)

The Following 3 Users Say gianluca68 (21-June-2009), KOP (23-May-2008), mxantho (31-January-2009)
Thank You to CC_share For
This Useful Post:

Thank you

(#7)

Thank you - 09-April-2008, 20:23


kaputa
Banned

Quote:
Originally Posted by CC_share
On some mainboards you can avoid it by going into the bios and changing the line:
HALT ON ALL ERRORS to HALT ON NO ERROR

This can usually be found in the first screen of the bios setup

Offline
Thank u for answer
Posts: 19
i will try
bye
Level: 3 [ ] kaputa
Life: 0 / 52

Magic: 6 / 519

Experience: 9%

Thanks: 125
Thanked 12 Times in 9 Posts
Join Date: Jul 2007

The Following User Says pantgr (14-April-2009)


Thank You to kaputa For This
Useful Post:

10 di 13 17/12/2010 23.58
How to setup CCcam/Newcs/Oscam with ClearOS 5.2 Linux http://www.eurocardsharing.com/f163/how-to-setup-cccam-newcs-osc...

(#8)

09-April-2008, 20:32
palT
Member
Nice tutorial! How does ClarkConnect compares with Ubuntu as CCcam server? Is it more stabile,
faster or smth? I've tried Ubuntu 7.10 dmesg is filled with strange error messages after i start
CCcam 2.08. Like:
[96922.856835] ofo requeuing : rcv_next 7B6643F5 seq 7B6643F5 - 7B6643FD

Offline

Posts: 44

Level: 5 [ ]
Life: 0 / 110

Magic: 14 / 1252

Experience: 43%

Thanks: 11
Thanked 13 Times in 10 Posts
Join Date: Feb 2007

yes server running again

(#9)

yes server running again - 09-April-2008, 20:34


kaputa
Banned

Quote:
Originally Posted by kapzas
kaputa then your PC motherboard reques attached keybord on boot then it works agan.

Hi kapzas
thank u for ur quick reply.
Offline
server is runing now but last nite also same things hapend peep sound
Posts: 19 again. then i check the worning mesg.:-

CPU machine check exception: 0000000000000004


Level: 3 [ ]
Life: 0 / 52
Bank 2 : F60020000000017a at 000000008aab000
Kernel Panic-not syncing : CPU Context corrupt
Magic: 6 / 519
Press Alt-F2 to Alt-F6 for Additional shell terminals
Experience: 9%
what can be the reason? i hope u have some idea about this msg.
thank u
Thanks: 125 bye
Thanked 12 Times in 9 Posts kaputa
Join Date: Jul 2007

The Following User Says pantgr (14-April-2009)


Thank You to kaputa For This
Useful Post:

(#10)

09-April-2008, 20:48
kapzas
Super Moderator
kaputa

11 di 13 17/12/2010 23.58
How to setup CCcam/Newcs/Oscam with ClearOS 5.2 Linux http://www.eurocardsharing.com/f163/how-to-setup-cccam-newcs-osc...

I tip that you have memory module (ram) failure. Please test with MemTest your memory.
Link for download: http://www.memtest.org/#downiso

Offline

Posts: 4,148

Level: 48 [ ]
Life: 355 / 1183

Magic: 1382 / 12874

Experience: 35%

Thanks: 1,271
Thanked 2,149 Times in 874
Posts
Join Date: Mar 2007

The Following 2 Users Say gravity80 (07-May-2009), Sharingtv (18-April-2008)


Thank You to kapzas For This
Useful Post:

Page 1 of 83 1 2 3 11 51 > Last »

Tags Edit Tags

None

Quick Reply

Message:

Options

Quote message in reply?

« Previous Thread | Next Thread »

Currently Active Users Viewing This Thread: 1 (1 members and 0 guests)

ran2009

Posting Rules

You may post new threads


You may post replies
You may not post attachments
You may edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off Forum Jump
Refbacks are Off

12 di 13 17/12/2010 23.58
How to setup CCcam/Newcs/Oscam with ClearOS 5.2 Linux http://www.eurocardsharing.com/f163/how-to-setup-cccam-newcs-osc...

Powered by vBulletin® Version 4.0.6


Copyright ©2002 - 2010, Jelsoft Enterprises Ltd.

RSS Feed - Sitemap - Contact Us - Eurocardsharing - Archive - Top

13 di 13 17/12/2010 23.58

You might also like