2N® IP Audio Manager for Linux

2N® IP Audio Manager supports Linux version Debian 7.8.

Upload installation package (e.g. ip-audio-manager _2.0.1_i386.deb)  to /root directory on the Linux computer. Start the installation by running:

dpkg -install ip-audio-manager_2.0.1_i386.deb

This command installs the entire 2N® IP Audio Manager system with all required dependencies.

2N® IP Audio Manager will be started after installation.

Caution

  • When using a 64bit computer, you need to add i386 architecture first. Install 2N® IP Audio Manager by running these commands instead:

    dpkg --add-architecture i386
    aptitude update
    aptitude upgrade
    aptitude install libva1:i386
    aptitude install libp11-kit0:i386
    aptitude install libffi5:i386
    dpkg --install ip-audio-manager_2.0.1_i386.deb

What you should know

  • To check 2N® IP Audio Manager status or to start or stop it, use following commands:

service ip-audio-manager status – shows 2N® IP Audio Manager status (running, stopped)

service ip-audio-manager start – starts server

service ip-audio-manager stop – stops server

Caution

  • In order to use 2N® IP Audio Manager with 900 or more 2N® Net Audio Decoder or 2N® Net Speaker units, it is necessary to increase the maximum allowed number of open files in "/etc/security/limits.conf" by adding these values:

     * soft nofile 4096
     root hard nofile 4096