I have attached the latest log file but it does not have any such entry
called: MMC

these are the contents of my upstart override for ofono:

root@ubuntu-phablet:/# cat /etc/init/ofono.override
description "oFono Mobile telephony stack"

start on (started dbus and
          file FILE=/dev/socket)
stop on stopping dbus

expect fork
respawn

pre-start script
  timeout=10
  # loop 10 times and then exit, if rild isnt up after 80 sec
  # it is likely not starting at all (or not there)
  while [ ! -e /dev/socket/rild ]; do
      sleep 8
      if [ "$timeout" -le 0 ]; then
          stop
          exit 0
      fi
      timeout=$(($timeout - 1))
  done
  sleep 5
end script

exec ofonod -d plugins/provision.c -p
ril,rilmodem,provision,mbpi,nettime

** Attachment added: "ofonod.log"
   
https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1227721/+attachment/3829667/+files/ofonod.log

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

Title:
  gprs does not work on my network

To manage notifications about this bug go to:
https://bugs.launchpad.net/ofono/+bug/1227721/+subscriptions

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

Reply via email to