[Bug 848164] Re: Autoconnect to 3G network only works after manually enabling mobile broadband after modem inserted/bootup/resume

2012-11-06 Thread TheHobbit
Thr attached script is a work around (tested on 12.04LTS)  put into /etc/init.d 
as mm_monitor and execute
$ sudo uptate-rc.d mm_monitor defaults

The script run as a daemon ensuring that nmcli nm wwan on is called
whenever modem manager adds a device.  Beside solving the bug as
described it also ensure that auto-connect system-accessible WWAN
devices are connected on startup (which was my original problem)

Hoping it helps
TH



** Attachment added: intit.d script
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/848164/+attachment/3425965/+files/mm_monitor

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

Title:
  Autoconnect to 3G network only works after manually enabling mobile
  broadband after modem inserted/bootup/resume

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/848164/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 848164] Re: Autoconnect to 3G network only works after manually enabling mobile broadband after modem inserted/bootup/resume

2012-10-30 Thread Marius Kotsbak
** Tags added: quantal

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

Title:
  Autoconnect to 3G network only works after manually enabling mobile
  broadband after modem inserted/bootup/resume

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/848164/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 848164] Re: Autoconnect to 3G network only works after manually enabling mobile broadband after modem inserted/bootup/resume

2012-10-30 Thread miles.sharpe
-Original Message-
From: Marius Kotsbak 848...@bugs.launchpad.net
Reply-to: Bug 848164 848...@bugs.launchpad.net
To: msdomdon...@gmail.com
Subject: [Bug 848164] Re: Autoconnect to 3G network only works after
manually enabling mobile broadband after modem inserted/bootup/resume
Date: Tue, 30 Oct 2012 08:37:09 -

** Tags added: quantal


Hi Marius, this worked for me on 12.04. Have got to next release yet
http://www.thefanclub.co.za/how-to/how-auto-connect-ubuntu-1204-gsm-mobile-broadband-connection-on-boot-startup-service

Miles

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

Title:
  Autoconnect to 3G network only works after manually enabling mobile
  broadband after modem inserted/bootup/resume

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/848164/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 848164] Re: Autoconnect to 3G network only works after manually enabling mobile broadband after modem inserted/bootup/resume

2012-10-30 Thread Marius Kotsbak
Japp, it still works as a workaround, but we should have a proper
implementation of something like this.

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

Title:
  Autoconnect to 3G network only works after manually enabling mobile
  broadband after modem inserted/bootup/resume

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/848164/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 848164] Re: Autoconnect to 3G network only works after manually enabling mobile broadband after modem inserted/bootup/resume

2012-10-30 Thread rpr nospam
On Tue, Oct 30, 2012 at 1:06 PM, Marius Kotsbak wrote:
 Japp, it still works as a workaround, but we should have a proper
 implementation of something like this.

More precisely, a user friendly GUI implementation.

-- rpr.

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

Title:
  Autoconnect to 3G network only works after manually enabling mobile
  broadband after modem inserted/bootup/resume

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/848164/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 848164] Re: Autoconnect to 3G network only works after manually enabling mobile broadband after modem inserted/bootup/resume

2012-10-30 Thread Shannon Black
nah, if it needs an extended GUI then its still a bug .. needs to work
like a built in connection of the dialog needs to be adjusted.. not too
sure why it worked OOTB in 10.10 but if it worked in a previous version
its a regression that can be remedied? :)

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

Title:
  Autoconnect to 3G network only works after manually enabling mobile
  broadband after modem inserted/bootup/resume

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/848164/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 848164] Re: Autoconnect to 3G network only works after manually enabling mobile broadband after modem inserted/bootup/resume

2012-08-21 Thread Vladimir Dobriakov
If the bug is really annoying for you and you can not wait for a proper
fix, you can use a full automation workaround (bit complicated)
http://www.thefanclub.co.za/how-to/how-auto-connect-ubuntu-1204-gsm-
mobile-broadband-connection-on-boot-startup-service#version2

I decided for a less complicated workaround creating a script

#!/bin/bash
nmcli -t con up id simyo

Note: simyo is the name of my GSM/UMTS provider and the name of the
connection in the NetworkManager. See `man nmcli` for documentation.

Then I bound that simple script to a keyboard shortcut (WindowsKey+F5).

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

Title:
  Autoconnect to 3G network only works after manually enabling mobile
  broadband after modem inserted/bootup/resume

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/848164/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 848164] Re: Autoconnect to 3G network only works after manually enabling mobile broadband after modem inserted/bootup/resume

2012-07-30 Thread Marius Kotsbak
Updated to correct upstream bug report.

** Bug watch added: GNOME Bug Tracker #667488
   https://bugzilla.gnome.org/show_bug.cgi?id=667488

** Changed in: network-manager
   Importance: Medium = Unknown

** Changed in: network-manager
   Status: Confirmed = Unknown

** Changed in: network-manager
 Remote watch: GNOME Bug Tracker #554538 = GNOME Bug Tracker #667488

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

Title:
  Autoconnect to 3G network only works after manually enabling mobile
  broadband after modem inserted/bootup/resume

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/848164/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 848164] Re: Autoconnect to 3G network only works after manually enabling mobile broadband after modem inserted/bootup/resume

2012-07-30 Thread Bug Watch Updater
** Changed in: network-manager
   Status: Unknown = Confirmed

** Changed in: network-manager
   Importance: Unknown = Medium

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

Title:
  Autoconnect to 3G network only works after manually enabling mobile
  broadband after modem inserted/bootup/resume

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/848164/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 848164] Re: Autoconnect to 3G network only works after manually enabling mobile broadband after modem inserted/bootup/resume

2012-07-26 Thread Bug Watch Updater
** Changed in: network-manager
   Status: Confirmed = Invalid

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

Title:
  Autoconnect to 3G network only works after manually enabling mobile
  broadband after modem inserted/bootup/resume

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/848164/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 848164] Re: Autoconnect to 3G network only works after manually enabling mobile broadband after modem inserted/bootup/resume

2012-07-26 Thread Thomas Hood
Hey yo, Bug Watcher, it's not Invalid upstream.  The linked report is
a duplicate of  upstream #554538  which still has status NEW.

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

Title:
  Autoconnect to 3G network only works after manually enabling mobile
  broadband after modem inserted/bootup/resume

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/848164/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 848164] Re: Autoconnect to 3G network only works after manually enabling mobile broadband after modem inserted/bootup/resume

2012-07-26 Thread Marius Kotsbak
Updated to correct upstream bug report.

** Bug watch added: GNOME Bug Tracker #554538
   https://bugzilla.gnome.org/show_bug.cgi?id=554538

** Changed in: network-manager
   Importance: Medium = Unknown

** Changed in: network-manager
   Status: Invalid = Unknown

** Changed in: network-manager
 Remote watch: GNOME Bug Tracker #659228 = GNOME Bug Tracker #554538

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

Title:
  Autoconnect to 3G network only works after manually enabling mobile
  broadband after modem inserted/bootup/resume

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/848164/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 848164] Re: Autoconnect to 3G network only works after manually enabling mobile broadband after modem inserted/bootup/resume

2012-07-26 Thread Bug Watch Updater
** Changed in: network-manager
   Status: Unknown = Confirmed

** Changed in: network-manager
   Importance: Unknown = Medium

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

Title:
  Autoconnect to 3G network only works after manually enabling mobile
  broadband after modem inserted/bootup/resume

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/848164/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 848164] Re: Autoconnect to 3G network only works after manually enabling mobile broadband after modem inserted/bootup/resume

2012-07-20 Thread Marius Kotsbak
** Summary changed:

- Autoconnect to 3G network only works after manually enabling mobile broadband 
after modem inserted
+ Autoconnect to 3G network only works after manually enabling mobile broadband 
after modem inserted/bootup/resume

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

Title:
  Autoconnect to 3G network only works after manually enabling mobile
  broadband after modem inserted/bootup/resume

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/848164/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs