Agenda | General | Small Business Server | Old pages | Fax | Ubuntu 12.04 | Installation | Linuxant | Manual installation from web page

If cnxtinstall.run file can not install driver automatically, the driver may be downloaded and installed manually.


Required packages

Download the driver file which is proper for the installation method you prefer. During installation, gcc package and Linux source files are needed. If they are not installed:

    sudo apt-get install gcc
    sudo apt-get install linux-source


32bit

If you are using 32 bit operation system, firstly try this method:

    unzip dgcmodem_1.13_i386.deb.zip
    sudo dpkg -i dgcmodem_1.13_i386.deb


64bit

If you are using 64 bit operation system, try this method:

    tar -xzf dgcmodem-1.13.tar.gz
    cd dgcmodem-1.13
    sudo make install