[Desktop-packages] [Bug 992639] Re: Regression: 12.04 update breaks support for Internet Sticks (3G modems): Nokia CS-15, Nokia cs-17 and perhaps many others

2012-05-22 Thread Carlos García
You can create a custom rule in /etc/udev/rules.d directory to do the
eject automatically with the following content

#custom rule /etc/udev/rules.d/98-nokia-cs-10.rules
#in the case of Nokia CS-10
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0421", ATTRS{idProduct}=="060c", 
ACTION=="add", RUN+="/usr/bin/eject -s %k", OPTIONS+="last_rule"


source: 
http://blog.nielshorn.net/2010/02/using-a-nokia-cs-10-gsm-modem-on-slackware

-- 
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/992639

Title:
  Regression: 12.04 update breaks support for Internet Sticks (3G
  modems):  Nokia CS-15, Nokia cs-17 and perhaps many others

Status in “network-manager” package in Ubuntu:
  Confirmed
Status in “usb-modeswitch” package in Ubuntu:
  Confirmed

Bug description:
  When "Nokia Mobile Phones CS-15 (Internet Stick 3G modem)" is plugged
  in a usb port nothing happens. No pin code is asked. Not even the
  light in the stick turns on.

  lsusb list the device as:
  Bus 002 Device 003: ID 0421:0610 Nokia Mobile Phones CS-15 (Internet Stick 3G 
modem)

  Tested wth Ubuntu 12.04 LTS.
  It worked fine with Ubuntu 11.10 so this is a regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
  Uname: Linux 3.2.0-24-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Tue May  1 17:19:58 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 992639] Re: Regression: 12.04 update breaks support for Internet Sticks (3G modems): Nokia CS-15, Nokia cs-17 and perhaps many others

2012-05-07 Thread Glome
** Summary changed:

- Nokia CS-15 Internet Stick (3G modem) does nothing (regression)
+ Regression: 12.04 update breaks support for Internet Sticks (3G modems):  
Nokia CS-15, Nokia cs-17 and perhaps many others

-- 
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/992639

Title:
  Regression: 12.04 update breaks support for Internet Sticks (3G
  modems):  Nokia CS-15, Nokia cs-17 and perhaps many others

Status in “network-manager” package in Ubuntu:
  Confirmed
Status in “usb-modeswitch” package in Ubuntu:
  Confirmed

Bug description:
  When "Nokia Mobile Phones CS-15 (Internet Stick 3G modem)" is plugged
  in a usb port nothing happens. No pin code is asked. Not even the
  light in the stick turns on.

  lsusb list the device as:
  Bus 002 Device 003: ID 0421:0610 Nokia Mobile Phones CS-15 (Internet Stick 3G 
modem)

  Tested wth Ubuntu 12.04 LTS.
  It worked fine with Ubuntu 11.10 so this is a regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
  Uname: Linux 3.2.0-24-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Tue May  1 17:19:58 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 992639] Re: Regression: 12.04 update breaks support for Internet Sticks (3G modems): Nokia CS-15, Nokia cs-17 and perhaps many others

2012-09-17 Thread Marius Kotsbak
Well, the default was changed in this kernel commit:

commit a4a47bc03fe520e95e0c4212bf97c86545fb14f9
Author: Linus Torvalds 
Date:   Fri Feb 26 10:03:22 2010 -0800

Lower USB storage settling delay to something more reasonable

The five-second delay can be rather annoying, and makes the system
appear much less responsive when you connect a USB drive.

It's also not entirely clear that it is needed - the settling delay has
at least historically been an issue on some Apple iPods, for example,
and some devices have been reported to need even more than the old 5s
delay.

But before we penalize them all, let's see how bad it really is.  Some
of the reasons for long delays seem to be actual historical kernel bugs
that should probably never have been papered over with a delay in the
first place (there's a Ubuntu bug report for 2.6.20 about a NULL pointer
dereference unless 'delay_use' is 8 or more, for example).

It also looks like some distros have already shipped with delay_use=0,
so the five second default may well be totally historical.

In other words: "Let's see if anybody screams".

Signed-off-by: Linus Torvalds 

which appeared in Ubuntu v2.6.34, but Ubuntu 11.10 contained a 3.0.0
kernel...

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to usb-modeswitch in Ubuntu.
https://bugs.launchpad.net/bugs/992639

Title:
  Regression: 12.04 update breaks support for Internet Sticks (3G
  modems):  Nokia CS-15, Nokia cs-17 and perhaps many others

Status in “network-manager” package in Ubuntu:
  Invalid
Status in “usb-modeswitch” package in Ubuntu:
  Incomplete

Bug description:
  When "Nokia Mobile Phones CS-15 (Internet Stick 3G modem)" is plugged
  in a usb port nothing happens. No pin code is asked. Not even the
  light in the stick turns on.

  lsusb list the device as:
  Bus 002 Device 003: ID 0421:0610 Nokia Mobile Phones CS-15 (Internet Stick 3G 
modem)

  Tested wth Ubuntu 12.04 LTS.
  It worked fine with Ubuntu 11.10 so this is a regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
  Uname: Linux 3.2.0-24-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Tue May  1 17:19:58 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 992639] Re: Regression: 12.04 update breaks support for Internet Sticks (3G modems): Nokia CS-15, Nokia cs-17 and perhaps many others

2012-09-28 Thread Marius Kotsbak
** Changed in: usb-modeswitch (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to usb-modeswitch in Ubuntu.
https://bugs.launchpad.net/bugs/992639

Title:
  Regression: 12.04 update breaks support for Internet Sticks (3G
  modems):  Nokia CS-15, Nokia cs-17 and perhaps many others

Status in “network-manager” package in Ubuntu:
  Invalid
Status in “usb-modeswitch” package in Ubuntu:
  Confirmed

Bug description:
  When "Nokia Mobile Phones CS-15 (Internet Stick 3G modem)" is plugged
  in a usb port nothing happens. No pin code is asked. Not even the
  light in the stick turns on.

  lsusb list the device as:
  Bus 002 Device 003: ID 0421:0610 Nokia Mobile Phones CS-15 (Internet Stick 3G 
modem)

  Tested wth Ubuntu 12.04 LTS.
  It worked fine with Ubuntu 11.10 so this is a regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
  Uname: Linux 3.2.0-24-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Tue May  1 17:19:58 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 992639] Re: Regression: 12.04 update breaks support for Internet Sticks (3G modems): Nokia CS-15, Nokia cs-17 and perhaps many others

2012-10-04 Thread Mathieu Trudel-Lapierre
This is an important issue that needs to be tackled at the kernel level
(since that's where the delay_use is set). Adding a task for 'linux'.

** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu)
   Status: New => Confirmed

** Changed in: linux (Ubuntu)
   Importance: Undecided => High

** Also affects: network-manager (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: linux (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: usb-modeswitch (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: usb-modeswitch (Ubuntu)
   Status: Confirmed => Triaged

** Changed in: usb-modeswitch (Ubuntu Precise)
   Status: New => Triaged

** Changed in: usb-modeswitch (Ubuntu Precise)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu Precise)
   Status: New => Confirmed

** Changed in: network-manager (Ubuntu Precise)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to usb-modeswitch in Ubuntu.
https://bugs.launchpad.net/bugs/992639

Title:
  Regression: 12.04 update breaks support for Internet Sticks (3G
  modems):  Nokia CS-15, Nokia cs-17 and perhaps many others

Status in “linux” package in Ubuntu:
  Confirmed
Status in “network-manager” package in Ubuntu:
  Invalid
Status in “usb-modeswitch” package in Ubuntu:
  Triaged
Status in “linux” source package in Precise:
  Confirmed
Status in “network-manager” source package in Precise:
  Invalid
Status in “usb-modeswitch” source package in Precise:
  Triaged

Bug description:
  When "Nokia Mobile Phones CS-15 (Internet Stick 3G modem)" is plugged
  in a usb port nothing happens. No pin code is asked. Not even the
  light in the stick turns on.

  lsusb list the device as:
  Bus 002 Device 003: ID 0421:0610 Nokia Mobile Phones CS-15 (Internet Stick 3G 
modem)

  Tested wth Ubuntu 12.04 LTS.
  It worked fine with Ubuntu 11.10 so this is a regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
  Uname: Linux 3.2.0-24-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Tue May  1 17:19:58 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/992639/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 992639] Re: Regression: 12.04 update breaks support for Internet Sticks (3G modems): Nokia CS-15, Nokia cs-17 and perhaps many others

2012-10-04 Thread Marius Kotsbak
Maybe we should create a Linux bug report about this?

** Also affects: network-manager
   Importance: Undecided
   Status: New

** Also affects: linux
   Importance: Undecided
   Status: New

** No longer affects: network-manager

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to usb-modeswitch in Ubuntu.
https://bugs.launchpad.net/bugs/992639

Title:
  Regression: 12.04 update breaks support for Internet Sticks (3G
  modems):  Nokia CS-15, Nokia cs-17 and perhaps many others

Status in The Linux Kernel:
  New
Status in “linux” package in Ubuntu:
  Confirmed
Status in “network-manager” package in Ubuntu:
  Invalid
Status in “usb-modeswitch” package in Ubuntu:
  Triaged
Status in “linux” source package in Precise:
  Confirmed
Status in “network-manager” source package in Precise:
  Invalid
Status in “usb-modeswitch” source package in Precise:
  Triaged

Bug description:
  When "Nokia Mobile Phones CS-15 (Internet Stick 3G modem)" is plugged
  in a usb port nothing happens. No pin code is asked. Not even the
  light in the stick turns on.

  lsusb list the device as:
  Bus 002 Device 003: ID 0421:0610 Nokia Mobile Phones CS-15 (Internet Stick 3G 
modem)

  Tested wth Ubuntu 12.04 LTS.
  It worked fine with Ubuntu 11.10 so this is a regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
  Uname: Linux 3.2.0-24-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Tue May  1 17:19:58 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 992639] Re: Regression: 12.04 update breaks support for Internet Sticks (3G modems): Nokia CS-15, Nokia cs-17 and perhaps many others

2012-12-06 Thread sergio pilotto
I just get a hang of running my nokia internet stick cs-15 (firmware r2.8) on  
ubuntu 12.04.  I removed the module ums_realtek from memory, and insert my 
cs-15 in usb port, and then it worked (not flashed before).
I searched the usb_storage module:

$ lsmod | grep ums_realtek

usb_storage  39646  1  ums_realtek

So I tried to remove it for test:

$ rmmod ums_realtek

Probably not gonna be able to simultaneously use card reader...

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to usb-modeswitch in Ubuntu.
https://bugs.launchpad.net/bugs/992639

Title:
  Regression: 12.04 update breaks support for Internet Sticks (3G
  modems):  Nokia CS-15, Nokia cs-17 and perhaps many others

Status in The Linux Kernel:
  New
Status in “linux” package in Ubuntu:
  Confirmed
Status in “network-manager” package in Ubuntu:
  Invalid
Status in “usb-modeswitch” package in Ubuntu:
  Triaged
Status in “linux” source package in Precise:
  Confirmed
Status in “network-manager” source package in Precise:
  Invalid
Status in “usb-modeswitch” source package in Precise:
  Triaged

Bug description:
  When "Nokia Mobile Phones CS-15 (Internet Stick 3G modem)" is plugged
  in a usb port nothing happens. No pin code is asked. Not even the
  light in the stick turns on.

  lsusb list the device as:
  Bus 002 Device 003: ID 0421:0610 Nokia Mobile Phones CS-15 (Internet Stick 3G 
modem)

  Tested wth Ubuntu 12.04 LTS.
  It worked fine with Ubuntu 11.10 so this is a regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
  Uname: Linux 3.2.0-24-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Tue May  1 17:19:58 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 992639] Re: Regression: 12.04 update breaks support for Internet Sticks (3G modems): Nokia CS-15, Nokia cs-17 and perhaps many others

2013-01-06 Thread Andrei Lisin
Is this bug about dereferencing null pointer in
usb_modeswitch_dispatcher like bug #824147 ?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to usb-modeswitch in Ubuntu.
https://bugs.launchpad.net/bugs/992639

Title:
  Regression: 12.04 update breaks support for Internet Sticks (3G
  modems):  Nokia CS-15, Nokia cs-17 and perhaps many others

Status in The Linux Kernel:
  New
Status in “linux” package in Ubuntu:
  Confirmed
Status in “network-manager” package in Ubuntu:
  Invalid
Status in “usb-modeswitch” package in Ubuntu:
  Triaged
Status in “linux” source package in Precise:
  Confirmed
Status in “network-manager” source package in Precise:
  Invalid
Status in “usb-modeswitch” source package in Precise:
  Triaged

Bug description:
  When "Nokia Mobile Phones CS-15 (Internet Stick 3G modem)" is plugged
  in a usb port nothing happens. No pin code is asked. Not even the
  light in the stick turns on.

  lsusb list the device as:
  Bus 002 Device 003: ID 0421:0610 Nokia Mobile Phones CS-15 (Internet Stick 3G 
modem)

  Tested wth Ubuntu 12.04 LTS.
  It worked fine with Ubuntu 11.10 so this is a regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
  Uname: Linux 3.2.0-24-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Tue May  1 17:19:58 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 992639] Re: Regression: 12.04 update breaks support for Internet Sticks (3G modems): Nokia CS-15, Nokia cs-17 and perhaps many others

2012-11-12 Thread Hans Hellén
This is strongly related to firmware version the CS-15 happens to have. Take a 
closer look at: 
https://bugs.launchpad.net/linux/+bug/496256

To sum up, a CS-15 with an "original" firmware (x.62.40) does not work
anymore even in current Lucid Lynx (some kind of a regression). CS-15
with updated firmware works in Lucid and Precise, but is unstable, and
do not work in Quantal (live session) at all.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to usb-modeswitch in Ubuntu.
https://bugs.launchpad.net/bugs/992639

Title:
  Regression: 12.04 update breaks support for Internet Sticks (3G
  modems):  Nokia CS-15, Nokia cs-17 and perhaps many others

Status in The Linux Kernel:
  New
Status in “linux” package in Ubuntu:
  Confirmed
Status in “network-manager” package in Ubuntu:
  Invalid
Status in “usb-modeswitch” package in Ubuntu:
  Triaged
Status in “linux” source package in Precise:
  Confirmed
Status in “network-manager” source package in Precise:
  Invalid
Status in “usb-modeswitch” source package in Precise:
  Triaged

Bug description:
  When "Nokia Mobile Phones CS-15 (Internet Stick 3G modem)" is plugged
  in a usb port nothing happens. No pin code is asked. Not even the
  light in the stick turns on.

  lsusb list the device as:
  Bus 002 Device 003: ID 0421:0610 Nokia Mobile Phones CS-15 (Internet Stick 3G 
modem)

  Tested wth Ubuntu 12.04 LTS.
  It worked fine with Ubuntu 11.10 so this is a regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
  Uname: Linux 3.2.0-24-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Tue May  1 17:19:58 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 992639] Re: Regression: 12.04 update breaks support for Internet Sticks (3G modems): Nokia CS-15, Nokia cs-17 and perhaps many others

2012-11-12 Thread Marius Kotsbak
Hans, could you please do the tests described in comment #26 and file a
bug in Linux: https://bugzilla.kernel.org/

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to usb-modeswitch in Ubuntu.
https://bugs.launchpad.net/bugs/992639

Title:
  Regression: 12.04 update breaks support for Internet Sticks (3G
  modems):  Nokia CS-15, Nokia cs-17 and perhaps many others

Status in The Linux Kernel:
  New
Status in “linux” package in Ubuntu:
  Confirmed
Status in “network-manager” package in Ubuntu:
  Invalid
Status in “usb-modeswitch” package in Ubuntu:
  Triaged
Status in “linux” source package in Precise:
  Confirmed
Status in “network-manager” source package in Precise:
  Invalid
Status in “usb-modeswitch” source package in Precise:
  Triaged

Bug description:
  When "Nokia Mobile Phones CS-15 (Internet Stick 3G modem)" is plugged
  in a usb port nothing happens. No pin code is asked. Not even the
  light in the stick turns on.

  lsusb list the device as:
  Bus 002 Device 003: ID 0421:0610 Nokia Mobile Phones CS-15 (Internet Stick 3G 
modem)

  Tested wth Ubuntu 12.04 LTS.
  It worked fine with Ubuntu 11.10 so this is a regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
  Uname: Linux 3.2.0-24-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Tue May  1 17:19:58 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 992639] Re: Regression: 12.04 update breaks support for Internet Sticks (3G modems): Nokia CS-15, Nokia cs-17 and perhaps many others

2012-11-13 Thread Marius Kotsbak
Hans, could you please do the tests described in comment #26 and file a
bug in Linux: https://bugzilla.kernel.org/

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to usb-modeswitch in Ubuntu.
https://bugs.launchpad.net/bugs/992639

Title:
  Regression: 12.04 update breaks support for Internet Sticks (3G
  modems):  Nokia CS-15, Nokia cs-17 and perhaps many others

Status in The Linux Kernel:
  New
Status in “linux” package in Ubuntu:
  Confirmed
Status in “network-manager” package in Ubuntu:
  Invalid
Status in “usb-modeswitch” package in Ubuntu:
  Triaged
Status in “linux” source package in Precise:
  Confirmed
Status in “network-manager” source package in Precise:
  Invalid
Status in “usb-modeswitch” source package in Precise:
  Triaged

Bug description:
  When "Nokia Mobile Phones CS-15 (Internet Stick 3G modem)" is plugged
  in a usb port nothing happens. No pin code is asked. Not even the
  light in the stick turns on.

  lsusb list the device as:
  Bus 002 Device 003: ID 0421:0610 Nokia Mobile Phones CS-15 (Internet Stick 3G 
modem)

  Tested wth Ubuntu 12.04 LTS.
  It worked fine with Ubuntu 11.10 so this is a regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
  Uname: Linux 3.2.0-24-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Tue May  1 17:19:58 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 992639] Re: Regression: 12.04 update breaks support for Internet Sticks (3G modems): Nokia CS-15, Nokia cs-17 and perhaps many others

2013-01-20 Thread Jussi Lind
I think this is a different issue, as setting delay to 3 (comment #14)
fixes the problem also for me.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to usb-modeswitch in Ubuntu.
https://bugs.launchpad.net/bugs/992639

Title:
  Regression: 12.04 update breaks support for Internet Sticks (3G
  modems):  Nokia CS-15, Nokia cs-17 and perhaps many others

Status in The Linux Kernel:
  New
Status in “linux” package in Ubuntu:
  Confirmed
Status in “network-manager” package in Ubuntu:
  Invalid
Status in “usb-modeswitch” package in Ubuntu:
  Triaged
Status in “linux” source package in Precise:
  Confirmed
Status in “network-manager” source package in Precise:
  Invalid
Status in “usb-modeswitch” source package in Precise:
  Triaged

Bug description:
  When "Nokia Mobile Phones CS-15 (Internet Stick 3G modem)" is plugged
  in a usb port nothing happens. No pin code is asked. Not even the
  light in the stick turns on.

  lsusb list the device as:
  Bus 002 Device 003: ID 0421:0610 Nokia Mobile Phones CS-15 (Internet Stick 3G 
modem)

  Tested wth Ubuntu 12.04 LTS.
  It worked fine with Ubuntu 11.10 so this is a regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
  Uname: Linux 3.2.0-24-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Tue May  1 17:19:58 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 992639] Re: Regression: 12.04 update breaks support for Internet Sticks (3G modems): Nokia CS-15, Nokia cs-17 and perhaps many others

2013-01-21 Thread Hans Hellén
Setting delay to 3 did not solve the issues for me on Lucid Lynx two
months ago.

As a workaround I bought a compatible WLAN station, to where the CS-15
is now attached. Those wireless access point devices cost about 30 €.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to usb-modeswitch in Ubuntu.
https://bugs.launchpad.net/bugs/992639

Title:
  Regression: 12.04 update breaks support for Internet Sticks (3G
  modems):  Nokia CS-15, Nokia cs-17 and perhaps many others

Status in The Linux Kernel:
  New
Status in “linux” package in Ubuntu:
  Confirmed
Status in “network-manager” package in Ubuntu:
  Invalid
Status in “usb-modeswitch” package in Ubuntu:
  Triaged
Status in “linux” source package in Precise:
  Confirmed
Status in “network-manager” source package in Precise:
  Invalid
Status in “usb-modeswitch” source package in Precise:
  Triaged

Bug description:
  When "Nokia Mobile Phones CS-15 (Internet Stick 3G modem)" is plugged
  in a usb port nothing happens. No pin code is asked. Not even the
  light in the stick turns on.

  lsusb list the device as:
  Bus 002 Device 003: ID 0421:0610 Nokia Mobile Phones CS-15 (Internet Stick 3G 
modem)

  Tested wth Ubuntu 12.04 LTS.
  It worked fine with Ubuntu 11.10 so this is a regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
  Uname: Linux 3.2.0-24-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Tue May  1 17:19:58 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 992639] Re: Regression: 12.04 update breaks support for Internet Sticks (3G modems): Nokia CS-15, Nokia cs-17 and perhaps many others

2012-10-04 Thread Herton R. Krzesinski
@Marius: yes, please open a bug upstream and/or report the issue on the
linux kernel mailing list, it is a good thing to do.

Also, it would be useful to know when this started to happen (which
kernel version), people affected here can download kernels from
http://kernel.ubuntu.com/~kernel-ppa/mainline/ and test which version
started to show up this issue. So far the greater delay_use helps, but
needs investigation (since as reported here 11.10, with 3.0 kernel,
worked fine, even with the default delay_use=1).

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to usb-modeswitch in Ubuntu.
https://bugs.launchpad.net/bugs/992639

Title:
  Regression: 12.04 update breaks support for Internet Sticks (3G
  modems):  Nokia CS-15, Nokia cs-17 and perhaps many others

Status in The Linux Kernel:
  New
Status in “linux” package in Ubuntu:
  Confirmed
Status in “network-manager” package in Ubuntu:
  Invalid
Status in “usb-modeswitch” package in Ubuntu:
  Triaged
Status in “linux” source package in Precise:
  Confirmed
Status in “network-manager” source package in Precise:
  Invalid
Status in “usb-modeswitch” source package in Precise:
  Triaged

Bug description:
  When "Nokia Mobile Phones CS-15 (Internet Stick 3G modem)" is plugged
  in a usb port nothing happens. No pin code is asked. Not even the
  light in the stick turns on.

  lsusb list the device as:
  Bus 002 Device 003: ID 0421:0610 Nokia Mobile Phones CS-15 (Internet Stick 3G 
modem)

  Tested wth Ubuntu 12.04 LTS.
  It worked fine with Ubuntu 11.10 so this is a regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
  Uname: Linux 3.2.0-24-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Tue May  1 17:19:58 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 992639] Re: Regression: 12.04 update breaks support for Internet Sticks (3G modems): Nokia CS-15, Nokia cs-17 and perhaps many others

2012-07-24 Thread Mathieu Trudel-Lapierre
The eject is exactly what usb-modeswitch is supposed to do.

Does it behave the same way in all the USB ports, assuming you have
multiple different ones on your system? Please try each and respond
here; I think a different one (USB 3?) might work properly.

** Changed in: network-manager (Ubuntu)
   Status: Confirmed => Incomplete

** Changed in: usb-modeswitch (Ubuntu)
   Status: Confirmed => Incomplete

** Changed in: network-manager (Ubuntu)
   Status: Incomplete => Invalid

-- 
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/992639

Title:
  Regression: 12.04 update breaks support for Internet Sticks (3G
  modems):  Nokia CS-15, Nokia cs-17 and perhaps many others

Status in “network-manager” package in Ubuntu:
  Invalid
Status in “usb-modeswitch” package in Ubuntu:
  Incomplete

Bug description:
  When "Nokia Mobile Phones CS-15 (Internet Stick 3G modem)" is plugged
  in a usb port nothing happens. No pin code is asked. Not even the
  light in the stick turns on.

  lsusb list the device as:
  Bus 002 Device 003: ID 0421:0610 Nokia Mobile Phones CS-15 (Internet Stick 3G 
modem)

  Tested wth Ubuntu 12.04 LTS.
  It worked fine with Ubuntu 11.10 so this is a regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
  Uname: Linux 3.2.0-24-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Tue May  1 17:19:58 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 992639] Re: Regression: 12.04 update breaks support for Internet Sticks (3G modems): Nokia CS-15, Nokia cs-17 and perhaps many others

2012-07-24 Thread Mathieu Trudel-Lapierre
Invalid for network-manager for now; it's not even getting to that
point.

-- 
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/992639

Title:
  Regression: 12.04 update breaks support for Internet Sticks (3G
  modems):  Nokia CS-15, Nokia cs-17 and perhaps many others

Status in “network-manager” package in Ubuntu:
  Invalid
Status in “usb-modeswitch” package in Ubuntu:
  Incomplete

Bug description:
  When "Nokia Mobile Phones CS-15 (Internet Stick 3G modem)" is plugged
  in a usb port nothing happens. No pin code is asked. Not even the
  light in the stick turns on.

  lsusb list the device as:
  Bus 002 Device 003: ID 0421:0610 Nokia Mobile Phones CS-15 (Internet Stick 3G 
modem)

  Tested wth Ubuntu 12.04 LTS.
  It worked fine with Ubuntu 11.10 so this is a regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
  Uname: Linux 3.2.0-24-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Tue May  1 17:19:58 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 992639] Re: Regression: 12.04 update breaks support for Internet Sticks (3G modems): Nokia CS-15, Nokia cs-17 and perhaps many others

2012-07-27 Thread Michał Skrzypczak
I checked using all kinds of USB ports in my laptop, the reaction is
always the same.

-- 
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/992639

Title:
  Regression: 12.04 update breaks support for Internet Sticks (3G
  modems):  Nokia CS-15, Nokia cs-17 and perhaps many others

Status in “network-manager” package in Ubuntu:
  Invalid
Status in “usb-modeswitch” package in Ubuntu:
  Incomplete

Bug description:
  When "Nokia Mobile Phones CS-15 (Internet Stick 3G modem)" is plugged
  in a usb port nothing happens. No pin code is asked. Not even the
  light in the stick turns on.

  lsusb list the device as:
  Bus 002 Device 003: ID 0421:0610 Nokia Mobile Phones CS-15 (Internet Stick 3G 
modem)

  Tested wth Ubuntu 12.04 LTS.
  It worked fine with Ubuntu 11.10 so this is a regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
  Uname: Linux 3.2.0-24-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Tue May  1 17:19:58 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 992639] Re: Regression: 12.04 update breaks support for Internet Sticks (3G modems): Nokia CS-15, Nokia cs-17 and perhaps many others

2012-08-03 Thread Michał Skrzypczak
I don't get why Mathieu Trudel-Lapierre (mathieu-tl) changed the status
of this bug back to Incomplete / Invalid. What should be done about this
bug to move on?

-- 
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/992639

Title:
  Regression: 12.04 update breaks support for Internet Sticks (3G
  modems):  Nokia CS-15, Nokia cs-17 and perhaps many others

Status in “network-manager” package in Ubuntu:
  Invalid
Status in “usb-modeswitch” package in Ubuntu:
  Incomplete

Bug description:
  When "Nokia Mobile Phones CS-15 (Internet Stick 3G modem)" is plugged
  in a usb port nothing happens. No pin code is asked. Not even the
  light in the stick turns on.

  lsusb list the device as:
  Bus 002 Device 003: ID 0421:0610 Nokia Mobile Phones CS-15 (Internet Stick 3G 
modem)

  Tested wth Ubuntu 12.04 LTS.
  It worked fine with Ubuntu 11.10 so this is a regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
  Uname: Linux 3.2.0-24-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Tue May  1 17:19:58 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 992639] Re: Regression: 12.04 update breaks support for Internet Sticks (3G modems): Nokia CS-15, Nokia cs-17 and perhaps many others

2012-08-12 Thread Michał Skrzypczak
** Changed in: network-manager (Ubuntu)
   Status: Invalid => Confirmed

** Changed in: usb-modeswitch (Ubuntu)
   Status: Incomplete => Confirmed

-- 
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/992639

Title:
  Regression: 12.04 update breaks support for Internet Sticks (3G
  modems):  Nokia CS-15, Nokia cs-17 and perhaps many others

Status in “network-manager” package in Ubuntu:
  Confirmed
Status in “usb-modeswitch” package in Ubuntu:
  Confirmed

Bug description:
  When "Nokia Mobile Phones CS-15 (Internet Stick 3G modem)" is plugged
  in a usb port nothing happens. No pin code is asked. Not even the
  light in the stick turns on.

  lsusb list the device as:
  Bus 002 Device 003: ID 0421:0610 Nokia Mobile Phones CS-15 (Internet Stick 3G 
modem)

  Tested wth Ubuntu 12.04 LTS.
  It worked fine with Ubuntu 11.10 so this is a regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
  Uname: Linux 3.2.0-24-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Tue May  1 17:19:58 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 992639] Re: Regression: 12.04 update breaks support for Internet Sticks (3G modems): Nokia CS-15, Nokia cs-17 and perhaps many others

2012-08-20 Thread Mathieu Trudel-Lapierre
I set the network-manager task to Invalid because that device isn't even
getting to that point yet; nor should it be a task on network-maanger,
which doesn't handle modem devices directly.

When the workaround udev rule is used, what happens? Please attach
/var/log/syslog.

** Changed in: network-manager (Ubuntu)
   Status: Confirmed => Invalid

** Changed in: usb-modeswitch (Ubuntu)
   Status: Confirmed => Incomplete

** Changed in: usb-modeswitch (Ubuntu)
   Importance: Undecided => Medium

-- 
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/992639

Title:
  Regression: 12.04 update breaks support for Internet Sticks (3G
  modems):  Nokia CS-15, Nokia cs-17 and perhaps many others

Status in “network-manager” package in Ubuntu:
  Invalid
Status in “usb-modeswitch” package in Ubuntu:
  Incomplete

Bug description:
  When "Nokia Mobile Phones CS-15 (Internet Stick 3G modem)" is plugged
  in a usb port nothing happens. No pin code is asked. Not even the
  light in the stick turns on.

  lsusb list the device as:
  Bus 002 Device 003: ID 0421:0610 Nokia Mobile Phones CS-15 (Internet Stick 3G 
modem)

  Tested wth Ubuntu 12.04 LTS.
  It worked fine with Ubuntu 11.10 so this is a regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
  Uname: Linux 3.2.0-24-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Tue May  1 17:19:58 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 992639] Re: Regression: 12.04 update breaks support for Internet Sticks (3G modems): Nokia CS-15, Nokia cs-17 and perhaps many others

2012-08-20 Thread Jari Tenhunen
For what it's worth, Nokia CS-17 works for me in 12.04 after I created
/etc/modprobe.d/nokia-cs-17.conf with this content:

  options usb-storage delay_use=3

YMMV, though.

-- 
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/992639

Title:
  Regression: 12.04 update breaks support for Internet Sticks (3G
  modems):  Nokia CS-15, Nokia cs-17 and perhaps many others

Status in “network-manager” package in Ubuntu:
  Invalid
Status in “usb-modeswitch” package in Ubuntu:
  Incomplete

Bug description:
  When "Nokia Mobile Phones CS-15 (Internet Stick 3G modem)" is plugged
  in a usb port nothing happens. No pin code is asked. Not even the
  light in the stick turns on.

  lsusb list the device as:
  Bus 002 Device 003: ID 0421:0610 Nokia Mobile Phones CS-15 (Internet Stick 3G 
modem)

  Tested wth Ubuntu 12.04 LTS.
  It worked fine with Ubuntu 11.10 so this is a regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
  Uname: Linux 3.2.0-24-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Tue May  1 17:19:58 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 992639] Re: Regression: 12.04 update breaks support for Internet Sticks (3G modems): Nokia CS-15, Nokia cs-17 and perhaps many others

2012-08-21 Thread Mathieu Trudel-Lapierre
People should try that workaround above and see if it helps and if the
device can then be used in network-manager.

If it does, this should be fixed in usb-modeswitch or in the kernel.

-- 
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/992639

Title:
  Regression: 12.04 update breaks support for Internet Sticks (3G
  modems):  Nokia CS-15, Nokia cs-17 and perhaps many others

Status in “network-manager” package in Ubuntu:
  Invalid
Status in “usb-modeswitch” package in Ubuntu:
  Incomplete

Bug description:
  When "Nokia Mobile Phones CS-15 (Internet Stick 3G modem)" is plugged
  in a usb port nothing happens. No pin code is asked. Not even the
  light in the stick turns on.

  lsusb list the device as:
  Bus 002 Device 003: ID 0421:0610 Nokia Mobile Phones CS-15 (Internet Stick 3G 
modem)

  Tested wth Ubuntu 12.04 LTS.
  It worked fine with Ubuntu 11.10 so this is a regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
  Uname: Linux 3.2.0-24-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Tue May  1 17:19:58 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 992639] Re: Regression: 12.04 update breaks support for Internet Sticks (3G modems): Nokia CS-15, Nokia cs-17 and perhaps many others

2012-08-21 Thread Hannu Teulahti
The " options usb-storage delay_use=3" on comment #14 worked for me.

-- 
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/992639

Title:
  Regression: 12.04 update breaks support for Internet Sticks (3G
  modems):  Nokia CS-15, Nokia cs-17 and perhaps many others

Status in “network-manager” package in Ubuntu:
  Invalid
Status in “usb-modeswitch” package in Ubuntu:
  Incomplete

Bug description:
  When "Nokia Mobile Phones CS-15 (Internet Stick 3G modem)" is plugged
  in a usb port nothing happens. No pin code is asked. Not even the
  light in the stick turns on.

  lsusb list the device as:
  Bus 002 Device 003: ID 0421:0610 Nokia Mobile Phones CS-15 (Internet Stick 3G 
modem)

  Tested wth Ubuntu 12.04 LTS.
  It worked fine with Ubuntu 11.10 so this is a regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
  Uname: Linux 3.2.0-24-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Tue May  1 17:19:58 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 992639] Re: Regression: 12.04 update breaks support for Internet Sticks (3G modems): Nokia CS-15, Nokia cs-17 and perhaps many others

2012-08-24 Thread Jussi Rytkönen
Can you explain step by step with exact command lines for not-so-
familiar user how to create "/etc/modprobe.d/nokia-cs-17.conf" with the
content?

-- 
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/992639

Title:
  Regression: 12.04 update breaks support for Internet Sticks (3G
  modems):  Nokia CS-15, Nokia cs-17 and perhaps many others

Status in “network-manager” package in Ubuntu:
  Invalid
Status in “usb-modeswitch” package in Ubuntu:
  Incomplete

Bug description:
  When "Nokia Mobile Phones CS-15 (Internet Stick 3G modem)" is plugged
  in a usb port nothing happens. No pin code is asked. Not even the
  light in the stick turns on.

  lsusb list the device as:
  Bus 002 Device 003: ID 0421:0610 Nokia Mobile Phones CS-15 (Internet Stick 3G 
modem)

  Tested wth Ubuntu 12.04 LTS.
  It worked fine with Ubuntu 11.10 so this is a regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
  Uname: Linux 3.2.0-24-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Tue May  1 17:19:58 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 992639] Re: Regression: 12.04 update breaks support for Internet Sticks (3G modems): Nokia CS-15, Nokia cs-17 and perhaps many others

2012-08-24 Thread Jari Tenhunen
(In reply to comment #17)

For example with command:

echo "options usb-storage delay_use=3" | sudo tee /etc/modprobe.d/nokia-
cs-17.conf >/dev/null

-- 
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/992639

Title:
  Regression: 12.04 update breaks support for Internet Sticks (3G
  modems):  Nokia CS-15, Nokia cs-17 and perhaps many others

Status in “network-manager” package in Ubuntu:
  Invalid
Status in “usb-modeswitch” package in Ubuntu:
  Incomplete

Bug description:
  When "Nokia Mobile Phones CS-15 (Internet Stick 3G modem)" is plugged
  in a usb port nothing happens. No pin code is asked. Not even the
  light in the stick turns on.

  lsusb list the device as:
  Bus 002 Device 003: ID 0421:0610 Nokia Mobile Phones CS-15 (Internet Stick 3G 
modem)

  Tested wth Ubuntu 12.04 LTS.
  It worked fine with Ubuntu 11.10 so this is a regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
  Uname: Linux 3.2.0-24-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Tue May  1 17:19:58 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 992639] Re: Regression: 12.04 update breaks support for Internet Sticks (3G modems): Nokia CS-15, Nokia cs-17 and perhaps many others

2012-08-24 Thread Jussi Rytkönen
Thank you, it really seems to make it work !

-- 
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/992639

Title:
  Regression: 12.04 update breaks support for Internet Sticks (3G
  modems):  Nokia CS-15, Nokia cs-17 and perhaps many others

Status in “network-manager” package in Ubuntu:
  Invalid
Status in “usb-modeswitch” package in Ubuntu:
  Incomplete

Bug description:
  When "Nokia Mobile Phones CS-15 (Internet Stick 3G modem)" is plugged
  in a usb port nothing happens. No pin code is asked. Not even the
  light in the stick turns on.

  lsusb list the device as:
  Bus 002 Device 003: ID 0421:0610 Nokia Mobile Phones CS-15 (Internet Stick 3G 
modem)

  Tested wth Ubuntu 12.04 LTS.
  It worked fine with Ubuntu 11.10 so this is a regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
  Uname: Linux 3.2.0-24-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Tue May  1 17:19:58 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 992639] Re: Regression: 12.04 update breaks support for Internet Sticks (3G modems): Nokia CS-15, Nokia cs-17 and perhaps many others

2012-08-28 Thread Didier Raboud
Josh: anything that could be done thereabout in usb-modeswitch ?

-- 
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/992639

Title:
  Regression: 12.04 update breaks support for Internet Sticks (3G
  modems):  Nokia CS-15, Nokia cs-17 and perhaps many others

Status in “network-manager” package in Ubuntu:
  Invalid
Status in “usb-modeswitch” package in Ubuntu:
  Incomplete

Bug description:
  When "Nokia Mobile Phones CS-15 (Internet Stick 3G modem)" is plugged
  in a usb port nothing happens. No pin code is asked. Not even the
  light in the stick turns on.

  lsusb list the device as:
  Bus 002 Device 003: ID 0421:0610 Nokia Mobile Phones CS-15 (Internet Stick 3G 
modem)

  Tested wth Ubuntu 12.04 LTS.
  It worked fine with Ubuntu 11.10 so this is a regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
  Uname: Linux 3.2.0-24-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Tue May  1 17:19:58 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 992639] Re: Regression: 12.04 update breaks support for Internet Sticks (3G modems): Nokia CS-15, Nokia cs-17 and perhaps many others

2012-08-28 Thread Josua Dietze
It would be good to know what the default 'delay_use' is on 12.04 and
what it was on *previous*  Ubuntu versions.

Originally, this was set to 5 seconds in the storage driver, with SCSI hard 
disks in mind. This may have been changed in the kernel as the main users of 
the driver nowadays are flash drives.
There may be modems around that need to be ready for use before the "eject" 
command (no matter if coming from usb_modeswitch or from the command line tool) 
can actually trigger the mode switch. Others are less critical in that respect.

Owners of this device:
Can you play around with the storage module option, from delay_use=1 to 
delay_use=5 ?

There is a small delay implemented in the usb_modeswitch wrapper which
could be skipped. There is also a config option "WaitBefore="
that can be set per device config.

So a longer delay of usb_modeswitch's actions will *not* be a problem if
that helps. On the other hand, removing any delay will gain just half a
second and probably break other devices.

In a nutshell:
If the default delay_use is too *short* for the Nokia devices, there is very 
little (500 ms) that can be done.
If the default delay_use is too *long*, just play around with the "WaitBefore" 
value.

Josh

-- 
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/992639

Title:
  Regression: 12.04 update breaks support for Internet Sticks (3G
  modems):  Nokia CS-15, Nokia cs-17 and perhaps many others

Status in “network-manager” package in Ubuntu:
  Invalid
Status in “usb-modeswitch” package in Ubuntu:
  Incomplete

Bug description:
  When "Nokia Mobile Phones CS-15 (Internet Stick 3G modem)" is plugged
  in a usb port nothing happens. No pin code is asked. Not even the
  light in the stick turns on.

  lsusb list the device as:
  Bus 002 Device 003: ID 0421:0610 Nokia Mobile Phones CS-15 (Internet Stick 3G 
modem)

  Tested wth Ubuntu 12.04 LTS.
  It worked fine with Ubuntu 11.10 so this is a regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
  Uname: Linux 3.2.0-24-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Tue May  1 17:19:58 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 992639] Re: Regression: 12.04 update breaks support for Internet Sticks (3G modems): Nokia CS-15, Nokia cs-17 and perhaps many others

2012-08-30 Thread Piotr Kamiński
Following comment #14, Nokia CS-15 works for me in 12.04 after I created
/etc/modprobe.d/nokia-cs-15.conf with this content:

  options usb-storage delay_use=3

-- 
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/992639

Title:
  Regression: 12.04 update breaks support for Internet Sticks (3G
  modems):  Nokia CS-15, Nokia cs-17 and perhaps many others

Status in “network-manager” package in Ubuntu:
  Invalid
Status in “usb-modeswitch” package in Ubuntu:
  Incomplete

Bug description:
  When "Nokia Mobile Phones CS-15 (Internet Stick 3G modem)" is plugged
  in a usb port nothing happens. No pin code is asked. Not even the
  light in the stick turns on.

  lsusb list the device as:
  Bus 002 Device 003: ID 0421:0610 Nokia Mobile Phones CS-15 (Internet Stick 3G 
modem)

  Tested wth Ubuntu 12.04 LTS.
  It worked fine with Ubuntu 11.10 so this is a regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
  Uname: Linux 3.2.0-24-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Tue May  1 17:19:58 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp