[Bug 1227721] Re: gprs does not work on my network
Omer Akram
om26er at ubuntu.com
Thu Sep 19 16:29:47 UTC 2013
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 at 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 Network-
manager, which is subscribed to ofono.
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
More information about the Ubuntu-reviews
mailing list