Comment 27 for bug 408555

Revision history for this message
muratsever (mseverr) wrote : Re: ZTE MF636 3G modem cannot used in Karmic

Hi i am a new user and i installed Ubuntu 9.10on my Asus EEEPc 1000H, everything works fine except my ZTE MF636 3G usb modem, i read entry #3 by GeorgeVita but i could not get my modem to work, here is what i get:

1. I could not stop NetworkManager,
2. I could not kill modem-manager
3. My usb modem seen as it should be:
    Bus 001 Device 004: ID 19d2:0031 ONDA Communication S.p.A.
4. dmesg | grep ttyUSB seems ok:
[ 2881.923530] usb 1-2: GSM modem (1-port) converter now attached to ttyUSB0
[ 2881.923756] usb 1-2: GSM modem (1-port) converter now attached to ttyUSB1
[ 2881.924053] usb 1-2: GSM modem (1-port) converter now attached to ttyUSB2

5. i could not wvdial,

6. Finally my ubuntu is:
murat@murat-laptop:~$ uname -a
Linux murat-laptop 2.6.31-15-generic #50-Ubuntu SMP Tue Nov 10 14:54:29 UTC 2009 i686 GNU/Linux
murat@murat-laptop:~$

Any help would be appreciated, thanks in advance...

The code is.............................:
----------------------------------------------
sudo /etc/init.d/NetworkManager stop
sudo: /etc/init.d/NetworkManager: command not found
murat@murat-laptop:~$ ps -A | grep wvdial
murat@murat-laptop:~$ ps -A | grep modem-manager
 2100 ? 00:00:00 modem-manager
murat@murat-laptop:~$ sudo kill 2100
murat@murat-laptop:~$ ps -A | grep modem-manager
 2117 ? 00:00:00 modem-manager
murat@murat-laptop:~$ sudo kill 2117
murat@murat-laptop:~$ ps -A | grep modem-manager
 2122 ? 00:00:00 modem-manager
murat@murat-laptop:~$ sudo kill 2122
murat@murat-laptop:~$ ps -A | grep modem-manager
 2127 ? 00:00:00 modem-manager
murat@murat-laptop:~$ sudo kill 2127
murat@murat-laptop:~$ ps -A | grep modem-manager
 2132 ? 00:00:00 modem-manager
murat@murat-laptop:~$ sudo kill 2132
murat@murat-laptop:~$ ps -A | grep modem-manager
 2137 ? 00:00:00 modem-manager
murat@murat-laptop:~$ murat@murat-laptop:~$ lsusb
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 004: ID 19d2:0031 ONDA Communication S.p.A.
Bus 001 Device 003: ID 04f2:b071 Chicony Electronics Co., Ltd 2.0M UVC WebCam / CNF7129
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 002: ID 0b05:b700 ASUSTek Computer, Inc. Broadcom Bluetooth 2.1
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
murat@murat-laptop:~$ dmesg | grep ttyUSB
[ 2881.923530] usb 1-2: GSM modem (1-port) converter now attached to ttyUSB0
[ 2881.923756] usb 1-2: GSM modem (1-port) converter now attached to ttyUSB1
[ 2881.924053] usb 1-2: GSM modem (1-port) converter now attached to ttyUSB2
murat@murat-laptop:~$ sudo wvdial 2
sudo: wvdial: command not found
murat@murat-laptop:~$ uname -a
Linux murat-laptop 2.6.31-15-generic #50-Ubuntu SMP Tue Nov 10 14:54:29 UTC 2009 i686 GNU/Linux
murat@murat-laptop:~$