HI
How can i make my personal computer to work with LINUX UBUNTU with 3 card .
Thanks
HI
How can i make my personal computer to work with LINUX UBUNTU with 3 card .
Thanks
Check your PM Good luck
same question :p , but i don't want to use my receiver to share but any phoenix programmer like infinity or other thx for reply
I Recently bought a Acer AspireOne netbook and installed Ubuntu over the Limpus that came with it and managed to get CCcam Server running on the Netbook in 5 simple steps.
If you have Ubuntu up an running I am assuming that you have some Linux knowledge and can change access right for files, and have root access in a terminal window etc.
step 1 - Set Static IP ADDRESS
Edit the file /etc/network/interfaces
and replace:
iface eth0 inet dhcp
with
auto eth0
iface eth0 inet static
addtress 192.168.1.255
netmask 255.255.255.0
braodcast 192.168.1.255
gateway 192.168.1.1
the actual addresses ets will be to suite your own requirements
Step 2 - Create working Directories for CCcam to operate
Open a root terminal window and create the following directories withe the following code:
mkdir /emu
mkdir /emu/cccam
mkdir /emu/script
mkdir /emu/log
mkdir /var/etc
mkdir /var/etc
mkdir /emu/keys
Then change the permissions of the directories by typing the code:
chmod 777 /emu
chmod 777 /emu/*
Then Change Ownership of the directories by typing the code:
chown username /emu
chown username /emu/*
The username is your username to access Ubuntu
Step 3 - Create startup script
Create a CCcam Script (text file) in the directory /emu/script/ called cccam
and add the following text and save as cccam
#!/bin/sh
CAMNAME="CCcam Server"
# end
# This method starts CCcam
start_cam ()
{
/emu/cccam/CCcam.x86 &
sleep 2
}
# This method stops CCcam
stop_cam ()
{
pkill CCcam.x86
}
case "$1" in
start)
echo "[SCRIPT] $1: $CAMNAME"
start_cam
;;
stop)
echo "[SCRIPT] $1: $CAMNAME"
stop_cam
;;
restart)
echo "Restaring $CAMNAME"
stop_cam
start_cam
;;
*)
"$0" stop
exit 1
;;
esac
exit 0
Then in the root terminal window
type:
chmod 755 /emu/script/cccam
ln /emu/script/cccam /bin/cccam
Step 4 - Install CCcam & Config Files
then download and un-zip the latest cccam file
put the file CCcam.x86 into the directory /emu/cccam
and the file CCcam.cfg file in the directory /var/etc
Go back into the root terminal and type the code:
chmod 755 /emu/cccam/CCcam.x86
Step 5 - your ready to go
Set up your F: & C: Lines in the /var/etc/CCcam.cfg file
in a terminal window type the command
cccam start - to start your server
cccam stop - to stop your server
cccam restart - to re-start your server
Good Luck![]()
Thanks for the info but is it more stable and fast.
The server i set up on the Ubuntu was just done to see if it works, I have also set it up on Limpus Linux using the above.
Personally I use Debian Linux, Which is quite stable but depends on the quality of your card reader and your internet speeds.
Regards
Debian linux or unbuto can support 10 cards?
What the maximum of card a server under linux can support
what the best linux to support the maximum cards.
I understand that more than 10 cards you have problems
specialy if you are using nds videogard
wich need special server.
Why do you say it depand on the quality of the card reader ?
So what is better ubunto or debian or other version of linux ..
Why not windows server 2003 ?
hey guys,
Any update on the above questions ? from the experiences masters :)
cheers
Djoss.
Thanks you very much![]()
hey guys,
I need a script too start cccam if it stop or freesing,
And how i install this.
i use ubuntu 8.10.
Sorry abaut my bad english.