Looking at our apns-conf.xml file, here's the corresponding APN for Bob:

<apn carrier="data.bob"
      mcc="232"
      mnc="11"
      apn="bob.at"
      user="[email protected]"
      password="ppp"
      authtype="1"
      type="default,supl"
/>

...and looking at our GPRS code, as ofono doesn't directly support the
'authtype' attribute, the rilmodem gprs code hard codes an authtype, and
furthermore as MTK modems don't appear to support the value hard-coded
by rilmodem, they specify an 'authtype' of NONE.  My guess is this is
the source of  your problem.

    if (g_ril_vendor(gcd->ril) == OFONO_RIL_VENDOR_MTK)
                request.auth_type = RIL_AUTH_NONE;
        else
                request.auth_type = RIL_AUTH_BOTH;

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1435784

Title:
  SMS and calls working, but no mobile internet

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1435784/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to