Go Back   Dreambox, Receivers, Television Forum, High definition TV, 3DTV,CCcam, Gbox, Servers, Exchange, TV, LCD, Mobile > Cardsharing Tutorials > General Tutorials




Reply
 
LinkBack Thread Tools Display Modes
Old 01-15-2010, 10:09 PM   4 links from elsewhere to this Post. Click to view. #1
Administrator
 
cardsharing's Avatar
 
Join Date: Jan 2009
Posts: 1,680
Default Tutorial for smargo readear on Dreambox

DM7020/cccam.cfg
CCcam configuration sample:

SERIAL READER : /dev/usb/tts/0 smartreader+
SERVER LISTEN PORT : 20000
WEBINFO LISTEN PORT : 21000
WEBINFO USERNAME : username
WEBINFO PASSWORD : password
SHOW TIMING : yes

It is possible to add a usb hub to the DM7020. To incorporate a 4 port hub into the config insert the following:

SERIAL READER : /dev/usb/tts/0 smartreader+
SMARTCARD CLOCK FREQUENCY: /dev/usb/tts/0 6860002
SERIAL READER : /dev/usb/tts/1 smartreader+
SMARTCARD CLOCK FREQUENCY: /dev/usb/tts/1 6860002
SERIAL READER : /dev/usb/tts/2 smartreader+
SMARTCARD CLOCK FREQUENCY: /dev/usb/tts/2 6860002
SERIAL READER : /dev/usb/tts/3 smartreader+
SMARTCARD CLOCK FREQUENCY: /dev/usb/tts/3 6860002


DM800/cccam.cfg
CCcam configuration sample:

SERIAL READER : /dev/usb/tts/0 smartreader+
SERVER LISTEN PORT : 20000
WEBINFO LISTEN PORT : 21000
WEBINFO USERNAME : username
WEBINFO PASSWORD : password
SHOW TIMING : yes

The DM800 comes with 2 USB ports already. However if you wish to add a usb hub you can.

The above cfg's assume that the reader is set to autoswitch mode and dreambox kernel.

You can choose any of the following frequencies: 3.20, 3.43, 3.69, 4.00, 4.36, 4.80, 5.34, 6.00, 6.86, 8.00, 9.61, 12.0 and 16.0

Examples:
SMARTCARD CLOCK FREQUENCY: /dev/usb/tts/0 6000002 runs the card at 6mhz.
SMARTCARD CLOCK FREQUENCY: /dev/usb/tts/0 6860002 runs the card at 6.86mhz.
SMARTCARD CLOCK FREQUENCY: /dev/usb/tts/0 8000002 runs the card at 8mhz.
SMARTCARD CLOCK FREQUENCY: /dev/usb/tts/0 9610002 runs the card at 9.61mhz.

Most cards run at 6000002 or 6860002.


cardsharing is online now   Reply With Quote
Old 01-15-2010, 10:56 PM   #2
Super Moderator
 
THE_GUARDIAN's Avatar
 
Join Date: Feb 2009
Location: Ticino CH
Posts: 1,327
Thumbs up how to install USB driver on DM800 + smargo

Thanks m8 but I also got some problems smargo + usb pen not recognized and this procedure will fix it on DM800 my direct experience, I don't know about 7xxx series

1) Uncompress file attachment named "lib_modules_261251etc_kernel_driver_usb_ serial.zip"
2) Copy the three files (Do not copy the whole folder, copy only the files in it) into the subfolder "serial" of your dreambox. That folder you will find the following the following path:
/ lib/modules/2.6.12-5.1-brcmstb-dm800/kernel/drivers/usb/serial (if inside the folder "USB" can not find the folder "serial", create)
3) Change the attributes for the three files, giving 755
4) restart dream

At this point the USB drivers are installed and then you can install new versions of Barryallen!

To install the Smargo, download the file named "smargo_ftdsio and pl2303 dream 800 module.zip and unzip it, done that, it only takes three simple steps:

1) copy the folder / tmp dream of the two files ipk ftdsio and pl2303
and proceed with the installation manual Addons> ipk or via telnet
2) change the bootup files (contained in the etc / init.b) append the following string:

echo 90> / proc / progress
modprobe ftdi_sio

After editing the file save it and give permissions (755)

3) add this string to your file CCcam.cfg:

SERIAL READER: / dev/usb/tts/0 SmartReader +

Now you can connect the USB port of your Smargo dream, and once restarted it Smargo will be another card reader at your disposal.
Rgds / THE_GUARDIAN
THE_GUARDIAN is offline   Reply With Quote
Old 01-16-2010, 12:49 PM   #3
Junior Member
 
Join Date: Jun 2009
Posts: 4
Default dreambox 7025 10 usb smart infinity usb

SERIAL READER : /dev/usb/tts/0 smartreader+
SMARTCARD CLOCK FREQUENCY: /dev/tts/0 3689000
SERIAL READER : /dev/usb/tts/1 smartreader+
SMARTCARD CLOCK FREQUENCY: /dev/tts/1 3689000
SERIAL READER : /dev/usb/tts/2 smartreader+
SMARTCARD CLOCK FREQUENCY: /dev/tts/2 3689000
SERIAL READER : /dev/usb/tts/3 smartreader+
SMARTCARD CLOCK FREQUENCY: /dev/tts/3 3689000
SERIAL READER : /dev/usb/tts/4 smartreader+
SMARTCARD CLOCK FREQUENCY: /dev/tts/4 3689000
SERIAL READER : /dev/usb/tts/5 smartreader+
SMARTCARD CLOCK FREQUENCY: /dev/tts/5 3689000
SERIAL READER : /dev/usb/tts/6 smartreader+
SMARTCARD CLOCK FREQUENCY: /dev/tts/6 3689000
SERIAL READER : /dev/usb/tts/7 smartreader+
SMARTCARD CLOCK FREQUENCY: /dev/tts/7 3689000
SERIAL READER : /dev/usb/tts/8 smartreader+
SMARTCARD CLOCK FREQUENCY: /dev/tts/8 3689000
SERIAL READER : /dev/usb/tts/9 smartreader+
SMARTCARD CLOCK FREQUENCY: /dev/tts/9 3689000
toninero is offline   Reply With Quote
Old 01-17-2010, 11:51 AM   #4
Junior Member
 
Join Date: Mar 2009
Posts: 4
Default

good sharing
GHAFAR is offline   Reply With Quote
Old 01-19-2010, 01:36 PM   #5
Member
 
Join Date: Jul 2009
Posts: 76
Default

Quote:
Originally Posted by cardsharing View Post
DM7020/cccam.cfg
CCcam configuration sample:

SERIAL READER : /dev/usb/tts/0 smartreader+
SERVER LISTEN PORT : 20000
WEBINFO LISTEN PORT : 21000
WEBINFO USERNAME : username
WEBINFO PASSWORD : password
SHOW TIMING : yes

It is possible to add a usb hub to the DM7020. To incorporate a 4 port hub into the config insert the following:

SERIAL READER : /dev/usb/tts/0 smartreader+
SMARTCARD CLOCK FREQUENCY: /dev/usb/tts/0 6860002
SERIAL READER : /dev/usb/tts/1 smartreader+
SMARTCARD CLOCK FREQUENCY: /dev/usb/tts/1 6860002
SERIAL READER : /dev/usb/tts/2 smartreader+
SMARTCARD CLOCK FREQUENCY: /dev/usb/tts/2 6860002
SERIAL READER : /dev/usb/tts/3 smartreader+
SMARTCARD CLOCK FREQUENCY: /dev/usb/tts/3 6860002


DM800/cccam.cfg
CCcam configuration sample:

SERIAL READER : /dev/usb/tts/0 smartreader+
SERVER LISTEN PORT : 20000
WEBINFO LISTEN PORT : 21000
WEBINFO USERNAME : username
WEBINFO PASSWORD : password
SHOW TIMING : yes

The DM800 comes with 2 USB ports already. However if you wish to add a usb hub you can.

The above cfg's assume that the reader is set to autoswitch mode and dreambox kernel.

You can choose any of the following frequencies: 3.20, 3.43, 3.69, 4.00, 4.36, 4.80, 5.34, 6.00, 6.86, 8.00, 9.61, 12.0 and 16.0

Examples:
SMARTCARD CLOCK FREQUENCY: /dev/usb/tts/0 6000002 runs the card at 6mhz.
SMARTCARD CLOCK FREQUENCY: /dev/usb/tts/0 6860002 runs the card at 6.86mhz.
SMARTCARD CLOCK FREQUENCY: /dev/usb/tts/0 8000002 runs the card at 8mhz.
SMARTCARD CLOCK FREQUENCY: /dev/usb/tts/0 9610002 runs the card at 9.61mhz.

Most cards run at 6000002 or 6860002.
Hello

this configuraction is on CCcam.cfg or not???

I have dreambox 7020si + HUB 7+smargo 2x thanks..
.:J@ss:. is offline   Reply With Quote
Old 01-19-2010, 08:46 PM   #6
Senior Member
 
Join Date: Apr 2009
Posts: 148
Default

yes, for CCcam.cfg
dspain is offline   Reply With Quote
Old 01-24-2010, 01:46 PM   #7
Member
 
Join Date: Oct 2009
Posts: 46
Default

What settings do I need to use for dreambox 7000 pls?
gemeosat is offline   Reply With Quote
Old 01-24-2010, 06:33 PM   #8
Administrator
 
cardsharing's Avatar
 
Join Date: Jan 2009
Posts: 1,680
Default

SERIAL READER : /dev/usb/tts/0 smartreader+

Quote:
Originally Posted by gemeosat View Post
What settings do I need to use for dreambox 7000 pls?
cardsharing is online now   Reply With Quote
Old 01-28-2010, 12:59 AM   #9
Junior Member
 
Join Date: Jan 2010
Posts: 1
Default

Hi
I have debian server cccam with 3 smargo.
my problem when i restart server the card in change in smargo!
for example card A in smargo :
SERIAL READER : /dev/ttyUSB0 smartreader+
And card B and card C ....
ttyUSB1 and ttyUSB2 ....
When i restart card A goes to
ttyUSB1
and card B goes to
ttyUSB0
And after every restart cards change and go to another usb!
maybe any help
Thanks
piter is offline   Reply With Quote
Old 02-28-2010, 02:44 PM   #10
azi
Junior Member
 
Join Date: Jul 2009
Posts: 7
Default

Hi
I have D800S receiver andI want to fix Smargo USB card reader I have followed lots of istraction but my card doesn't read light just bliping on the smargo USB reader
I will be appriciate if some one could put me on right track and make my smargo USB system working
Thanks in advance
azi is offline   Reply With Quote
Reply




Tags
dreambox, dreambox smargo, smargo, smargo on dreambox, tutorial

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are Off
Refbacks are On


LinkBacks (?)
LinkBack to this Thread: http://cardsharing.us/forum/general-tutorials/13121-tutorial-smargo-readear-dreambox.html
Posted By For Type Date
smargo USB - Virgilio Ricerca Web This thread Refback 10-16-2011 11:28 AM
dreambox tutorials - Virgilio Ricerca Web This thread Refback 09-09-2011 04:01 PM
Recent smargo Bookmarks on Delicious This thread Refback 02-03-2010 01:03 PM
cccam.cfg dm800 | VIRGILIO Ricerca | Web This thread Refback 01-20-2010 06:10 PM


All times are GMT +1. The time now is 11:10 AM.

vBSkinworks Design

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.