Oscam + smargo mipsel

Status
Not open for further replies.

vlasa

Banned
Messages
370
In new versions of OSCAM is support of Smargo natively.
To use the Smargo natively you must use a particular protocol and a particular type of device configuration (file osacm.server)
items that vary over a typical configuration for reading slots are:
= internal protocol that must become SmartReader =
Code:
protocol = smartreader
and device that = / = dev/sci0 must become BUS: ID that has our Smargo
Code:
device  = 001:002
therefore the section for the reader Smargo will be something like:
Code:
[reader]
Label = smargoSkyIt
Protocol = smartreader
Detect = CD
Device = 001:003
Fallback = 0
EMMCache = 1,3,2
BoxID = 12345678
Group = 1
CAID = 093B
the problem on our dream is to find that bus and that id has our Smargo seen that the dream is not expected utilitylsusb
OSCAM developers have come to meet us and have developed a small utility that displays it is called there list_smargo and is installed with the package that I attach.

to install an FTP client should copy the package to / tmp
and we should give the telnet command
Code:
 ipkg install /tmp/smargo-util_0.1-r0_mipsel.ipk
After that we could use the utility by simply typing list_smargo

Code:
OpenDreambox 1.5.0 dm8000

dm8000 login: root
Password:
root@dm8000:~# cd /tmp/
root@dm8000:/tmp# ipkg install /tmp/smargo-util_0.1-r0_mipsel.ipk
Installing smargo-util (0.1-r0) to root...
Configuring smargo-util
root@dm8000:/tmp# list_smargo
bus 001, device 005 : 0403:6001 Smartreader
root@dm8000:/tmp#
 
Last edited:
Status
Not open for further replies.
Top