Index: ipk/source/emus_incubuscamd_0_96/CONTROL/control
===================================================================
--- ipk/source/emus_incubuscamd_0_96/CONTROL/control	(revision 1056)
+++ ipk/source/emus_incubuscamd_0_96/CONTROL/control	(revision 1056)
@@ -0,0 +1,10 @@
+Package: enigma2-plugin-emus-incubuscamd0.96
+Version: 0.96
+Architecture: sh4
+OE: incubuscamd 0.96
+Section: extra
+Priority: optional
+Maintainer: AAF
+Homepage: http://www.aaf-digital.info
+Source: http://www.aaf-digital.info
+Description: incubuscamd 0.96
Index: ipk/source/emus_incubuscamd_0_96/CONTROL/postinst
===================================================================
--- ipk/source/emus_incubuscamd_0_96/CONTROL/postinst	(revision 1056)
+++ ipk/source/emus_incubuscamd_0_96/CONTROL/postinst	(revision 1056)
@@ -0,0 +1,23 @@
+#!/bin/sh
+TMP=/tmp/.incubuscamd
+PLUGINDIR=/var/emu
+CONFIGDIR=/var/etc
+
+if [ ! -e /var/keys/incubusCamd.conf ]; then
+	echo "renaming incubusCamd.conf.incubus -> incubusCamd.conf"
+	mv /var/keys/incubusCamd.conf.incubus /var/keys/incubusCamd.conf
+fi
+if [ ! -e /var/keys/incubusCamd.prio ]; then
+	echo "renaming incubusCamd.prio.incubus -> incubusCamd.prio"
+	mv /var/keys/incubusCamd.prio.incubus /var/keys/incubusCamd.prio
+fi
+
+echo "successfully installed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: ipk/source/emus_incubuscamd_0_96/CONTROL/postrm
===================================================================
--- ipk/source/emus_incubuscamd_0_96/CONTROL/postrm	(revision 1056)
+++ ipk/source/emus_incubuscamd_0_96/CONTROL/postrm	(revision 1056)
@@ -0,0 +1,11 @@
+#!/bin/sh
+TMP=/tmp/.incubuscamd
+echo "successfully removed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: ipk/source/emus_incubuscamd_0_96/CONTROL/preinst
===================================================================
--- ipk/source/emus_incubuscamd_0_96/CONTROL/preinst	(revision 1056)
+++ ipk/source/emus_incubuscamd_0_96/CONTROL/preinst	(revision 1056)
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+TMP=/tmp/.incubuscamd
+echo "syncing disk"
+sync
+
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	SIZE=546
+	echo "checking freespace"
+	echo packege size $SIZE kb
+	echo freespace size $FREE kb
+	if  [ "$FREE" -lt "$SIZE" ]; then
+		echo "sorry no freespace left on device"
+		exit 1
+	else
+		echo ok
+	fi
+fi   
+echo "installing incubusCamd ..."
+echo "checking OS"
+if  [ `cat /etc/motd | grep AAF | grep M | grep rev | wc -l` -eq 0 ]; then                      
+	echo ---------------------------
+	echo DONT USE this IPK Package!!
+	echo ---
+	echo Only for AAF Image!!
+	echo ---------------------------
+	exit 1
+fi
+
+exit 0
Index: ipk/source/emus_incubuscamd_0_96/CONTROL/prerm
===================================================================
--- ipk/source/emus_incubuscamd_0_96/CONTROL/prerm	(revision 1056)
+++ ipk/source/emus_incubuscamd_0_96/CONTROL/prerm	(revision 1056)
@@ -0,0 +1,20 @@
+#!/bin/sh
+#
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo freespace size $FREE kb
+fi
+echo "removing incubusCamd"
+if [ ! -e /var/keys/incubusCamd.conf.incubus ]; then
+	echo "renaming incubusCamd.conf -\> incubusCamd.conf.incubus"
+	mv /var/keys/incubusCamd.conf /var/keys/incubusCamd.conf.incubus
+fi
+if [ ! -e /var/keys/incubusCamd.prio.incubus ]; then
+	echo "renaming incubusCamd.prio -\> incubusCamd.prio.incubus"
+	mv /var/keys/incubusCamd.prio /var/keys/incubusCamd.prio.incubus
+fi
+exit 0
+
Index: ipk/source/emus_incubuscamd_0_96/var/etc/incubusCamd.emu
===================================================================
--- ipk/source/emus_incubuscamd_0_96/var/etc/incubusCamd.emu	(revision 1056)
+++ ipk/source/emus_incubuscamd_0_96/var/etc/incubusCamd.emu	(revision 1056)
@@ -0,0 +1,4 @@
+emuname  =IncubusCamd_0.96
+binname  =incubusCamd
+startcam =/var/bin/incubusCamd
+stopcam  =killall -9 incubusCamd
Index: ipk/source/emus_incubuscamd_0_96/var/keys/incubusCamd.conf.incubus
===================================================================
--- ipk/source/emus_incubuscamd_0_96/var/keys/incubusCamd.conf.incubus	(revision 1056)
+++ ipk/source/emus_incubuscamd_0_96/var/keys/incubusCamd.conf.incubus	(revision 1056)
@@ -0,0 +1,231 @@
+##############################################################################
+# incubusCamd configuration file                                             #
+# All configuration options in this file observe the same format:            #
+#     <configuration_name>=<configuration_value>                             #
+#                                                                            #
+# Each section are [<section_name>:<option_1>:<option_x>] like.              #
+#                                                                            #
+# No matter about white spaces on any place or UNIX/DOS style files          #
+##############################################################################
+
+########################### general configuration ############################
+[General]
+# Enable (1) or disable (0) background execution
+# 0 - Off
+# 1 - On
+#
+background_execution=0
+
+# This sets the level of console output for debugging:
+# 0 - No debug messages, 1 - First level debug messages, 2 - Second level debug messages,
+# 3 - Print all debug messages
+#
+debug_level=0
+
+# This option enables (1) or disables (0) the writing of debug information to the
+# console.
+#
+log_to_console=0
+
+# This option enables (1) or disables (0) the writing of console output to a log file
+#
+log_to_file=0
+
+# When log_to_file is set to 1, this is the path and filename to write console
+# ouput to.
+#
+logfile_name=/var/bin/incubusCamd.log
+
+# This is the path and filename to read SoftCam.Key file
+# by default it will be searched in the /var/keys directory
+#
+softcamfile_name=/var/keys/SoftCam.Key
+
+# This is the path and filename to read prio file
+# by default it will be searched in the /var/bin directory, or in /etc, or in /var/keys
+#
+priofile_name=/var/bin/incubusCamd.prio
+
+# Used to activate on-screen messages. Username and password required if
+# HTTP authentication is enabled on enigma.
+# 0 - Off
+# 1 - On
+#
+on_screen_messages_show=1
+on_screen_messages_username=root
+on_screen_messages_password=
+on_screen_messages_key_update=0
+on_screen_messages_wait_for_key_update=0
+on_screen_messages_ecm=0
+on_screen_messages_emm=0
+
+# When activated, incubusCamd will listen on the specified port for connections. All
+# log activity will be broadcast in real-time to connected clients.
+#
+console_logs_broadcast=0
+console_logs_broadcast_port=666
+
+# Enable/disable incubusCamd web interface (default port is 668).
+# 0 - Disable
+# 1 - Enable
+webif=0
+webif_port=668
+
+########################### provider configuration ###########################
+#
+# All parameters are in hexadecimal notation.
+# Each section is defined by the provider id value.
+# If you don't know the provider id value then use the provider id "000000" and ca id "0000".
+# On provider 000000 caid 0000 goes all provider wich are not declared. If the provider
+# is declared then the cam will use the provider founded.
+#
+
+[Prov:000000:CaID:0000]
+# ----------------------------------------------------------------------------
+# this provider is a stand-in for all cards and all caid not declared previously
+#
+# You can select wich type of priority to assign on each caid/prov combination
+# priority name available are: card,emu,cs
+# card: internal card reader
+# emu: internal emulator
+# cs: card share protocols
+# each type must be separated by a comma
+#
+# you can also set to use only cs and nothing more, to do it insert on each comma "cs"
+# example: check_priority=cs,cs,cs # only cs in this case
+# example: check_priority=card,emu,emu # no cs in this case
+# obviously this is not suggested but if you prefer to disable an option you should do it in this way
+# you can also declare only one type: check_priority=cs
+# or two types: check_priority=cs,emu
+# and so on
+check_priority=cs,emu,card
+
+# You can select wich protocol will be used first for the current caid/prov combination
+# protocol name available are: newcamd,cccam,gbox,radegast,camd33,camd35,aroureos
+# each protocol must be separated by a comma
+#
+# you can also declare only one type: cs_protocol_order=cccam
+# or two types: cs_protocol_order=cccam,newcamd
+# and so on
+cs_protocol_order=cccam,newcamd,gbox,camd35,camd33,radegast,aroureos
+
+# Enable (1) or disable (0) emm process when a cs protocol is used
+# 0 - Off
+# 1 - On
+#
+process_emms_on_cs_mode=0
+
+# Enable (1) or disable (0) emm g type process
+# 0 - Off
+# 1 - On
+#
+process_emm_g=0
+
+# Enable (1) or disable (0) emm s type process
+# 0 - Off
+# 1 - On
+#
+process_emm_s=0
+
+# Enable (1) or disable (0) emm u type process
+# 0 - Off
+# 1 - On
+#
+process_emm_u=0
+
+# Enable (1) or disable (0) seca 3 ecm pid handler
+# when is set to On, it will try to use seca 3 ecm pid
+# before try seca 2 ecm pid, otherwise seca 2 pid will 
+# be selected firstly
+# 0 - Off
+# 1 - On
+#
+seca3_handler=0
+
+# This is the ChannelID wich will be used as first value
+# on irdeto channels. Value "-1" means no preferred channel id will be used
+# The value is expressed as 4 digits hex value (2 bytes). Automatic change will be done.
+# example: chid=0015
+#chid=-1
+
+# This is the max value wich will be used as comparing value
+# for card's uphops. If a less or equal uphops will be found then the card will be used,
+# the cards with greater uphops value will be ignored.
+# The value is expressed as decimal value, by default a value equal to 5 is set by the cam
+#max_check_uphops=5
+
+#[Prov:000501:CaID:1833]
+#check_priority=cs,emu,card
+#cs_protocol_order=cccam,newcamd,gbox,camd35,camd33,radegast,aroureos
+#process_emms_on_cs_mode=0
+#process_emm_g=0
+#process_emm_s=0
+#process_emm_u=0
+#seca3_handler=0
+#chid=-1
+#max_check_uphops=5
+
+########################### servers configuration ############################
+[Servers]
+#
+# This is the section for the multi-server configuration.
+#
+# URL of card-server to use, formats are as follows:
+#
+# newcamd://<username_31>:<password_31>@<hostname>:<port>:<caid_4>:<prov_id_6>/<des_key_14>/[EMM]
+# aroureos://@<hostname>:<port>:<caid_4>:<prov_id_6>/[EMM]
+# radegast://@<hostname>:<port>:<caid_4>:<prov_id_6>/[EMM]
+# camd33://<username_10>:<password_10>@<hostname>:<port>:<caid_4>:<prov_id_6>/[aes_key_16]/[EMM]
+# camd35://<username_32>:<password_32>@<hostname>:<port>:<caid_4>:<prov_id_6>/[EMM]
+# gbox://<localhost>:<localport>:<password_8>@<peer_address>:<peer_port>:<peer_pass_8>/[EMM]
+#
+# cccam://<username_20>:<password_32>@<hostname>:<port>/<receive_emu_shared>/[EMM]
+# where <receive_emu_shared> should assume value "yes" (without quotes, if you like to receive emus data shared by the server) or "no" (this is assumed by default)
+#
+#
+# NOTE: The "EMM" suffix is optional and tells the card-server client whether
+# to send EMM's to the card-server or not. Enabling or disabling this only
+# has effect if the card-server is configured to accept emms from this client.
+#
+# NOTE 2: The "card_server_url" is not the same as previously declared in the prov/caid section
+# use how many server as you like
+#
+# NOTE 3: You can set value 0000 for caid and value 000000 for provider id on newcamd server if you want a all codifies working server
+# or simply if you don't know wich value to set on, just put 0 value
+#
+# i.e:
+#
+#card_server_url=cccam://username:password@192.168.1.24:12000
+#card_server_url=cccam://username:password@yourname.dyndns.org:15000
+#card_server_url=gbox://yourname.dyndns.org:6666:password@hisname.dyndns.org:6666:peer_pass
+#card_server_url=cccam://username:password@hostname:port
+#card_server_url=gbox://192.168.1.24:5555:password@192.168.1.32:4444:peer_pass
+#card_server_url=newcamd://username:password@192.168.0.100:10550:0500:028800/0102030405060708091011121314
+#card_server_url=radegast://@192.168.0.100:10550:0100:000065
+#card_server_url=aroureos://@yourhostname.dyndns.org:10666:0500:007C00
+#card_server_url=camd35://username:password@192.168.0.50:14150:0603:000000
+#card_server_url=camd33://username:password@192.168.0.50:10550:0603:000000 # cam33 without AES encryption
+#card_server_url=camd33://username:password@192.168.0.50:10500:0604:000000/01020304050607080910111213141516 # cam33 with AES encryption
+#card_server_url=newcamd://username:password@192.168.0.100:10550:0500:028800/0102030405060708091011121314/EMM # EMM is enabled for this server
+#card_server_url=newcamd://username:password@192.168.0.100:10551:0000:000000/0102030405060708091011121314/EMM # this server will be used with all codifies because of value 0 for caid and provid
+
+########################### CaIDs tunneling configuration ############################
+[CaIDTunnel]
+#
+# All values are in hex notation
+# In this file you can configure what CAIDs/PIDs incubusCamd should tunnel to another CAID
+#
+# situation 1: this caid, all idents, on all channels will use the tunnel_caid
+# caid:tunnel_caid
+#
+# situation 2: this caid/ident pair will use the tunnel_caid
+# caid:tunnel_caid:ident
+#
+# situation 3: this caid/ident pair, on channel 'sid' will use the tunnel_caid
+# caid:tunnel_caid:ident:sid
+#
+# i.e:
+#
+#1833:1702:000000:0082 # this one should tunnel premiereHD nagra3 into betacrypt cards
+#1833:1702:000000:0081 # this one should tunnel premiereHD nagra3 into betacrypt cards
+
Index: ipk/source/emus_incubuscamd_0_96/var/keys/incubusCamd.prio.incubus
===================================================================
--- ipk/source/emus_incubuscamd_0_96/var/keys/incubusCamd.prio.incubus	(revision 1056)
+++ ipk/source/emus_incubuscamd_0_96/var/keys/incubusCamd.prio.incubus	(revision 1056)
@@ -0,0 +1,164 @@
+#
+# This file use the same sintax as CCcam.prio file.
+# All values are in hex notation
+#
+# In this file you can configure what CAIDs/PIDs incubusCamd should prefer or ignore
+# file content can have ignores (I) and prio lists (P)
+#
+# situation 1: ignore allways this caid, all idents, on all channels
+# I: caid
+#
+# situation 2: ignore allways this caid/ident pair
+# I: caid:ident
+#
+# situation 3: ignore this caid/ident pair, on channel 'sid'
+# I: caid:ident:sid
+#
+# situation 4: ignore this caid/ident pair, on channel 'sid' on the 'ecm_pid'
+# I: caid:ident:sid:ecm_pid
+#
+# situation 5: when both caid1 and caid2 exist for a channel, prefer caid1 over caid2
+# P: caid1, caid2
+#
+# situation 6: when caid1:ident1 till caidN:identN exist for a channel, use them in order of this list.
+# P: caid1:ident1, caid2:ident2, .., caidN:identN
+#
+# situation 7: when caid1:ident1 till caidN:identN exist for channel 'sid', use them in order of this list.
+# Sid on first caid/ident pair identifies sid for which list is used. All other sids ignore this list.
+# P: caid1:ident1:sid, caid2:ident2, .., caidN:identN
+#
+# situation 8: when caid1:ident1 till caidN:identN exist for channel 'sid' and with 'ecm_pid', use them in order of this list.
+# Sid and ecm_pid on first caid/ident pair identifies sid plus ecm_pid for which list is used. All other sids/ecm_pid ignore this list.
+# P: caid1:ident1:sid:ecm_pid, caid2:ident2, .., caidN:identN
+#
+
+#
+# situation 1: ignore allways this caid, all idents, on all channels
+I: 0919:000000:0249d #(13E)
+I: 0919:000000:0249e #(13E)
+I: 0919:000000:1fcf#(13E)Ignore contotv2 nds
+I: 093b:000000:1fcf#(13E)Ignore contotv2 nds3
+I: 0100:00003d:3786#(13E)Ignore Dorcel seca2
+I: 0500:020800:3786#(13E)Ignore Dorcel via2.5
+I: 0500:020810:3786#(13E)Ignore Dorcel via2.5
+I: 0500:020800:01fd#(13E)Ignore Dorcel via2.5
+I: 0500:020810:01fd#(13E)Ignore Dorcel via2.5
+#mct ird id 0628
+I: 0628:000000:2234#(13E)Ignore redlight italy irdeto
+I: 0628:000000:21fe#(13E)Ignore redlight mix irdeto
+I: 0628:000000:21ff#(13E)Ignore redlight germany irdeto
+I: 0628:000000:221d#(13E)Ignore redlight latino irdeto
+I: 0628:000000:2200#(13E)Ignore redlight usa irdeto
+I: 0628:000000:2217#(13E)Ignore mct sct
+I: 0628:000000:2210#(13E)Ignore mct premium
+I: 0628:000000:2218#(13E)Ignore mct sex
+I: 0628:000000:223d#(13E)Ignore mct super-dream
+I: 0628:000000:2243#(13E)Ignore mct gold
+I: 0628:000000:223b#(13E)Ignore mct blu
+I: 0628:000000:2242#(13E)Ignore mct reality-full
+I: 0628:000000:2202#(13E)Ignore mct lux-best
+I: 0628:000000:223e#(13E)Ignore mct strong
+I: 0628:000000:223a#(13E)Ignore fantasy-amatour
+I: 0628:000000:2239#(13E)Ignore gay-trans
+#mct ird id 0604
+I: 0604:000000:221d#(13E)Ignore redlight latino irdeto
+I: 0604:000000:21fe#(13E)Ignore redlight mix irdeto
+I: 0604:000000:2234#(13E)Ignore redlight italy irdeto
+I: 0604:000000:21ff#(13E)Ignore redlight germany irdeto
+I: 0604:000000:2200#(13E)Ignore redlight usa irdeto
+I: 0604:000000:2210#(13E)Ignore mct premium
+I: 0604:000000:2217#(13E)Ignore mct sct 
+I: 0604:000000:2218#(13E)Ignore mct sex
+I: 0604:000000:223d#(13E)Ignore mct super-dream
+I: 0604:000000:2243#(13E)Ignore mct gold
+I: 0604:000000:223b#(13E)Ignore mct blu
+I: 0604:000000:2242#(13E)Ignore mct reality-full
+I: 0604:000000:2202#(13E)Ignore mct lux-best
+I: 0604:000000:223e#(13E)Ignore mct strong
+I: 0604:000000:223a#(13E)Ignore fantasy-amatour
+I: 0604:000000:2239#(13E)Ignore gay-trans
+#
+P: 0500:024400:3786 #DORCEL (13E)
+P: 0100:000084:3786 #DORCEL (13E)
+P: 0500:024400:0086 #FREEX (13E)
+P: 0500:024400:0082 #FREEX2 (13E)
+P: 0500:024400:0083 #XDREAM (13E)
+P: 0500:024400:21ad #FREEXLIGHT (13E)
+P: 0b01:000000:1fce#contotv1 Conax
+P: 0b01:000000:1fcf#contotv2 Conax
+I: 0b00:000000:0083 #ignore Xdream Conax
+I: 0b00:000000:0082 #ignore Freex2 Conax
+I: 0b00:000000:0086 #ignore Freextv Conax
+I: 0626:000000:0083#(13E)Ignore Xdream irdeto
+I: 0626:000000:0082#(13E)Ignore Freex2 irdeto
+I: 0626:000000:0086#(13E)Ignore Freextv irdeto
+#P: 0b002:000000#Freex Conax
+#P: 0500:025100 #REDLIGHT(13)
+P: 0500:021700:0076 #PRIVATE SPICE(13)
+P: 0500:020800 #ABSAT(13E)
+P: 0500:020810 #ABSAT(13E)
+P: 0100:000084 #tps(13E)
+P: 0500:021110 #ARABESQUE (13E)
+P: 0500:021120 #Aljazzera(13E)
+P: 0500:030700 #JVC(13E)
+P: 0500:023b00 #mct id nuove card(13E)
+I: 0500:025100 #mct id vecchie card(13E)
+I: 0500:025110 #mct id vecchie card(13E)
+P: 0500:022C00 #RTVi International(13E)
+P: 0919:000000 #SKY(13E)
+P: 0100:000030 #RAI(13E)
+P: 0100:0000b1:001a #Mediaset Iris
+I: 0919:000000:001a #Mediaset Iris
+P: 0500:020910 #SEX VIEW 12Ch XXX(13E)
+P: 0500:023800 #SRG(13E)
+P: 0919:000000:2cbf #Juventus channel(13E)
+#19°EST(astra)##############################################################
+P: 0100:00006a #C+NL(19E)
+P: 0622:000000:07f8 # spicePlatinul C+NL irdeto
+P: 0100:00006a:07f8 # spicePlatinul C+NL seca
+P: 0100:00006a:07fd # spicePlatinul C+NL seca
+P: 0500:024400:07fd # spicePlatinul C+NL viacess
+P: 0d02:000000 #UPC DIRECT(19E)
+P: 0d02:000000:4f62 #XXX UPC DIRECT(19E)
+P: 0d02:000000:4f55 #HUSTLER UPC DIRECT(19E)
+P: 0d02:000000:4f81 #BLUE HUSTLER UPC DIRECT(19E)
+#P: 0500:030B00 #VIA3.0-C+FR/TNT sat(19E)(New card 2007)
+#16°EST(eutelsat)###########################################################
+P: 091f:000000 #NDS-TOTAL TV (16E)(Serbia)
+P: 0d06:000000 #CW2-ITV Partner (16E)(Full & XXX)
+P: 0d06:000000:0002 #HUSTLER TV CW2-ITV Partner (16E)
+#7°EST(eutelsat)############################################################
+P: 0d00:000000 #DIGITURK(7E)
+P: 0d07:000000 #BFBS    (7E)
+#5°EST(sirius)##############################################################
+P: 090f:000000  #NDS-VIASAT (5E)(Full & XXX)
+P: 090f:000000:001c #NDS-VIASAT (5E) VIASAT 3
+P: 0500:022F00  #MAXtv Romania(5E)/DCS 1
+P: 0500:022F10  #MAXtv Romania(5E)/DCS 2 
+P: 0500:023120  #NTVi (5E)
+P: 0500:023100:17fc #UKRAINA (5E)
+P: 0500:024500  #STVeurope/ORTint (5E)
+P: 0500:024510  #STVeurope/ORTint (5E)
+P: 0500:024520  #STVeurope/ORTint (5E)
+############################################################
+P: 0b00:000000 #Canal Digital (1W) Conax
+P: 0b00:000000:012d #Canal Digital FIRST(1W) Conax
+P: 0b00:000000:0134 #Canal Digital COMEDY(1W) Conax
+P: 0b00:000000:0135 #Canal Digital DRAMA(1W) Conax
+P: 0b00:000000:0ceb #Canal Digital ACTION(1W) Conax
+P: 0b00:000000:0cf2 #Canal Digital 69(1W) Conax
+P: 0b00:000000:00e3 #Canal Digital ADULT(1W) Conax
+P: 0b00:000000:025d #Canal Digital HUSLER(1W) Conax
+P: 0b00:000000:0133 #Canal Digital SPORT(D)(1W) Conax
+P: 0b00:000000:0131 #Canal Digital SPORT(F)(1W) Conax
+P: 0b00:000000:0132 #Canal Digital SPORT(N)(1W) Conax
+P: 0b00:000000:012e #Canal Digital SPORT(S)(1W) Conax
+P: 0b00:000000:0cec #Canal Digital SPORT 2(1W) Conax
+P: 0b00:000000:0cf3 #Canal Digital SPORT EXTRA (1W) Conax
+#
+P: 0b00:000000:0039 #FOCUS Sat BLUE HUSTLER (1W) Conax
+P: 0b00:000000:000f #FOCUS Sat HUSTLER TV   (1W) Conax
+#
+P: 1801:2111  #N2-DigiTV(Rsc) (1W)
+P: 1800:A401  #N1-Antenna Hungaria (4W)
+P: 1800:A501  #N1-Antenna Hungaria (4W)
