AW: DM7000S con tivusat e conax: soli ok ma insieme nok 4x su 5
Uso il Gemini 4.70 nello stick; nel flash ci sta pure il Gemini 4.70, configurato, ma senza extras in confronto a un Gemini 4.70, ad eccezione del plugin dreamflash.
Ecco il script di avvio:
Ma adesso per le prove, lo lancio così:
Ho iniziato pure a fare delle prove con un smartreader di Max Digital con firmware 1.5 che sta con il stick in un hub usb passivo; il hub è nella porta usb della dm7000.
Come vedi, nel smartreader non parte neanche da sola. Ho provato anche con altre frequenze (368 e 357), con smargo invece di mouse; quando voglio prendere il protocollo smartreader, mi dice che non lo conosce.
Oscam con libusb non lo posso usare perché manca la libreria libusb nel Gemini. Inoltre, sai per caso dove posso trovare una oscam più recente che gira nel Gemini 4.70? Tutte quelle che provo mi danno segfault.
Grazie tanto elcoro per il tuo aiuto.
Ciao
Uso il Gemini 4.70 nello stick; nel flash ci sta pure il Gemini 4.70, configurato, ma senza extras in confronto a un Gemini 4.70, ad eccezione del plugin dreamflash.
Ecco il script di avvio:
#!/bin/sh
########################################
###### Powered by The Gemini Team ######
###
########################################
# camid #
# 0000 = Commom Interface #
# 0001->0199 = for User Experiment #
# 0199 = Dccamd #
# 0200->0299 = Fbiss #
# 0300->0399 = Camd3 #
# 0400->0499 = Camx #
# 0500->0599 = Camx-Radegast-CS #
# 0600->0699 = Evocamd -OLD #
# 0700->0799 = Evocamd_ronlad_cs -OLD #
# 0800->0899 = Mgcamd -OLD #
# 0900->0999 = Mgcamd_ronald_cs -OLD #
# 1000->1099 = Newcamd -OLD #
# 1100->1199 = Newcamd-ronald_CS -OLD #
# 1200->1299 = Newcamd-spider -OLD #
# 1300->1399 = Radegast #
# 1400->1499 = Ronald-CS #
# 1500->1599 = Scam #
# 1600->1699 = Scam-Ronald-CS #
# 1700->1799 = MPCS #
# 1800->1899 = NewCS #
# 2000->2099 = Camd3 #
# 2300->2399 = Camd3-NewCS #
# 2600->2699 = Camd3-MPCardserver #
# 3000->3099 = Evocamd #
# 3100->3199 = Evocamd-Ronald-CS #
# 3200->3299 = Evocamd-NewCS #
# 3300->3399 = Evocamd-MPCardserver #
# 4000->4099 = Mgcamd #
# 4100->4199 = Mgcamd-Ronald-CS #
# 4200->4299 = Mgcamd-NewCS #
# 4300->4399 = Mgcamd-MPCS #
# 5000->5099 = Newcamd-Betad #
# 5100->5199 = Newcamd-Cardserver #
# 5200->5299 = Newcamd-Spider #
# 5300->5399 = Newcamd-NewCS #
# 5400->5499 = Newcamd-MPCS #
# 5500->5599 = OpenCam #
# 5600->5699 = RqCamd #
# 6000->6099 = CCcam #
# 6100->6199 = CCcam-Capmtserver #
# 6200->6299 = CCcam-NewCS #
# 6300->6399 = CCcam-MPCS #
# 9500->9599 = reserved #
# 9600->9699 = reserved #
# 9700->9799 = reserved #
# 9800->9899 = reserved #
# 9900->9999 = reserved #
########################################
CAMNAME="oscam & mgcamd"
USERNAME=""
ZAPTIME=6
CAMID=0110
DVBSET=0
INFOFILE="ecm.info"
INFOFILELINES=
# end
remove_tmp () {
rm -rf /tmp/*.info* /tmp/*.tmp*
}
case "$1" in
start)
echo "[SCRIPT] $1: $CAMNAME"
remove_tmp
/var/bin/oscam -b -c /var/tuxbox/config &
sleep 15
/var/bin/mgcamd &
;;
stop)
echo "[SCRIPT] $1: $CAMNAME"
killall mgcamd oscam 2>/dev/null
sleep 2
remove_tmp
;;
*)
$0 stop
exit 0
;;
esac
exit 0
########################################
###### Powered by The Gemini Team ######
###
Sie müssen registriert sein, um Links zu sehen.
###########################################
# camid #
# 0000 = Commom Interface #
# 0001->0199 = for User Experiment #
# 0199 = Dccamd #
# 0200->0299 = Fbiss #
# 0300->0399 = Camd3 #
# 0400->0499 = Camx #
# 0500->0599 = Camx-Radegast-CS #
# 0600->0699 = Evocamd -OLD #
# 0700->0799 = Evocamd_ronlad_cs -OLD #
# 0800->0899 = Mgcamd -OLD #
# 0900->0999 = Mgcamd_ronald_cs -OLD #
# 1000->1099 = Newcamd -OLD #
# 1100->1199 = Newcamd-ronald_CS -OLD #
# 1200->1299 = Newcamd-spider -OLD #
# 1300->1399 = Radegast #
# 1400->1499 = Ronald-CS #
# 1500->1599 = Scam #
# 1600->1699 = Scam-Ronald-CS #
# 1700->1799 = MPCS #
# 1800->1899 = NewCS #
# 2000->2099 = Camd3 #
# 2300->2399 = Camd3-NewCS #
# 2600->2699 = Camd3-MPCardserver #
# 3000->3099 = Evocamd #
# 3100->3199 = Evocamd-Ronald-CS #
# 3200->3299 = Evocamd-NewCS #
# 3300->3399 = Evocamd-MPCardserver #
# 4000->4099 = Mgcamd #
# 4100->4199 = Mgcamd-Ronald-CS #
# 4200->4299 = Mgcamd-NewCS #
# 4300->4399 = Mgcamd-MPCS #
# 5000->5099 = Newcamd-Betad #
# 5100->5199 = Newcamd-Cardserver #
# 5200->5299 = Newcamd-Spider #
# 5300->5399 = Newcamd-NewCS #
# 5400->5499 = Newcamd-MPCS #
# 5500->5599 = OpenCam #
# 5600->5699 = RqCamd #
# 6000->6099 = CCcam #
# 6100->6199 = CCcam-Capmtserver #
# 6200->6299 = CCcam-NewCS #
# 6300->6399 = CCcam-MPCS #
# 9500->9599 = reserved #
# 9600->9699 = reserved #
# 9700->9799 = reserved #
# 9800->9899 = reserved #
# 9900->9999 = reserved #
########################################
CAMNAME="oscam & mgcamd"
USERNAME=""
ZAPTIME=6
CAMID=0110
DVBSET=0
INFOFILE="ecm.info"
INFOFILELINES=
# end
remove_tmp () {
rm -rf /tmp/*.info* /tmp/*.tmp*
}
case "$1" in
start)
echo "[SCRIPT] $1: $CAMNAME"
remove_tmp
/var/bin/oscam -b -c /var/tuxbox/config &
sleep 15
/var/bin/mgcamd &
;;
stop)
echo "[SCRIPT] $1: $CAMNAME"
killall mgcamd oscam 2>/dev/null
sleep 2
remove_tmp
;;
*)
$0 stop
exit 0
;;
esac
exit 0
Ma adesso per le prove, lo lancio così:
/var/bin/oscam -d 3 -c /var/tuxbox/config
Ho iniziato pure a fare delle prove con un smartreader di Max Digital con firmware 1.5 che sta con il stick in un hub usb passivo; il hub è nella porta usb della dm7000.
:~> /var/bin/srp_tools_1_04 -d /dev/usb/tts/0
smartreader+ version v1.5
MODE autoswitch
FREQ 3.69 Mhz
KERNEL dreambox
T_MODE t = 0
EGT 0
READER
smartreader+ version v1.5
MODE autoswitch
FREQ 3.69 Mhz
KERNEL dreambox
T_MODE t = 0
EGT 0
READER
[reader]
enable = 1
detect = cd
protocol = mouse
device = /dev/usb/tts/0
smargopatch = 1
label = tivusatrdr
caid = 183D
ident = 183D:000000,005411
auprovid = 005411
rsakey = cancellato
cardmhz = -1
mhz = 2700
group = 2
EMMCache = 1,1,2
#nagra_read = 1
#ecmwhitelist = 183D@005411:91
#ecmheaderwhitelist = 80308ED387,81308ED387
enable = 1
detect = cd
protocol = mouse
device = /dev/usb/tts/0
smargopatch = 1
label = tivusatrdr
caid = 183D
ident = 183D:000000,005411
auprovid = 005411
rsakey = cancellato
cardmhz = -1
mhz = 2700
group = 2
EMMCache = 1,1,2
#nagra_read = 1
#ecmwhitelist = 183D@005411:91
#ecmheaderwhitelist = 80308ED387,81308ED387
~> /var/bin/oscam -d 3 -c /var/tuxbox/config
13:09:13 0 s >> OSCam << cardserver started, version 1.20-unstable_svn, build r8638 (powerpc-linux)
13:09:13 0 s creating pidfile /tmp/.oscam/oscam.pid with pid 665
13:09:13 0 s services reloaded: 0 services freed, 0 services loaded, rejected 0
13:09:13 0 s 3 AES key(s) added on reader tntsatrdr for 0500:030b00
13:09:13 0 s userdb reloaded: 7 accounts loaded, 0 expired, 1 disabled
13:09:13 0 s signal handling initialized
13:09:13 0 s INFO: Cannot open file "/var/tuxbox/config/oscam.tiers" (errno=2 No such file or directory)
13:09:13 0 s INFO: Cannot open file "/var/tuxbox/config/oscam.guess" (errno=2 No such file or directory)
13:09:13 0 s INFO: Cannot open file "/var/tuxbox/config/oscam.ird" (errno=2 No such file or directory)
13:09:13 0 s INFO: Cannot open file "/var/tuxbox/config/oscam.whitelist" (errno=2 No such file or directory)
13:09:13 0 s INFO: Cannot open file "/var/tuxbox/config/oscam.cacheex" (errno=2 No such file or directory)
13:09:13 0 s monitor: disabled
13:09:13 0 s camd35: disabled
13:09:13 0 s newcamd: initialized (fd=3, port=33335)
13:09:13 0 s -> CAID: 183D PROVID: 005411, 000000
13:09:13 0 s newcamd: initialized (fd=4, port=33336)
13:09:13 0 s -> CAID: 0B00 PROVID: 000000
13:09:13 0 s newcamd: initialized (fd=5, port=33337)
13:09:13 0 s -> CAID: 0500 PROVID: 030B00
13:09:13 0 s csp: disabled
13:09:13 0 s radegast: disabled
13:09:13 0 s starting thread reader check
13:09:13 0 s reader check thread started
13:09:13 0 s starting thread cw_process
13:09:13 0 s cw_process thread started
13:09:13 0 s cardreader: Initializing
13:09:13 0 s tivusatrdr [mouse] creating thread for device /dev/usb/tts/0
13:09:13 0 s start reader thread action 8
13:09:13 0 s loadbalancer: can't read from file /tmp/.oscam/stat
13:09:13 0 s waiting for local card init
13:09:13 10101F20 h webif: decompressed 52609 bytes back into 152072 bytes
13:09:13 10101F20 h HTTP Server listening on port 51111
13:09:13 100F20F8 r data from add_job action=8 client r tivusatrdr
13:09:13 100F20F8 r tivusatrdr [mouse] WARNING: your card is asking for custom_baudrate = 0, but your configuration can only deliver custom_baudrate = -24000000
13:09:13 100F20F8 r tivusatrdr [mouse] You are over- or underclocking, try OSCam when running your reader at normal clockspeed as required by your card, and setting mhz and cardmhz parameters accordingly.
13:09:13 100F20F8 r tivusatrdr [mouse] Reader initialized (device=/dev/usb/tts/0, detect=cd, pll max=27.00 Mhz, wanted cardmhz=-0.01 Mhz
13:09:14 100F20F8 r tivusatrdr [mouse] card detected
13:09:14 100F20F8 r add reader job action 4 queue length 1 tivusatrdr
13:09:14 100F20F8 r tivusatrdr [mouse] WARNING: your card is asking for custom_baudrate = 0, but your configuration can only deliver custom_baudrate = -24000000
13:09:14 100F20F8 r tivusatrdr [mouse] You are over- or underclocking, try OSCam when running your reader at normal clockspeed as required by your card, and setting mhz and cardmhz parameters accordingly.
13:09:17 100F20F8 r tivusatrdr [mouse] ATR: 3F 00
13:09:17 100F20F8 r tivusatrdr [mouse] no TD1 means T0
13:09:17 100F20F8 r tivusatrdr [mouse] 1 protocol types detected. Historical bytes:
13:09:17 100F20F8 r tivusatrdr [mouse] No PTS needed, selected protocol T0, F=372, D=1, N=0
13:09:17 100F20F8 r tivusatrdr [mouse] Init card protocol T0, FI=1, F=372, D=1, N=0
13:09:17 100F20F8 r tivusatrdr [mouse] Setting baudrate to 12096 bps
13:09:17 100F20F8 r tivusatrdr [mouse] Calculated work ETU is 13.78 us
13:09:17 100F20F8 r tivusatrdr [mouse] Protocol: T=0, WWT=9600, Clockrate=27000000
13:09:17 100F20F8 r tivusatrdr [mouse] Setting timings: timeout=9600 ETU, block_delay=0 ETU, char_delay=12 ETU
13:09:17 100F20F8 r tivusatrdr [mouse] ATR Fsmax is: 5 Mhz, clocking card to wanted user cardspeed of 27.00 Mhz (specified in reader->mhz)
13:09:18 100F20F8 r tivusatrdr [mouse] card system not supported
13:09:18 100F20F8 r tivusatrdr [mouse] Normal mode failed, reverting to Deprecated Mode
13:09:21 100F20F8 r tivusatrdr [mouse] ATR: 3F 00
13:09:21 100F20F8 r tivusatrdr [mouse] no TD1 means T0
13:09:21 100F20F8 r tivusatrdr [mouse] 1 protocol types detected. Historical bytes:
13:09:21 100F20F8 r tivusatrdr [mouse] No PTS needed, selected protocol T0, F=372, D=1, N=0
13:09:21 100F20F8 r tivusatrdr [mouse] Init card protocol T0, FI=1, F=372, D=1, N=0
13:09:21 100F20F8 r tivusatrdr [mouse] Calculated work ETU is 13.78 us
13:09:21 100F20F8 r tivusatrdr [mouse] Protocol: T=0, WWT=9600, Clockrate=27000000
13:09:21 100F20F8 r tivusatrdr [mouse] Setting timings: timeout=9600 ETU, block_delay=0 ETU, char_delay=12 ETU
13:09:21 100F20F8 r tivusatrdr [mouse] ATR Fsmax is: 5 Mhz, clocking card to wanted user cardspeed of 27.00 Mhz (specified in reader->mhz)
13:09:22 100F20F8 r tivusatrdr [mouse] card system not supported
13:09:22 100F20F8 r tivusatrdr [mouse] card initializing error
13:09:23 0 s init for all local cards done
13:09:23 0 s anti cascading disabled
13:09:35 10101F20 h HTTP Server stopped
13:09:35 0 s tivusatrdr [mouse] Killing reader
13:09:35 0 s start client thread action 25
13:09:35 0 s userdb 7 accounts freed
13:09:35 0 s readerdb 3 readers freed
13:09:35 0 s cardserver down
13:09:35 100F20F8 r ending thread (kill)
13:09:13 0 s >> OSCam << cardserver started, version 1.20-unstable_svn, build r8638 (powerpc-linux)
13:09:13 0 s creating pidfile /tmp/.oscam/oscam.pid with pid 665
13:09:13 0 s services reloaded: 0 services freed, 0 services loaded, rejected 0
13:09:13 0 s 3 AES key(s) added on reader tntsatrdr for 0500:030b00
13:09:13 0 s userdb reloaded: 7 accounts loaded, 0 expired, 1 disabled
13:09:13 0 s signal handling initialized
13:09:13 0 s INFO: Cannot open file "/var/tuxbox/config/oscam.tiers" (errno=2 No such file or directory)
13:09:13 0 s INFO: Cannot open file "/var/tuxbox/config/oscam.guess" (errno=2 No such file or directory)
13:09:13 0 s INFO: Cannot open file "/var/tuxbox/config/oscam.ird" (errno=2 No such file or directory)
13:09:13 0 s INFO: Cannot open file "/var/tuxbox/config/oscam.whitelist" (errno=2 No such file or directory)
13:09:13 0 s INFO: Cannot open file "/var/tuxbox/config/oscam.cacheex" (errno=2 No such file or directory)
13:09:13 0 s monitor: disabled
13:09:13 0 s camd35: disabled
13:09:13 0 s newcamd: initialized (fd=3, port=33335)
13:09:13 0 s -> CAID: 183D PROVID: 005411, 000000
13:09:13 0 s newcamd: initialized (fd=4, port=33336)
13:09:13 0 s -> CAID: 0B00 PROVID: 000000
13:09:13 0 s newcamd: initialized (fd=5, port=33337)
13:09:13 0 s -> CAID: 0500 PROVID: 030B00
13:09:13 0 s csp: disabled
13:09:13 0 s radegast: disabled
13:09:13 0 s starting thread reader check
13:09:13 0 s reader check thread started
13:09:13 0 s starting thread cw_process
13:09:13 0 s cw_process thread started
13:09:13 0 s cardreader: Initializing
13:09:13 0 s tivusatrdr [mouse] creating thread for device /dev/usb/tts/0
13:09:13 0 s start reader thread action 8
13:09:13 0 s loadbalancer: can't read from file /tmp/.oscam/stat
13:09:13 0 s waiting for local card init
13:09:13 10101F20 h webif: decompressed 52609 bytes back into 152072 bytes
13:09:13 10101F20 h HTTP Server listening on port 51111
13:09:13 100F20F8 r data from add_job action=8 client r tivusatrdr
13:09:13 100F20F8 r tivusatrdr [mouse] WARNING: your card is asking for custom_baudrate = 0, but your configuration can only deliver custom_baudrate = -24000000
13:09:13 100F20F8 r tivusatrdr [mouse] You are over- or underclocking, try OSCam when running your reader at normal clockspeed as required by your card, and setting mhz and cardmhz parameters accordingly.
13:09:13 100F20F8 r tivusatrdr [mouse] Reader initialized (device=/dev/usb/tts/0, detect=cd, pll max=27.00 Mhz, wanted cardmhz=-0.01 Mhz
13:09:14 100F20F8 r tivusatrdr [mouse] card detected
13:09:14 100F20F8 r add reader job action 4 queue length 1 tivusatrdr
13:09:14 100F20F8 r tivusatrdr [mouse] WARNING: your card is asking for custom_baudrate = 0, but your configuration can only deliver custom_baudrate = -24000000
13:09:14 100F20F8 r tivusatrdr [mouse] You are over- or underclocking, try OSCam when running your reader at normal clockspeed as required by your card, and setting mhz and cardmhz parameters accordingly.
13:09:17 100F20F8 r tivusatrdr [mouse] ATR: 3F 00
13:09:17 100F20F8 r tivusatrdr [mouse] no TD1 means T0
13:09:17 100F20F8 r tivusatrdr [mouse] 1 protocol types detected. Historical bytes:
13:09:17 100F20F8 r tivusatrdr [mouse] No PTS needed, selected protocol T0, F=372, D=1, N=0
13:09:17 100F20F8 r tivusatrdr [mouse] Init card protocol T0, FI=1, F=372, D=1, N=0
13:09:17 100F20F8 r tivusatrdr [mouse] Setting baudrate to 12096 bps
13:09:17 100F20F8 r tivusatrdr [mouse] Calculated work ETU is 13.78 us
13:09:17 100F20F8 r tivusatrdr [mouse] Protocol: T=0, WWT=9600, Clockrate=27000000
13:09:17 100F20F8 r tivusatrdr [mouse] Setting timings: timeout=9600 ETU, block_delay=0 ETU, char_delay=12 ETU
13:09:17 100F20F8 r tivusatrdr [mouse] ATR Fsmax is: 5 Mhz, clocking card to wanted user cardspeed of 27.00 Mhz (specified in reader->mhz)
13:09:18 100F20F8 r tivusatrdr [mouse] card system not supported
13:09:18 100F20F8 r tivusatrdr [mouse] Normal mode failed, reverting to Deprecated Mode
13:09:21 100F20F8 r tivusatrdr [mouse] ATR: 3F 00
13:09:21 100F20F8 r tivusatrdr [mouse] no TD1 means T0
13:09:21 100F20F8 r tivusatrdr [mouse] 1 protocol types detected. Historical bytes:
13:09:21 100F20F8 r tivusatrdr [mouse] No PTS needed, selected protocol T0, F=372, D=1, N=0
13:09:21 100F20F8 r tivusatrdr [mouse] Init card protocol T0, FI=1, F=372, D=1, N=0
13:09:21 100F20F8 r tivusatrdr [mouse] Calculated work ETU is 13.78 us
13:09:21 100F20F8 r tivusatrdr [mouse] Protocol: T=0, WWT=9600, Clockrate=27000000
13:09:21 100F20F8 r tivusatrdr [mouse] Setting timings: timeout=9600 ETU, block_delay=0 ETU, char_delay=12 ETU
13:09:21 100F20F8 r tivusatrdr [mouse] ATR Fsmax is: 5 Mhz, clocking card to wanted user cardspeed of 27.00 Mhz (specified in reader->mhz)
13:09:22 100F20F8 r tivusatrdr [mouse] card system not supported
13:09:22 100F20F8 r tivusatrdr [mouse] card initializing error
13:09:23 0 s init for all local cards done
13:09:23 0 s anti cascading disabled
13:09:35 10101F20 h HTTP Server stopped
13:09:35 0 s tivusatrdr [mouse] Killing reader
13:09:35 0 s start client thread action 25
13:09:35 0 s userdb 7 accounts freed
13:09:35 0 s readerdb 3 readers freed
13:09:35 0 s cardserver down
13:09:35 100F20F8 r ending thread (kill)
Come vedi, nel smartreader non parte neanche da sola. Ho provato anche con altre frequenze (368 e 357), con smargo invece di mouse; quando voglio prendere il protocollo smartreader, mi dice che non lo conosce.
Oscam con libusb non lo posso usare perché manca la libreria libusb nel Gemini. Inoltre, sai per caso dove posso trovare una oscam più recente che gira nel Gemini 4.70? Tutte quelle che provo mi danno segfault.
Grazie tanto elcoro per il tuo aiuto.
Ciao
