sh4 for ipbox

stefano62

Registered
Messages
19
sky fix for sh4 ipbox

Thanks for the post, anyway I had this error message :(

2010/02/17 22:32:26 1319 r02 ATR: 3F FF 13 25 03 10 80 33 B0 0E 69 FF 4A 50 70 00 00 49 54 02 00 0
0
2010/02/17 22:32:27 1319 r02 Maximum frequency for this card is formally 5 Mhz, clocking it to 5.0
0 Mhz
2010/02/17 22:32:28 1319 r02 [videoguard2-reader] type: VideoGuard Sky Italia
2010/02/17 22:32:29 1319 r02 card system not supported
2010/02/17 22:32:29 1319 r02 Normal mode failed, reverting to Deprecated Mode
2010/02/17 22:32:31 1319 r02 ATR: XXXXXXXXXXXXXXXXXXXXXXXXX

2010/02/17 22:32:32 1319 r02 Maximum frequency for this card is formally 5 Mhz, clocking it to 5.0
0 Mhz
2010/02/17 22:32:33 1319 r02 [videoguard2-reader] type: VideoGuard Sky Italia
2010/02/17 22:32:35 1319 r02 card system not supported
2010/02/17 22:32:35 1319 r02 card initializing error

Where I am wrong? Do I have to set the mhz parametr?
 

iomeali

Registered
Messages
3,962
label = Sky
protocol = internal
device = /dev/sci0
boxid = 11223344
group = 1
caid = 093b
ident = 093b:000000
detect = RING
#mhz = 500
#cardmhz = 500
emmcache = 1,1,2
fallback = 0

but don't write here please

there is the chat for this
i move it in oscam chat
 

webjoker

Registered
Messages
7
I'm getting same problem as Stefano even using these settings.
It seems card initialization is failing.
BTW, my card is 919.

Thanks,
TWJ
 

webjoker

Registered
Messages
7
I have fixed the issue by setting 6MHz in the oscam.server file. Now it's working (919 card). Hope it's not too much for such card!
 

AndreaDB

Registered
Messages
3
Using 6MHz it works.

But, is there any risk in forcing higher frequency ?

Thanks, anyway.

Andrea
 

sergiosat

Registered
Messages
1
I have an IPbox9000 - E2 - internal reader

Can you please let me know which is the working version of the bin file and where to find it.

Concerning card speed. Does it mean that it is needed to uncomment the line Mhz=600 in oscam.server?

Thanks

Sergio
 

Cr4z33

Registered
Messages
20
Can someone please help me setting everything (what files, what setting, etc.) to get it working with a IPBox 9000 HD and a 093b subscription with HD channels enabled? :mecry:
I ask you because I can't get it working.
I lost my DM 7000 OSCam settings so I cannot remember what to edit.
I need all the settings and most of all I need to know if I should use a blocker (I have it as I used it with a DM 7000) or not?
If not please tell me what setting to use (MHz, etc.).
Thanks!

Note: I want to use it locally only and not to share the subscription. :D
 
Last edited:

vasconi

Registered
Messages
42
Oscam configuration 093B

Download this version for sh4 processors (Ipbox 9xxx HD):
oscam-0.99.4svn1714-sh4-linux.zip
You'll need 3 configuration files:
oscam.server,oscam.cfg,oscam.user

Configurations:
oscam.server
Code:
[reader]
Label = SkyItalia
Protocol = Internal
Detect = CD
Device = /dev/sci0
group = 1
CAID = 093b
BoxID = ######
#savenano = all
cardmhz = 357
EMMCache = 1,3,2
Fallback = 0

oscam.cfg
Code:
[global]
nice = -1
WaitForCards = 1
[monitor]
port = 988
aulow = 120
monlevel = 0
[newcamd]
key = 0102030405060708091011121314
port = 15500@093b:000000

oscam.user
Code:
[account]
user = chooseaname
pwd = chooseapass
group = 1
uniq = 1
caid = 093b
ident = 093b:000000
AU = SkyItalia
monlevel = 0
Get this configs files from here:
Configuration files 093B
Copy the 3 files via FTP program to /var/tuxbox/config/ and set attribute 755 for all 3.
NOTE:you'll see that there is no /tuxbox/config/ no matter what image U use for your IPBox.You will have to create this /tuxbox folder and its subfolder /config or just copy into box the folder I provided in the download link.
Now you have to FTP the oscam binary file into /var/bin/ in your IPbox and set attributes 755.
Create a C: line or N: line or what line you need for your EMU in your EMU configuration file,using the user,password,the port and the deskey you have choosed to set in the oscam configuration files from above.
For example,for Mbox and the examples from above you have to create this C: line :
C : { example.dns.com 15500 chooseaname chooseapass 0102030405060708091011121314 }
Now you'll have to start oscam from telnet:
cd /var/bin hit enter(to reach the path)
ls hit enter(to see what files are in /var/bin and find the exact name of oscam binary file)
./NameOfOscam hit enter (to start oscam)

If U use an enigma version below 0.8.0 ,please note that they don't have carddrivers for the internal reader,so you will have to install them manually .
Success!
 
Top