| | If cnxtinstall.run file can not install driver automatically, the driver may be downloaded and installed manually. |
| | 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 |
| | 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 |
| | 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 |
|