[Desktop-packages] [Bug 566812] Re: USB Modem wont connect after modem hangup -- Huawei E620

2016-01-22 Thread Bryan Quigley
If anyone still has this issue on 14.04 or above please re-open. ** Changed in: network-manager (Ubuntu) Status: Incomplete => Invalid ** Changed in: modemmanager Status: Incomplete => Invalid -- You received this bug notification because you are a member of Desktop Packages, whic

[Desktop-packages] [Bug 566812] Re: USB Modem wont connect after modem hangup -- Huawei E620

2014-03-26 Thread Prateek Chaba
Dear All, I am facing the same problem i am using Huawei Cdma EC150 MOdem in Ubuntu 13.10 Saucy Salamander netwok manager version 0.9.8.0 lsusb output : Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 014: ID 12d1:140b Huawei Technologies Co., Ltd. EC1260 Wireless

[Desktop-packages] [Bug 566812] Re: USB Modem wont connect after modem hangup -- Huawei E620

2012-11-13 Thread Marius Kotsbak
Someone having this problem, please add debug logs as described in comment #26. ** Changed in: network-manager (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. htt

[Desktop-packages] [Bug 566812] Re: USB Modem wont connect after modem hangup -- Huawei E620

2012-11-12 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: network-manager (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchp

[Desktop-packages] [Bug 566812] Re: USB Modem wont connect after modem hangup -- Huawei E620

2012-10-27 Thread Marius Kotsbak
I open the Ubuntu task again, as the RedHat bug report referred to above indicate that upstream supports the modem. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/566812 Title:

[Desktop-packages] [Bug 566812] Re: USB Modem wont connect after modem hangup -- Huawei E620

2012-10-27 Thread Marius Kotsbak
Okay, seems like you are right. But it is not correct that all modems have troubles reconnecting. It works fine with most of my modems. I have just experienced it with an Ericsson module. So please add debug logs of this specific modem, or report new bug reports for other modems: https://wiki.ubun

[Desktop-packages] [Bug 566812] Re: USB Modem wont connect after modem hangup -- Huawei E620

2012-10-27 Thread Paulo Matias
I think the RedHat bug (517442) may not be related to this bug at all. This bug was not specific to the E620. In fact, it appeared to be a general issue affecting users of any GSM modem. Most people commented here or marked "this bug affects me" only to avoid reporting duplicate bugs. For instance

[Desktop-packages] [Bug 566812] Re: USB Modem wont connect after modem hangup -- Huawei E620

2012-10-27 Thread Marius Kotsbak
This RedHat bug indicates that it might have been fixed in newer versions: https://bugzilla.redhat.com/show_bug.cgi?id=517442 Has anyone experienced this in Ubuntu 12.10/Quantal? ** Bug watch added: Red Hat Bugzilla #517442 https://bugzilla.redhat.com/show_bug.cgi?id=517442 ** Also affects:

[Desktop-packages] [Bug 566812] Re: USB Modem wont connect after modem hangup -- Huawei E620

2012-10-27 Thread Marius Kotsbak
** Changed in: modemmanager Status: New => Incomplete -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/566812 Title: USB Modem wont connect after modem hangup -- Huawei E

[Desktop-packages] [Bug 566812] Re: USB Modem wont connect after modem hangup -- Huawei E620

2012-07-13 Thread Thomas Hood
The Huawei E620 is not listed https://live.gnome.org/NetworkManager/MobileBroadband/ as a supported modem. Please file a request in the upstream bug tracking system https://bugzilla.gnome.org/browse.cgi?product=NetworkManager asking for this modem to be supported. ** Changed in: networ

[Desktop-packages] [Bug 566812] Re: USB Modem wont connect after modem hangup -- Huawei E620

2012-06-29 Thread Thomas Hood
** Summary changed: - USB Modem wont connect after modem hangup + USB Modem wont connect after modem hangup -- Huawei E620 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/566812

[Desktop-packages] [Bug 566812] Re: USB Modem wont connect after modem hangup

2012-03-27 Thread Marius Kotsbak
Same problem in Precise. ** Tags added: precise -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/566812 Title: USB Modem wont connect after modem hangup Status in ModemManager

[Desktop-packages] [Bug 566812] Re: USB Modem wont connect after modem hangup

2012-01-11 Thread Gabriel Couto
I use a script to reconnect my ONDA 3G modem, because the solution above doesn't work for me. My script is executed by cron, every 5 minutes. #!/bin/bash MCHECK=`lsusb | grep ONDA` if ! [ -n "$MCHECK" ]; then echo "3G/GPRS modem not in use, ignoring..." exit 0 fi NCHECK=`/sbin/ifconfig ppp` NCH

[Desktop-packages] [Bug 566812] Re: USB Modem wont connect after modem hangup

2011-12-30 Thread Rolf Kutz
You don't have to reboot, killing modem-manager will be enough most of the times. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/566812 Title: USB Modem wont connect after mod

[Desktop-packages] [Bug 566812] Re: USB Modem wont connect after modem hangup

2011-12-29 Thread Eduard Hasenleithner
Could the importance of this bug be set to high? Ubuntu is basically unusable, when you have to reboot on every disconnect. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/566812

[Desktop-packages] [Bug 566812] Re: USB Modem wont connect after modem hangup

2011-10-28 Thread Mathieu Trudel-Lapierre
There's at least one issue with such a patch, which makes it unacceptable as it is: using this, if a device is marked failed because of an invalid PIN, you'd end up locking the device and requiring PUK entry -- not all that good ;) Let's keep figuring out how this can be dealt with in a better man

[Desktop-packages] [Bug 566812] Re: USB Modem wont connect after modem hangup

2011-10-24 Thread Marius Kotsbak
Please send the patches to network manager mailing list. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/566812 Title: USB Modem wont connect after modem hangup Status in Mode

[Desktop-packages] [Bug 566812] Re: USB Modem wont connect after modem hangup

2011-10-24 Thread Alexander Karlstad
It doesn't seem to be fixed in Oneiric either. I've looked into the source code in oneiric, and it doesn't look like the patch has been submitted. I would very much like to test this and get it fixed somehow. -- You received this bug notification because you are a member of Desktop Packages, whi