0

I have purchased new vodafone usb modem (ZTE K3770-z) and tried to connect it with ubuntu 11.04. But it is not automatically detected on ubuntu.


I have installed windows 7 and ubuntu 11.04 on my laptop.

To detect the modem on ubuntu I did the following steps :-

1) Connect the modem with laptop and boot the machine with windows 7 2) After detecting the modem on wndows, restarted the machine and enter into ubuntu.


Does anyone know any solution to detect the modem automatically on ubuntu?

Thanks in advance.

Braiam
  • 67,791
  • 32
  • 179
  • 269
aneeshep
  • 30,321
  • This question appears to be abandoned, if you are experiencing a similar issue please ask a new question with details pertaining to your problem. If you feel this question is not abandoned, please flag the question explaining that. I am flagging this for closure. Regards, – Ringtail Mar 09 '12 at 01:43
  • @blueXrider: why would you like to close this question?.. May i know the reason ?. – aneeshep Apr 17 '12 at 11:16
  • This question appears to be abandoned. No activity. No answers. http://meta.askubuntu.com/questions/2651/ask-ubuntu-clean-up – Ringtail Apr 17 '12 at 14:46
  • @blueXrider: Ok then close it. But I am still facing this issue. let me try on 12.04. if it is not working i will post another question. is that ok?.. – aneeshep Apr 23 '12 at 13:09
  • It works in 13.10? or 12.04.4? – Braiam Feb 09 '14 at 20:31

4 Answers4

1

open Synaptic Package Manager Type "Smartlink" into the search field in the Synaptic Package Manager and install all of smarlink package. http://www.ehow.com/how_5435902_install-modem-drivers-ubuntu.html#ixzz2BcaT8Ean it works with me very well

user106408
  • 151
  • 1
  • 5
0

eject your device from terminal or disks.

1)you can find disks at search of unity.click to the cd rom of your modem and at left top you could find a triangle above a line at the center of three options. it will say "eject the medium in the drive". click at here.

2)In terminal, type eject & press enter

you could find your modem at nm after 12 sec,

click here to add your device id to usb switch mode for auto eject at startup

for refreshing the network manager from terminal try the command,

sudo service network-manager restart

press enter and type your password that is, you can stop restarting of your computer or replugin of your modem

kitten 94
  • 164
  • 1
  • 12
-1

Install usb-modeswitch:

sudo apt-get install usb-modeswitch

FNC
  • 11
  • 2
    What is it? What does it do? Why is it necessary? Why would this solve the OPs issue? Add a bit more information to the answer please, it is recommended and important. – Bruno Pereira Mar 14 '12 at 09:51
  • Explain more please –  Oct 10 '15 at 04:55
-1

May be late for you, but try this in your Windows 7 OS:

Go to Device ManagerUniversal Serial Bus ControllerGeneric USB Hub (right-click) → Properties → under Power Management tab, un-check "Allow the computer to turn off dis device to save power".

This may work.

Peachy
  • 7,117
  • 10
  • 38
  • 46
Diwas
  • 1