Your browser (Internet Explorer 6) is out of date. It has known security flaws and may not display all features of this and other websites. Learn how to update your browser.
X
Post

The Emobile D02HW, Pidgin, and how to deal with “Waiting for Network Connection”

I can’t believe I just wasted 2 hours fixing this stupid problem.

First the problem lies with network-manager. It doesn’t play well with EMobile and there is no simple way to connect with the modem directly from 9.04. (I read some chatter about modifying the 10-modem.ifi file, but I think this only works with the D03HW.)

To connect, I’m using the pon/poff method, but you can also connect with wvdial. The config file that I’ve tested successfully with wvdial is as follows:

[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2
Dial Command = ATDT
Modem Type = USB Modem
Baud = 460800
New PPPD = yes
Modem = /dev/ttyUSB0
ISDN = 0
Phone = *99***1#
Password = em
Username = em

Finally, you need to disable network manager. I got these instructions from The HungryCoder.

  1. Click System -> Administration -> Services
  2. Choose Network Manager and click Stop and Disable
  3. You can stop it from command line using
    sudo service NetworkManager stop
  4. Restart Pidgin.

This also fixes the irritating Firefox “Offline” issues.