Either the file has not downloaded or is in the wrong location, retry the previuos steps
You may also find this helpful
Enable Root Access To Your New Ubuntu Server
Either the file has not downloaded or is in the wrong location, retry the previuos steps
You may also find this helpful
Enable Root Access To Your New Ubuntu Server
Where did you get oscam2901+CCcam2.1.3 for nemesis image ?
I`ve had a look around and cant find it available even on TSpanel.
Which image are you using that has oscam2901+CCcam2.1.3 ?
i'm dm800 clone no vu solo thanks
What i am saying is that version of oscam does support web info, you need to look at your configs.
Quotemy server will work fine but it freez from remote so i cant use remote i can use my iphone change channel.
Your Vu+ wont freeze because of a port issue, it will be because you are using too much ram or the image is corrupt from a bad flash.
Version 1.2 Changes
- The kids are just too smart: Since they had smooth NEN again found workaround to bypass the timer ... That it no longer.
How have you made the fline in server and cline in your box, for internal share it should be like this.
in server
F: openbox openpass
in openbox
C: ipofoserver port openbox openpass
e.g 192.168.05
e.g 12000
I used oscam2901/CCcam213 on a blackhole solo backup so i think you will just be missing the web info paramaters in your config.
Its likely oscam 2901 doesnt have webinfo compiled, try updating to a recent version.
What receiver are you using so i can get the correct oscam for you ?
When you tested with oscam, what information were you getting in webinfo, were there any errors ?
Both cams are seperate, so you need to edit the Mgcamd script so it will start oscam first then Mgcamd.
Look in /usr/script/ or /usr/camscript depending on the image, for the Mgcamd135a script, then edit it with below.
#!/bin/sh
remove_tmp () {
rm -rf /tmp/ecm.info /tmp/pid.info /tmp/cardinfo
}
case "$1" in
start)
remove_tmp
/var/bin/mgcamd_1.35a &
sleep 15
/var/bin/oscam &
;;
stop)
touch /tmp/mgcamd_1.35a
sleep 5
killall -9 mgcamd_1.35a oscam 2>/dev/null
sleep 2
remove_tmp
;;
*)
$0 stop
exit 1
;;
esac
exit 0
Display More
You should now be able to start Mgcamd_135a from the softcam manager and it will start oscam also.
Check that the internal ip of your box has not changed & check your port forwarding rules.
Quoteplease please i need help to flash my dream with oscam plesse jelp
If you are going to flash this image use the tools dreamup or flashwizard.
The first things you check if you are offline are is CCcam port still open and has dyndns been updated.
Check canyouseeme.org to see if the port is open and check the logs on dyndns updater to see if you have had any problems with updating your hostname.
My experiance with the BH addons panel are none of the channel lists are kept updated, so better using them from here pal.
Tell us the hardware you are using and how you have the harddrive setup.
QuoteCcam config in dreambox4 has a cline in it like so....
C: stevexxxxx.dyndns.org 153xx dreambox4 xxxxx
Is this an internal share or for the brother ?
Post the oscam log so we can see which errors are occuring.
QuoteThese were there for all my boxes with nlines so what I need to do is delete the drerambox I want to have on cline and redo a new account with the parameters you have posted?
If you want to use both n line and c line give them a separate account with differant details.
QuoteI will do that and post my final oscam config not sure about your last line
QuoteIf you are using a separate CCcam and CCcam protocol in oscam, both CCcam ports must be differant and portforwarded.
Because you are using CCcam protocol in oscam as server and CCcam on the dreambox as client, both CCcam ports must be differant or they will conflict.
[cccam]
# for your clients with CCCam (i.e. they have a C: line)
port = 15366
# or whatever you use.
reshare = 0 # [COLOR='#FF0000']Change this to 1 for one reshare[/COLOR]
ignorereshare = 0
version = 2.2.1
updateinterval = 240
minimizecards = 0
stealth = 1
Have you setup a new account in oscam.user for the new c line ?
[account]
user = dreambox3
pwd = xxxxx
monlevel = 0
uniq = 0
group = 1,2
au = 0
caid = # Change to your card
If you are using a separate CCcam and CCcam protocol in oscam, both CCcam ports must be differant and portforwarded.