black screen

brutuslegrand

Registered
Messages
9
hello

i've a big problem with my ipbox9000.

i've the last sifteam image on flash whith hypercam

two subscribtion cards.

i tryed a lot of image and cam, but all channels are black except fta

PeerID | Load | Over | Wait | Comp |Sel.| Sys. | Prov. | Expire on | Name |Pub|
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx | 6 | 410 | 4 | 405 |=0=>| 0500 | 032830 | 03/08/2011 | CSAT | P |
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx | 6 | 0 | 4 | 405 | | 0500 | 032840 | | CSAT 1 | P |
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx | 0 | 0 | 0 | 0 | | 0500 | 032900 | | TNT Orange | P |
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx | 0 | 0 | 0 | 0 | | 0500 | 032910 | | Zone reserved 1 | P |
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx | 0 | 284 | 0 | 0 | | 0500 | 032920 | 07/08/2011 | SAT Orange | P |
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx | 0 | 0 | 0 | 0 | | 0500 | 032930 | | Zone reserved 2 | P |
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx | 0 | 0 | 0 | 0 | | 0500 | 032940 | | CSAT | P |
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx | 0 | 0 | 0 | 0 | | 0500 | 032950 | | CSAT 1 | P |

VERSION=Hypercam 2.14 (Full)
SUPPORT=SmartCard, Network, Emulation
CAID=0x0500
CANAME=VIACCESS
CARD=CSAT
TYPE=LOCAL

hypercam.cfg
<log enabled="true" level="3" type="0x1201" filename="/tmp/hypercam.log" />
<emulation enabled="true" />
<schemesStatusFile enabled="true" filename="/tmp/hypercam.schemes" />
<localCardsStatusFile enabled="true" filename="/tmp/hypercam.localcards" />
<virtualCardsStatusFile enabled="true" filename="/tmp/hypercam.cards" />
<peersStatusFile enabled="true" filename="/tmp/hypercam.peers" />
<maxTransactionTime value="2000" />
<smartCardReaders shareLevel="2">
<reader device="/dev/sci0" enabled="true" globalEmmBlocker="false" sharedEmmBlocker="false" userEmmBlocker="false" />
<reader device="/dev/sci1" enabled="true" globalEmmBlocker="false" sharedEmmBlocker="false" userEmmBlocker="false" />

help me :mecry:
@++
 

triplex1

Registered
Messages
288
hypercam pdf

http://www.sat-universe.com/showthread.php?t=194282

with oscam for csat

oscam.server
[reader]
label = csat
protocol = internal
detect = CD
device = /dev/sci0
group = 1
emmcache = 1,3,2
mhz = 368
caid = 0500
ReconnectTimeout = 20
DisableServerFilter = 1
AESKey = XXXX ( looking for working one or extract your own )

oscam.conf
[global]
Nice = -1
LogFile = stdout
MaxLogSize = 102400
Sleep = 0
FallbackTimeout = 2
ClientTimeout = 5
ClientMaxIdle = 120
CacheDelay = 150
WaitForCards = 1
PreferLocalCards = 1

[newcamd]
key = 0102030405060708091011121314
port = 15000@500:32820

oscam.user
[account]
user = user
pwd = pass
group = 1
uniq = 0
caid = 0500
au = csat
 
Last edited:

brutuslegrand

Registered
Messages
9
thank you for your reply, but the problem is not the config,

i've the same problem with other cam, all is ok, but black screen :confused:

whith oscam, the log is ok, no error

i don't know why !!!

@++
 

brutuslegrand

Registered
Messages
9
problem solved by the addition of these three lines in the startup script

rm -Rf /dev/dvb/adapter0/ca0
ln -s /dev/dvb/adapter0 /dev/dvb/adapter1
ln -s /dev/dvb/adapter0/ca1 /dev/dvb/adapter0/ca0

:thum:
@++
 

lynyrd

Registered
Messages
9
Hello,
I have the same thing as you with Ipbox 900 and oscam and PKT CUBEREVO IP900 NEBULA v3 image, I have the codes but black screen.

where, the three lines should be put ?

Thank you for your assistance :thum:
 
Top