1

I'm using ubuntu 13.04.

Earlier i used Huawei 2g internet dongle which worked fine.

Recently I got TATA PHOTON 3g dongle which in ZTE MF190 model, it gets recognized and appears in my network panel on the top right corner but does not get connect.

I already tried configuration through mobile broadband methoed.

I'm unable to install wvdial offline.

I appreciate any Resolution or Suggestion towards the same!!!

Braiam
  • 69,112
Rony
  • 21

2 Answers2

1

Downloaded Sakis3g from http://sourceforge.net/projects/vim-n4n0/files/sakis3g.tar.gz/download and executed the script on the terminal.Followed the connection steps guided by the script and able to connect internet now through ZTE MF190 USB modem distributed by TATA PHOTON 3G - Thanks

Rony
  • 21
0

Since you changed dongle, you in fact added a second nic (network interface controller). The logical name of your first nic wil probably have been wlan0, the second nic will then have been named wlan1, the third nic wlan2 and so on. Connect the dongle you wish to use, open a terminal (Ctrl+Alt+T) and run the following command: sudo lshw -c network. In the output check the logical name under the header Wireless interface. Now in your networkmanager change the logical name of the interface accordingly.

Faizan Akram Dar
  • 4,569
  • 1
  • 25
  • 31
jeroen
  • 1,980