How to update smart card by the receiver reader & The Last Drakkar, without PHX

sega24

Registered
Messages
88
How to update your smart card by the receiver reader and The Last Drakkar tool, without Phoenix


There are two options how you can update your permissions on the card without Phoenix card reader, with our receivers and the "The Last Drakkar" .
Unfortunately, a description may be used only by users with receivers on Linux with Enigma 2 loaded

The first way is to send permissions to the card from .bin file or .txt file with saved data
The second way is to send the permissions from "Logger" tab

The first part of the description applies to both types of updates, where we set the type of connections / IP receiver , etc.

1. Select the type of connection - "Enigma2 Linux"
2. Next we have the "Sett." , click and set correctly
- In the 'Host' field, enter the IP address of our receiver
- In the 'Port' field, enter the port that will connect to , default is '23'
- In the 'Login' field enter the username which you use to connect to the receiver , the default is 'root'
- In the 'Password if present' field, enter your password , of course, if we gave them
- In the 'sci CardReader' enter the slot number which we will use the receiver , sci0 - upper, sci1 - lower
- option 'Kill Process' will off cams ( oscam , cccam , mgcamd )
- option 'Run killed Process' will run cam , we have three options :
- 'Do not run'
- 'Run after connected the reader'
- 'Run on disconnect'

828_telnetsettpleng.jpg


Generally these options are for , if there are two readers , on the upper works tool and the lower works cam or vice versa
3. Click "Connect" and wait a moment until Drakkar connect to the card

As we get connections , which will be seen as the program detects the coding system and show ATR card , select the upgrade path


/////

Sending permissions to a card from file

4. Go to the "BinToTxt" tab
5. Click "Open dirty Bin File" and select the .bin file that contains our rights
6. Select "Select query type" - "Card( Serial,SA)"
7. Click "Custom Card Filter" and the program will read the data we need from the card
8. After loading the data , click "Find and Show / Show All" and the program will send permission to your card

195_mainengbin.jpg


At the end of the operation we can read info from the card and see if it has valid rights


/////

Sending permissions from the "Logger" tab

4. Go to the "Logger" tab
5. In the table "Telnet connection Settings" do the same as in the first part of the description is:
- In the 'Host' field, enter the IP address of our receiver
- In the 'Port' field, enter the port that will connect to , default is '23'
- In the 'Login' field enter the username which you use to connect to the receiver , the default is 'root'
- In the 'Password' field , type the password , of course if we gave them and mark
- Choose 'Scan' -- 'EMM'
6. Click "Get PIDs" and after scanning will show us the PIDs , then select the corect one
7. In the "Export results" select "Card(Serial,SA)"
8. Click "Custom Card Filter" and the program will read the data we need from the card
9. Click "Start" and now at this point when the operator will send permissions to our card , they will automatically be sent to the card as we will see

466_mainengloger.jpg


At the end of the operation we can read info from the card and see if it has valid rights

When choosing a filters, we can also add your own filter, modify original or delete the one with added automatically

546_filtersalllang.jpg


There is also option "Check change" , where after it is selected , the program will check if any data has changed on the card
Besides, while sending rights we will also see the progress window

484_actionpleng.jpg
 

sega24

Registered
Messages
88
1. can you show me your setup from "telnet & reader setting"
2. need to see log from "log" window on 'debug' mode - first mark debug then click connect
3. if you kill ex. oscam and drakkar say that sci is busy, then some proces still use this reader
 

sega24

Registered
Messages
88
can you copy full log with debug and paste here ??

btw can you also send by telnet cmd

ps
fuser /dev/sci1
... he will show u some number xxxx, then
ps | grep xxxx

and show here log from respond
 
Last edited:

gi@nc@rlo

Registered
Messages
13
LD file version - v2.1.2 build 529
Connecting to 192.168.1.3....
ÿýÿýÿûÿû
Connected
Negotiating...

BlackHole 2.0.6 bm750

bm750 login:
root

root@bm750:~# 
cat /proc/cpuinfo
system type : BCM7335B0 STB platform
processor : 0
cpu model : Brcm4380 V4.4 FPU V0.1
BogoMIPS : 403.45
cpu MHz : 404.994
wait instruction : yes
microsecond timers : yes
tlb_entries : 32
extra interrupt vector : yes
hardware watchpoint : no
ASEs implemented : mips16
shadow register sets : 1
kscratch registers : 0
core : 0
VCED exceptions : not available
VCEI exceptions : not available

processor : 1
cpu model : Brcm4380 V4.4 FPU V0.1
BogoMIPS : 403.45
cpu MHz : 404.994
wait instruction : yes
microsecond timers : yes
tlb_entries : 32
extra interrupt vector : yes
hardware watchpoint : no
ASEs implemented : mips16
shadow register sets : 1
kscratch registers : 0
core : 0
VCED exceptions : not available
VCEI exceptions : not available

root@bm750:~# 
type python

python is /usr/bin/python
root@bm750:~# 
p
s | grep -i "cccam\|oscam\|mgcamd"
root@bm750:~# 
python

Python 2.7.2 (default, Sep 9 2013, 13:38:31)
[GCC 4.6.4 20120303 (prerelease)] on linux2

Type "help", "copyright", "credits" or "license" for more information.
****>
i
mpo
rt os, fcntl
****> from struct import pack, unpack
****> h = os.open( '/dev/sci1', os.O_RDWR | os.O_NOCTTY )
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
OSError: [Errno 16] Device or resource busy: '/dev/sci1'
****> fcntl.ioctl(h,0x80047301,1)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'h' is not defined
****>
os.close(h)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'h' is not defined
****>
exit()

root@bm750:~# 


root@bm750:~# 
exit

Disconnected
 

sega24

Registered
Messages
88
here you have putty

http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe

download it and run
in 'host name' field put your IP receiver
mark 'telnet' in connection type
and click open

log in to your vu+
if dont have a pass , just give 'root'

then send this commands
ps
fuser /dev/sci1
... he will show u some number xxxx, then
ps | grep xxxx
then mark all and push CTRL+C and paste here :)
 

gi@nc@rlo

Registered
Messages
13
BlackHole 2.0.6 bm750

bm750 login: root
root@bm750:~# pspsgreep
PID TTY TIME CMD
6696 pts/0 00:00:00 sh
6702 pts/0 00:00:00 ps
root@bm750:~# fuser /dev/sci1
-sh: fuser: not found
root@bm750:~#
 

sega24

Registered
Messages
88
ps dont work , dont show the proces so that is why drakkar dont find oscam's or else

the only way to run it should be disable cam manually
 

gi@nc@rlo

Registered
Messages
13
Ok, thanks for your interest!
Tomorrow I try to completely eliminate CCCam!
Excuse my English!
Ciao,Giancarlo.
 

sega24

Registered
Messages
88
This is not the fault of CCcam
but the linux distribution, you dont have rights to read example ps
 

israr

Registered
Messages
95
hi guys i have dishtv SD card and i want the rsa key from the card can any one help me to resolve my problem thanks
 

usm_usm

Registered
Messages
7
start of this post is not good

4. Go to the "BinToTxt" tab

how to find bin file??
without bin file .which will be open in (5. Click "Open dirty Bin File" and select the .bin file that contains our rights)
 
Top