Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Important

Perform all steps while logged in as root. 

Requirements

  1. Kernel development tools must be installed. This includes:

...

  1. The current kernel configuration file ".config" should be in the kernel source path. If the build procedure cannot find this file, it will try to locate the config file of the running kernel in /boot or /proc/config.gz and use this one.

Build Procedure

  • Install the source package:

    • cd /<Download directory>

    • ./Diva4Linux_installer_XXX.bin

  • Change to the directory "/usr/lib/opendiva/divas/src/"

  • Invoke "./Build"
    The build procedure accepts the following switches:

    • -mrproper: A make mrproper will be performed in the kernel source dir. This removes any .config files of previous runs and tries to locate these in /boot and /proc/config.gz. 
      -rpm: Builds a binary rpm for your configuration.

    • -deb:      Builds a binary deb for your configuration. (Only on debian-based systems)

    • -nowait: The build procedure will start immediately without waiting 15 seconds for user intervention.

  • The build procedure will locate the kernel sources and .config itself.

  • Accept the License Agreement to build the Dialogic Diva TTY Driver.

  • All drivers will be installed in the directory "/usr/lib/opendiva/divas".

  • If errors occur, review the build log file "divas.log" in the build directory.

  • Change to the directory "cd /usr/lib/opendiva/divas".

  • Use "./Config" to configure the Dialogic Diva Media board(s) or follow the notes to activate the web based configuration.

  • Use "./Start" and "./Stop" to start/stop the Diva Media board(s) manually.

Note

Important

Any applied configuration changes will be deleted!

DE-INSTALLATION

  • Shutdown all CAPI- or TTY-based applications

  • Invoke the uninstall script:

    Code Block
    /usr/lib/opendiva/divas/Diva4Linux_uninstaller.

...