[Bug 875441] Re: ZTE MF190, try to connect on bad ttyUSB2 (ubuntu 11.04 11.10 12.04)

2013-06-09 Thread Jerzy Golonko
I've got the same problem with ZTE MF636 - modem manager uses ttyUSB2, while it 
should be ttyUSB3.
I think I found a little simpler solution to this problem, just added one line 
to  /lib/udev/rules.d/77-mm-zte-port-types.rules:

ATTRS{idProduct}==0033, ENV{.MM_USBIFNUM}==04, 
ENV{ID_MM_ZTE_PORT_TYPE_MODEM}=1
ATTRS{idProduct}==0033, ENV{.MM_USBIFNUM}==01, 
ENV{ID_MM_ZTE_PORT_TYPE_AUX}=1
# this is what I added
ATTRS{idProduct}==0033, ENV{.MM_USBIFNUM}==02, 
ENV{ID_MM_ZTE_PORT_TYPE_MODEM}=0

Now modem manager uses proper ttyUSB3 and everything works as expected.
There is one difference I've noticed using lsusb between ttyUSB2 and ttyUSB3 - 
the last has 
Transfer TypeInterrupt
and the others have
Transfer TypeBulk
maybe it can be utilized to help modem manager to find right device.

below I send full output of 'lsusb -d 19d2:0033 -v' :

Bus 001 Device 068: ID 19d2:0033 ZTE WCDMA Technologies MSM 
Device Descriptor:
  bLength18
  bDescriptorType 1
  bcdUSB   2.00
  bDeviceClass0 (Defined at Interface level)
  bDeviceSubClass 0 
  bDeviceProtocol 0 
  bMaxPacketSize064
  idVendor   0x19d2 ZTE WCDMA Technologies MSM
  idProduct  0x0033 
  bcdDevice0.00
  iManufacturer   3 ZTE,Incorporated
  iProduct2 ZTE CDMA Technologies MSM
  iSerial 4 1234567890ABCDEF
  bNumConfigurations  1
  Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength  131
bNumInterfaces  5
bConfigurationValue 1
iConfiguration  1 ZTE Configuration
bmAttributes 0xe0
  Self Powered
  Remote Wakeup
MaxPower  500mA
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber0
  bAlternateSetting   0
  bNumEndpoints   2
  bInterfaceClass   255 Vendor Specific Class
  bInterfaceSubClass255 Vendor Specific Subclass
  bInterfaceProtocol255 Vendor Specific Protocol
  iInterface  0 
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81  EP 1 IN
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0200  1x 512 bytes
bInterval  32
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x01  EP 1 OUT
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0200  1x 512 bytes
bInterval  32
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber1
  bAlternateSetting   0
  bNumEndpoints   2
  bInterfaceClass   255 Vendor Specific Class
  bInterfaceSubClass255 Vendor Specific Subclass
  bInterfaceProtocol255 Vendor Specific Protocol
  iInterface  0 
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82  EP 2 IN
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0200  1x 512 bytes
bInterval  32
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x02  EP 2 OUT
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0200  1x 512 bytes
bInterval  32
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber2
  bAlternateSetting   0
  bNumEndpoints   2
  bInterfaceClass   255 Vendor Specific Class
  bInterfaceSubClass255 Vendor Specific Subclass
  bInterfaceProtocol255 Vendor Specific Protocol
  iInterface  0 
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83  EP 3 IN
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0200  1x 512 bytes
bInterval  32
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x03  EP 3 OUT
bmAttributes2
   

[Bug 875441] Re: ZTE MF190, try to connect on bad ttyUSB2 (ubuntu 11.04 11.10 12.04)

2012-08-07 Thread perdigueiro
Still nothing I've disabled PIN, restart modemmanager and network-
manager but nothing start the modem

Using Ubuntu Precise 12.04 - 3.5.0-030500-generic

Bus 001 Device 023: ID 19d2:0031 ZTE WCDMA Technologies MSM
MF110/MF627/MF636


** Attachment added: syslog
   
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/875441/+attachment/3251399/+files/syslog.txt

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

Title:
  ZTE MF190, try to connect on bad ttyUSB2 (ubuntu 11.04 11.10 12.04)

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

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


[Bug 875441] Re: ZTE MF190, try to connect on bad ttyUSB2 (ubuntu 11.04 11.10 12.04)

2012-08-07 Thread perdigueiro
Still nothing I've disabled PIN, restart modemmanager and network-
manager but nothing start the modem

Samsung RC530
Ubuntu Precise 12.04 - amd64 - 3.5.0-030500-generic
 
Bus 001 Device 023: ID 19d2:0031 ZTE WCDMA Technologies MSM MF110/MF627/MF636

usb_modeswitch corrrectly switch from 19d2:2000 to 19d2:0031 as in
defined in /lib/udev/rules.d/40-usb_modeswitch.rules

modemmanager works sometimes (after lots of plugin plugout) usualy after
a SEGFAULT

checking /lib/udev/rules.d/77-mm-zte-port-types.rules
  ATTRS{idProduct}==0031, ENV{.MM_USBIFNUM}==03, 
ENV{ID_MM_ZTE_PORT_TYPE_MODEM}=1
  ATTRS{idProduct}==0031, ENV{.MM_USBIFNUM}==01, 
ENV{ID_MM_ZTE_PORT_TYPE_AUX}=1
it seams correct to me the error must be some were else.


** Attachment added: Device info and relevant syslog
   
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/875441/+attachment/3251405/+files/modem-info%2Bsyslog.txt

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

Title:
  ZTE MF190, try to connect on bad ttyUSB2 (ubuntu 11.04 11.10 12.04)

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

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


[Bug 875441] Re: ZTE MF190, try to connect on bad ttyUSB2 (ubuntu 11.04 11.10 12.04)

2012-07-14 Thread fredi
Running 12.04 on Asus UX21.
#lsusb -d 19d2:0031  results in nothing but:
Bus 002 Device 007: ID 19d2:0031 ZTE WCDMA Technologies MSM MF110/MF627/MF636

When connecting to another USB port:
#lsusb -d 19d2:2000  results in nothing but:
Bus 003 Device 003: ID 19d2:2000 ZTE WCDMA Technologies MSM 
MF627/MF628/MF628+/MF636+ HSDPA/HSUPA
In this port, network-manager doesn't recognize the modem and I don't see any 
/dev/ttyUSB.

Attachments:
fpflug-syslog.txt
fpflug-lsusb-v.txt


** Attachment added: syslog_lsusb.txt
   
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/875441/+attachment/3223349/+files/syslog_lsusb.txt

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

Title:
  ZTE MF190, try to connect on bad ttyUSB2 (ubuntu 11.04 11.10 12.04)

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

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


[Bug 875441] Re: ZTE MF190, try to connect on bad ttyUSB2 (ubuntu 11.04 11.10 12.04)

2012-06-04 Thread Mathieu Trudel-Lapierre
The device needs to be connected. If it's listed in lsusb itself, then
running the same sudo lsusb -d 19d2:0033 command should list the
device properties. Without those, there is nothing I can do about this
bug.

Maybe try another number for the modem if that's what shows up; anything
starting with 19d2 is most likely to be the modem, but the actual
product ID might differ.

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

Title:
  ZTE MF190, try to connect on bad ttyUSB2 (ubuntu 11.04 11.10 12.04)

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

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


[Bug 875441] Re: ZTE MF190, try to connect on bad ttyUSB2 (ubuntu 11.04 11.10 12.04)

2012-06-02 Thread Mantas Kriaučiūnas
** Also affects: baltix
   Importance: Undecided
   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/875441

Title:
  ZTE MF190, try to connect on bad ttyUSB2 (ubuntu 11.04 11.10 12.04)

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

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


[Bug 875441] Re: ZTE MF190, try to connect on bad ttyUSB2 (ubuntu 11.04 11.10 12.04)

2012-05-01 Thread Mathieu Trudel-Lapierre
What is the output of sudo lsusb -d 19d2:0033 ?

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

Title:
  ZTE MF190, try to connect on bad ttyUSB2 (ubuntu 11.04 11.10 12.04)

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

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


[Bug 875441] Re: ZTE MF190, try to connect on bad ttyUSB2 (ubuntu 11.04 11.10 12.04)

2012-05-01 Thread Dr. Amr Osman
still none ??
no output at all ?

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

Title:
  ZTE MF190, try to connect on bad ttyUSB2 (ubuntu 11.04 11.10 12.04)

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

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


[Bug 875441] Re: ZTE MF190, try to connect on bad ttyUSB2 (ubuntu 11.04 11.10 12.04)

2012-04-24 Thread Mathieu Trudel-Lapierre
Amr Osman, please provide a proper patch instead of a deb package, we
can't review a deb package.

Also, it would be nice if someone having this issue could report it
upstream as suggested by Aleksander.

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

Title:
  ZTE MF190, try to connect on bad ttyUSB2 (ubuntu 11.04 11.10 12.04)

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

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


[Bug 875441] Re: ZTE MF190, try to connect on bad ttyUSB2 (ubuntu 11.04 11.10 12.04)

2012-04-24 Thread Dr. Amr Osman
actually it's a workaround that using udev rules to execute a patch when 
connecting the modem 
the patch delete /dev/ttyUSB2
and symlink /dev/ttyUSB3 to /dev/ttyUSB2 

the dev rules
/etc/udev/rules.d/90-zte.rules

##
ACTION!=add, GOTO=ZTE_End

# Is this the ZeroCD device?
SUBSYSTEM==block, ATTR{idProduct}==2000,
ATTRS{idVendor}==19d2, GOTO=ZTE_ZeroCD

# Is this the actual modem?
SUBSYSTEM==usb, ATTR{idProduct}==0033,
ATTR{idVendor}==19d2, GOTO=ZTE_Modem

LABEL=ZTE_ZeroCD
# This is the ZeroCD part of the card, remove
# the usb_storage kernel module so
# it does not get treated like a storage device
RUN+=/usr/bin/eject /media/ZTEMODEM

LABEL=ZTE_Modem
# This is the Modem part of the card, let's
# load usbserial with the correct vendor
# and product ID's so we get our usb serial devices
RUN+=/sbin/modprobe usbserial vendor=0x19d2 product=0x0033,
# Make users belonging to the dialout group
# able to use the usb serial devices.
MODE=666, GROUP=dialout
RUN+=/usr/bin/fix-zte-mf190.sh
LABEL=ZTE_End


 the patch 

/usr/bin/fix-zte-mf190.sh
#
#!/bin/bash
sudo rm /dev/ttyUSB2
sudo ln -s /dev/ttyUSB3 /dev/ttyUSB2

#

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

Title:
  ZTE MF190, try to connect on bad ttyUSB2 (ubuntu 11.04 11.10 12.04)

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

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


[Bug 875441] Re: ZTE MF190, try to connect on bad ttyUSB2 (ubuntu 11.04 11.10 12.04)

2012-04-24 Thread Mathieu Trudel-Lapierre
This is not something we can use as a workaround, since you'd be losing
USB2 which has a purpose (otherwise it wouldn't be provided).

This needs a fix in the modemmanager whitelist udev rules, or in the
kernel driver in use.

These are the revelant udev lines from modemmanager's
/lib/udev/rules.d/77-mm-zte-port-types.rules:

ATTRS{idProduct}==0033, ENV{.MM_USBIFNUM}==04, 
ENV{ID_MM_ZTE_PORT_TYPE_MODEM}=1
ATTRS{idProduct}==0033, ENV{.MM_USBIFNUM}==01, 
ENV{ID_MM_ZTE_PORT_TYPE_AUX}=1

Could you please  run 'sudo lsusb -d 12d1:0033' with the device plugged
in, so we can see if there's something going wrong with how the ports
are detected?

I suspect what is likely required here is either that these values are
plain wrong, or as a more likely scenario your device uses a different
firmware version than what was tested and lists its ports in a different
order.

** Changed in: modemmanager (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  ZTE MF190, try to connect on bad ttyUSB2 (ubuntu 11.04 11.10 12.04)

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

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


[Bug 875441] Re: ZTE MF190, try to connect on bad ttyUSB2 (ubuntu 11.04 11.10 12.04)

2012-04-24 Thread Dr. Amr Osman
actually when i execute the command nothing appear only gives me the prompt 
again ?
sudo lsusb -d 12d1:0033

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

Title:
  ZTE MF190, try to connect on bad ttyUSB2 (ubuntu 11.04 11.10 12.04)

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

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


[Bug 875441] Re: ZTE MF190, try to connect on bad ttyUSB2 (ubuntu 11.04 11.10 12.04)

2012-04-24 Thread Dr. Amr Osman
and I can confir, this workaround makes my modem works  usb-storage / cdrom / 
modem  
so , untill someone fixes this issue plz consider make the modem usable for 
users :)

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

Title:
  ZTE MF190, try to connect on bad ttyUSB2 (ubuntu 11.04 11.10 12.04)

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

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


[Bug 875441] Re: ZTE MF190, try to connect on bad ttyUSB2 (ubuntu 11.04 11.10 12.04)

2012-04-24 Thread Mathieu Trudel-Lapierre
No, we can't use this workaround at all. Sorry.

If lsusb just returns, that means it's the wrong USB ID. Does lsusb
(without parameters) list a device starting with 12d1? That's the one
you'll want to use, with vendor and product ID to pass to lsusb with the
-d switch.

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

Title:
  ZTE MF190, try to connect on bad ttyUSB2 (ubuntu 11.04 11.10 12.04)

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

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


[Bug 875441] Re: ZTE MF190, try to connect on bad ttyUSB2 (ubuntu 11.04 11.10 12.04)

2012-04-24 Thread Dr. Amr Osman
this is my lsusb output

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 19d2:0033 ONDA Communication S.p.A. 
Bus 004 Device 002: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle 
(HCI mode)

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

Title:
  ZTE MF190, try to connect on bad ttyUSB2 (ubuntu 11.04 11.10 12.04)

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

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


[Bug 875441] Re: ZTE MF190, try to connect on bad ttyUSB2 (ubuntu 11.04 11.10 12.04)

2012-03-15 Thread Dr. Amr Osman
I have discovered a workaround
http://ubuntuforums.org/showpost.php?p=11768480postcount=10
check it

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

Title:
  ZTE MF190, try to connect on bad ttyUSB2 (ubuntu 11.04 11.10 12.04)

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

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


[Bug 875441] Re: ZTE MF190, try to connect on bad ttyUSB2 (ubuntu 11.04 11.10 12.04)

2012-03-15 Thread Dr. Amr Osman
i have create a udev patch that fixes the issue in a dirty way until a fix is 
commited
this is the deb file


** Attachment added: zte patch
   
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/875441/+attachment/2878735/+files/zte-patch_0.1_all.deb

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

Title:
  ZTE MF190, try to connect on bad ttyUSB2 (ubuntu 11.04 11.10 12.04)

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

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


[Bug 875441] Re: ZTE MF190, try to connect on bad ttyUSB2 (ubuntu 11.04 11.10 12.04)

2012-03-11 Thread Dr. Amr Osman
** Summary changed:

- ZTE MF190, try to connect on bad ttyUSB2 (ubuntu 11.04)
+ ZTE MF190, try to connect on bad ttyUSB2 (ubuntu 11.04 11.10 12.04)

** Description changed:

  Hi,
  
  ZTE MF190 = ID 19d2:0124 ONDA Communication S.p.A.= (0x0149/0x124 CD/3g
  Modem)
+ 
+ also (19d2:0033)
  
  This USB ADSL modem is connected properly on ttyUSB4 only. But the
  connection is attempted on ttyUSB2 mostly, although the possibility is
  reduced after canceling the request PIN useless (in an automatic
  connection, see https://bugs.launchpad.net/ubuntu/+source/network-
  manager/+bug/704123 ).
  
  It's pretty annoying, since each retry takes minutes for the time
  necessary to activate the modem after ejecting the CD.
  
  For this problem seems indifferent the updating of the usb_modeswitch
  database (and neither did manual updates to the latest version of
  modemmanager, eventually discarded to avoid conflicts with my current
  version of ubuntu).
  
  Finally comment that my log files are really heavy, it may be better to
  tell me how to filter to avoid unnecessary messages before uploading.
  
  Best regards.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: modemmanager 0.4+git.20110124t203624.00b6cce-2ubuntu1
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic-pae 2.6.38.8
  Uname: Linux 2.6.38-11-generic-pae i686
  NonfreeKernelModules: fglrx
  Architecture: i386
  Date: Sun Oct 16 04:10:22 2011
  InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta i386 (20100317.1)
  ProcEnviron:
   LANGUAGE=es_ES:en
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  SourcePackage: modemmanager
  UpgradeStatus: Upgraded to natty on 2011-09-21 (24 days ago)

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

Title:
  ZTE MF190, try to connect on bad ttyUSB2 (ubuntu 11.04 11.10 12.04)

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

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

[Bug 875441] Re: ZTE MF190, try to connect on bad ttyUSB2 (ubuntu 11.04 11.10 12.04)

2012-03-11 Thread Aleksander Morgado
This bug is worth reporting upstream.

https://bugzilla.gnome.org/enter_bug.cgi?product=NetworkManager

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

Title:
  ZTE MF190, try to connect on bad ttyUSB2 (ubuntu 11.04 11.10 12.04)

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

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