KAMAI/Amulet DHCP Vendor Classes, Initialization and Firmware Files Setup

For Amino Engage users, skip the DHCP vendor classes setup.

Adding the Kamai/Amulet Endpoint Vendor Class

Class Name : ASCII Description 

KAMAI-BBL: AMINO-BBL-084 dslforum.org

KAMAI7x-APP-New: AMINO-APP-084 dslforum.org

AMULET7XM-APP: AMINO-APP-102 dslforum.org

AMULET-BBL: AMINO-BBL-102 dslforum.org

  1. Log in to your Windows Server and select DHCP.

  2. Expand your server tree, right-click on IPv4, and then select Define Vendor Classes.

  3. Click Add to add a new DHCP Vendor Class.

  4. Enter KAMAI-BBL  in the Display name field.

  5. Click in the area under the ASCII: column. Enter AMINO-BBL-084 dslforum.org as the Vendor ID.

  6. Click OK to save.

  7. Repeat the above procedures for the other Vendor classes.

Setting Predefined Options

Vendor Class | Option Type Name | Code | Value
KAMAI-BBL | ENTONE.ENTONEINI | 106 | http://10.2.24.65/Amino/kamai7xini.ini
KAMAI7x-APP-New | ENTONE.ENTONEINI | 106 | http://10.2.24.65/Amino/kamai7xini.ini
AMULET7XM-APP | ENTONE.ENTONEINI | 106 | http://10.2.24.65/Amino/kamai7xini.ini
AMULET-BBL|  ENTONE.ENTONEINI | 106 | http://10.2.24.65/Amino/kamai7xini.ini
  1. Right-click on IPv4 in the tree and select Set Predefined Options.
    Select KAMAI-BBL as the Option class and then click Add.

  2. In the Option Type dialog, enter the name ENTONE.ENTONEINI, data type String, code 106, and description Endpoint KAMAI-BBL, and then click OK.

  3. Enter the Value URL. Click OK

    Note: The IP address should be that of the IPTV Server where the kamai7xini.ini is placed. 

    Note: The value is case-sensitive

  4. Repeat for the other vendor classes.

Add Server/Scope Options

  1. Right click on Server Options. Select Configure Options…

  2. Select Advanced tab. 

  3. Select KAMAI-BBL as the Vendor Class.

  4. Checkmark 106 ENTONE.ENTONEINI as the option.

  5. Click Apply then OK.

  6. Repeat for the other vendor classes.

KAMAI INI File

Create the following folder C:\inetpub\wwwroot\Amino in a Windows Server host with IIS. This server is going to host the KAMAI initialization file and firmware

Get the following files from ftp://ftp.infovalue.com (Folder: KAMAI)

  • KAMAI7xINI.INI

  • entone_HD_brcm_bbl.20.2.88_build9-bbl.bin

  • pkg_entone_hd_brcm_bin.20.2.105_build5-etv-vas.verimatrixCWPP.bin

Edit the KAMAI7xINI.INI file

  • “10.2.24.65” = The IP Address of the server hosting the initialization file and firmware

  • “10.2.60.60” = The IP address of the IPTV Server

update_syscfg.sh tsu 1

echo "FILENAME=\"http://10.2.24.65/amino/pkg_entone_hd_brcm_bin.20.2.105_build5-etv-vas.verimatrixCWPP.bin\"" > /tmp/tsu.info

invalidate.sh

tsu_init.sh

reboot

HD260_DECODER_LOADER_FILE="http://10.2.24.65/amino/entone_HD_brcm_bbl.20.2.88_build9-bbl.bin"

HD260_DECODER_LOADER_VERSION="20.2.88_build9-bbl"

HD260_DECODER_APP_FILE="http://10.2.24.65/amino/pkg_entone_hd_brcm_bin.20.2.105_build5-etv-vas.verimatrixCWPP.bin"

HD260_DECODER_APP_VERSION="20.2.105_build5-etv-vas"

HD260_FORCE_IGMP_VERSION=3

HD260_REMOTE_ACCESS_ID="a8gw3lcm"

HD260_BOOT_Argument="start_browser.sh --url http://10.2.60.60/fwd/8  --app --remote-debugging-port=9222"

HD260_CC_ENABLE=1

HD260_LOGLVL_SET="1"

HD260_LOG_TO_HDD="1"

HD260_UDHCPC_DISCOVER_RETRY=0

HD260_UDHCPC_DISCOVER_TIMEOUT=10





Ngugi Mumba