[Bug 1467640] Re: No mobile data connection for mako on wily

2015-07-21 Thread Tony Espy
This fix was implemented per comment #19 by adding the file: /etc/systemd/network/00-rmnet-kernel.link to our images via the lxc-android-config package ( version 0.228 ) on wily. See attached file for the details. Changing Status to FixReleased as this has landed in wily. ** Attachment added:

[Bug 1467640] Re: No mobile data connection for mako on wily

2015-07-21 Thread K1773R
#25 nor #19 does fix the issue that you cant receive/send calls/messages. If cellular data/wifi isnt connected, its sill an issue! So we have a weird dependcy that we either need wifi/cellular?! You cant force people who use prepaid systems to cost them alot of money. If they dont enable

[Bug 1467640] Re: No mobile data connection for mako on wily

2015-07-21 Thread K1773R
Wrong bug, creating a new one... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1467640 Title: No mobile data connection for mako on wily To manage notifications about this bug go to:

[Bug 1467640] Re: No mobile data connection for mako on wily

2015-07-10 Thread Simon Busch
** Changed in: ofono (Ubuntu) Assignee: (unassigned) = Simon Busch (morphis) ** Changed in: ofono (Ubuntu) Status: Confirmed = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1467640] Re: No mobile data connection for mako on wily

2015-07-09 Thread Simon Busch
@simon: You could follow what pitti proposed above: 1. Remount roofs rw $ sudo mount -o remount,rw / 2. Create an /etc/udev/rules.d/80-net-setup-link.rules file on the device $ sudo touch /etc/udev/rules.d/80-net-setup-link.rules 3. Reboot $ sudo reboot That will give you mobile connectivity

[Bug 1467640] Re: No mobile data connection for mako on wily

2015-07-08 Thread zubozrout
Hmm, glad to find this thread. I've got probably the same issuhe here with Nexus 7: https://bugs.launchpad.net/ubuntu/+source/nuntium/+bug/1469496 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1467640

[Bug 1467640] Re: No mobile data connection for mako on wily

2015-07-08 Thread Simon Schneegans
I'm also affected by this bug. Is there any temporary workaround? The phone is hardly usable if it's not possible to make calls or send sms. Or is a fix going to be released in the near future? Thank you! -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1467640] Re: No mobile data connection for mako on wily

2015-06-30 Thread Martin Pitt
This was discussed a while ago, see https://lists.ubuntu.com/archives /ubuntu-devel/2015-June/038777.html for reference and /usr/share/doc/udev/README.Debian.gz for a documentation on current network device naming. If there is a reason to exclude rmnet_* from that schema, i. e. we have a place

[Bug 1467640] Re: No mobile data connection for mako on wily

2015-06-30 Thread Martin Pitt
Right, that was my concern -- the ofono package could ship that /lib/systemd/network/00-rmnet-kernel.link without the need for any overrides during image build or device tarballs. You would need the latter if you want to disable persistant names wholesale. If you want to disable it wholesale,

[Bug 1467640] Re: No mobile data connection for mako on wily

2015-06-30 Thread Tony Espy
@Martin I was aware of the change, but hadn't considered the possible effects on rild at the time. If possible, I'd rather disable the re-naming whole-sale for touch images. Adding devices to a black-list won't scale... and would require us to add configuration files to the device tarballs that

[Bug 1467640] Re: No mobile data connection for mako on wily

2015-06-29 Thread Tiago Salem Herrmann
The No network/no calls issue on dialer-app can be resolved by manually installing telepathy-ofono-ril-mc-plugin package. It should be automatically pulled by the metapackage, but the MR adding it to the metapackage didn't land yet on wily:

[Bug 1467640] Re: No mobile data connection for mako on wily

2015-06-29 Thread Tony Espy
@Arron Thanks, but I think we have a handle on what's broken... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1467640 Title: No mobile data connection for mako on wily To manage notifications

[Bug 1467640] Re: No mobile data connection for mako on wily

2015-06-27 Thread Aaron Honeycutt
Image r234 has no working Data, and the phone application says No Network but the signal bars show full bars. If anyone needs me to run some scripts let me know. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1467640] Re: No mobile data connection for mako on wily

2015-06-26 Thread Tony Espy
Finally, one last comment... I'm not sure what the state of systemd is on our wily-based images. I did notice that changes to the ofono.override file weren't being picked up, yet a network-manager manual override file did seem to work... -- You received this bug notification because you are a

[Bug 1467640] Re: No mobile data connection for mako on wily

2015-06-26 Thread Tony Espy
Here are my observations running image #237 ( devel-proposed/ubuntu ) on mako. First, as Alfonso pointed out in comment #6, there are some new devices that appear when running wily vs. vivid. Here's a diff of the output of 'ip addr' on rc vs. devel-proposed: espy@shrike:% diff

[Bug 1467640] Re: No mobile data connection for mako on wily

2015-06-26 Thread Tony Espy
Finally in reference to voice and SMS, these are working at the low- level. The modem registers properly, and I'm able to dial out via the dial-number script and send an SMS via the send-sms script. The dialer-app shows No Network, so my guess is that there's a telephony-service problem that

[Bug 1467640] Re: No mobile data connection for mako on wily

2015-06-26 Thread Tony Espy
Next clue... I disabled network-manager via a manual upstart override file, and rebooted. When I try to activate a GPRS context directly via the ofono script ( /usr/share/ofono/scripts ) 'activate-context', an error is returned: Error activating /ril_0/context1: org.ofono.Error.Failed: Operation

[Bug 1467640] Re: No mobile data connection for mako on wily

2015-06-26 Thread Tony Espy
** Changed in: ofono (Ubuntu) Importance: Undecided = High ** Changed in: ofono (Ubuntu) Importance: High = Medium ** Changed in: ofono (Ubuntu) Importance: Medium = High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1467640] Re: No mobile data connection for mako on wily

2015-06-26 Thread Tony Espy
While testing on mako/rc, I can confirm that the rmnet_usbX devices are those configured for data calls over the cellular connection, and that these are the devices being re-named. As mentioned above, we should try reverting the new USB re-naming scheme first... -- You received this bug

[Bug 1467640] Re: No mobile data connection for mako on wily

2015-06-25 Thread Aaron Honeycutt
I'm on r232 and just tried to get working Data with no avail. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1467640 Title: No mobile data connection for mako on wily To manage notifications about

[Bug 1467640] Re: No mobile data connection for mako on wily

2015-06-24 Thread Alfonso Sanchez-Beato
Something bad is happening in latest mako wily image. After updating from a working image, ofono and network-manager packages are the same version, but if I do ifconfig I see interfaces that were certainly not up previously: enx928c129913fb Link encap:Ethernet HWaddr 92:8c:12:99:13:fb

[Bug 1467640] Re: No mobile data connection for mako on wily

2015-06-24 Thread Dennis O'Flaherty
I'm seeing the same behavior. Also when I try to send a text message, I get No SIM card selected. You need to select a SIM card. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1467640 Title: No

[Bug 1467640] Re: No mobile data connection for mako on wily

2015-06-24 Thread Dennis O'Flaherty
If I enable wifi, my phone app now says T-Mobile instead of No network and I am able to send text messages -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1467640 Title: No mobile data connection for

[Bug 1467640] Re: No mobile data connection for mako on wily

2015-06-24 Thread Niklas Wenzel
I also saw that I was unable to make any calls with the phone, even though the indicator showed four bars. The phone application displayed the no network label. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1467640] Re: No mobile data connection for mako on wily

2015-06-23 Thread Niklas Wenzel
That's because the ubuntu-rtm builds are very outdated. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1467640 Title: No mobile data connection for mako on wily To manage notifications about this

[Bug 1467640] Re: No mobile data connection for mako on wily

2015-06-23 Thread Steven Austen
sudo ubuntu-device-flash --server=http://system-image.tasemnice.eu; touch --channel=ubuntu-touch/ubuntu-rtm/devel --bootstrap brings up r.20 15.04 and it picks up the mobile network OK -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1467640] Re: No mobile data connection for mako on wily

2015-06-22 Thread Steven Austen
Deb doesn't connect to mobile network anymore using vivd -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1467640 Title: No mobile data connection for mako on wily To manage notifications about this

[Bug 1467640] Re: No mobile data connection for mako on wily

2015-06-22 Thread Steven Austen
I am using a Nexus 7 2013 (LTE)/Mobile. It worked fine on 14.10 and yes I am using the same APN settings. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1467640 Title: No mobile data connection for

[Bug 1467640] Re: No mobile data connection for mako on wily

2015-06-22 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: ofono (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1467640 Title: No