Read [Only registered and activated users can see links. Click Here To Register...] please.
Printable View
Read [Only registered and activated users can see links. Click Here To Register...] please.
Yes i have too!
I've checked my server, and the box is connecting and everything appears to be ok, and the status bar on enigma turns green when tuning to the channel, but then nothing.
Does not always! Oscam web see foward ecm!
Old image nothing problem.
Is not a image problem.
If you have sound, try restart GUI.
@rudy ... try to open WebIF and there in Configuration-DvbApi-change BoxType to none or Dreambox !
My settings always:boxtype dreambox!!!!!
oscam good foward! Problem this is image!
Many not open chanells. Only restart box!
Old image good! Not problem.
This is image bug!
Only you have this problem !!!!!!!!!!
Reflash image please !
@rudi77 ... your settings are the problem , RC1 is ok
Tell me what I'm doing wrong.
I gave the label of the disk - RECORD
Also, I created a folder - movie
After reboot the drive and folder movie automatically mount:
BUT timeshift not working ...Quote:
/dev/sda1 on /hdd type ext3 (rw,noatime,nodiratime, data=ordered)
/dev/sda1 on /hdd/movie type ext3 (rw, data=ordered)
What am I doing wrong ?
In beta 5 - timeshift worked (with manual mount).
!. If Label = record no need to make record folder on HDD
2. For timeshift :
Edit /var/config/amnt.sh
Quote:
if [ $lab == $record ] ;
then
if [ ! -e /hdd/movie ] ;
then
mkdir /hdd/movie
fi
mount $j /hdd/movie
#insert next line
ln -s /hdd/movie /media/hdd
else
is my fault
is wrong: ln -s /media/hdd /hdd/movie
is OK : ln -s /hdd/movie /media/hdd
Now timeshift works perfect ! :clap:
Thanks for the correction ! :cool2:
RC1, everything working good so far on my Amiko. OSCAM connecting to my CCcam server and everything stable.
I was just wondering if anyone had managed to get the plugin working for SkyUK epg? From what i understand, the epg is now downloaded from the satellite.
Can anyone advise me how I get this to work?
Thanks very much.
How to make BackUp on USB Enigma2 ?
Tanks!
Is it possible to play WMV files trough the media player?
Other files is no problem (MKV, AVI, MP4 etc) but its not showing my wmv files. Is this a enigma limitation?
The version oscam downloaded from e2Alien_RSP200_rev_G1987 emu menu, is version 3520.
Is it possible to download aand install manually a newer version.
I downloaded, i think 4057, but a installation from tmp menu didn't work.
Is there a manual on howto install oscam on your (great) release of the RSP image.
Stop oscam from menu rsp 3520 (older) , copy the name oscam_3520 over the new oscam (oscam_4xxx ) so you'll modify the name, and than put it over the older oscam with DCC.
thanx, I tried this.
But what version (mips, ipbox, etc) version do we use for the amiko alien?
Amiko is with sti7111 processor, so you must use sh4 version of oscam.
Thanx I have found svn4800 sh4 version and it starts....
But why is it so hard to get it working.
I browsed the net and found several config files (users,server,config) for oscam.
all of them look the same, but with minor changes.
I only want to connect oscam to a cccam server.
I always do it with the following c-line's (cccam.cfg):
C: server.dyndns.org 3500 username1 passwd1 no
C: server.dyndns.org 12000 username2 passwd2 no
please, who can help me.
Why do I need the oscam.user and oscam.config ?
It's a simple matter ! Oscam need tobe configured ( global options, webinterface, dvbapi parameters, server features )
all theese in oscam.config ! then Oscam is serveing clients ... first the local client ( witch decodes and watch TV ) then
if is the case ... the remote clients if Oscam plays the server role ...all theese in oscam.user ! and finally to "import"
remote cards you need to describe server connections ...this is to be done in oscam.server ...theese three file
are the base description ! of course there are a lot of personal interpretations about what is required and what not in
theese files ... allmost all parameters have default values ! Oscam works even you put defaults ... but some performances
requires user knowledges ...so read and understand !
All programs have two ways for aquiring user parameters :
- the command line way ( CCcam, MgCamd ) one line with many parameters values ( in row ) but also a lot
of general config options spread without any logic into a config file ( CCcam.cfg, mg_cfg )
- the detalied way , section driven , parameters logic ( each parameter has a name and can have
default or user set values ) thus each parameter has a clear meaning !
I must admit that at my beginings in Oscam ... the first way was on my taste ! but that way is inducing a mechanical
use of command lines ... often without deep understanding ! this is a new way ... you'll survive !