0

I use intex 3.5G modem its not recognised what I do . I refer some sites they tell download zip file from http://www.2shared.com/file/LXTLE23M/IntexModem.html site. And what should I do ?

Muzaffar
  • 5,677
selvi
  • 11
  • 5

2 Answers2

0

if it zero cd modem you can use it by using simple a tricks, that currently i am using. open terminal atrl+t and write sudo eject /dev/sr0 after that you will found your modem on network connection tools. configure it using your own career settings.

or you can simply use gdebi package installer. open terminal and type sudo apt-get insall gdebi after installing this apps you can install any deb apps right click>open with gdebi package installer

0

Here's how to execute the file.

Download the file to your home directory:

wget http://dc589.2shared.com/download/LXTLE23M/IntexModem.zip?tsid=20150809-105316-637ae546

Rename the file, unzip the file, and delete the zipped archive:

mv "IntexModem.zip?tsid=20150809-105316-637ae546" modem.zip
unzip modem.zip
rm modem.zip

Create an alias for the file:

echo "alias intex='~/IntexModem'" | tee -a ~/.bashrc;. ~/.bashrc

Now, run the file:

intex &

or

intex  
mchid
  • 44,904
  • 8
  • 102
  • 162