![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
Networking & Wireless Having problems getting connected to the internet or getting your wireless card to work? Ask here. |
|
|
Thread Tools | Display Modes |
|
|
#1 | |||||
|
5 Cups of Ubuntu
![]() Join Date: Jul 2007
Beans: 43
Ubuntu 9.10 Karmic Koala
|
1) Get the latest usb_modeswitch file from the page http://www.draisberghof.de/usb_modeswitch/ from the section "Downloads"
2) click with the right button of the mouse in the file and select extract here; 3) Open the Terminal, and go to the location of the decompressed file and execute: Quote:
![]() 4) Edit the "usb_modeswitch.conf" archive. To do that execute: Quote:
5) Look for the modem name:"ZTE MF626" and erase the comments, the ( # ) and the ( ; ), Until it looks something like this: ZTE MF628+ (tested version from Telia / Sweden) ZTE MF626 Contributor: Joakim Wennergren DefaultVendor= 0x19d2 DefaultProduct= 0x2000 TargetVendor= 0x19d2 TargetProduct= 0x0031 MessageEndpoint=0x01 MessageContent="55534243123456782000000080000c8501 0101180101010101000000000000" ![]() 6) Save and Quit. 7) Plug the modem, wait few seconds and execute "lsusb" in the terminal. Here one device must have the ID 19d2:2000. ![]() Quote:
![]() 10) Now it should be recognized as a modem...and we can define an archive in order to make this device recognizable by Network Manager, for this we write in terminal: Quote:
Quote:
11) Now it should be seen in network connections as a new connection. In the original page in spanish http://www.taringa.net/posts/linux/2...ZTE-mf626.html by MOZZart, it has other commands that for this ubuntu release I found unnecessary. In my country and provider it's necessary to do some configuration in the network manager. I have to do Edit Conections -> (in english could be something like) Mobile Broadband -> Add...and than select the mobile provider... Reboot and than it will maybe ( any corrections and suggestions are welcome... P.S.:I still don't find a way to automatize all the process, anytime I want to enter the internet I have to do: "sudo /usr/sbin/usb_modeswitch -W -c /etc/usb_modeswitch.conf"...anyone that knows a way I'll appreciate... Last edited by Unkuiri; May 3rd, 2009 at 08:11 PM.. |
|||||
|
|
|
|
|
#2 |
|
☀ ☀ ☀
![]() ![]() |
Re: How-to: Install modem ZTE MF626 HSDPA in Jaunty
And this is is in jaunty!? i'm only asking because, many have troubles using usb_modeswitch in jaunty.
__________________
My Package Archive |
|
|
|
|
|
#3 |
|
5 Cups of Ubuntu
![]() Join Date: Jul 2007
Beans: 43
Ubuntu 9.10 Karmic Koala
|
Re: How-to: Install modem ZTE MF626 HSDPA in Jaunty
Yeah, it worked for me in Jaunty...I tried many tutorials but the only one that worked is this one...
P.S.: I'm a newby in Ubuntu, maybe i'm making something wrong, if it happens please forgive me... |
|
|
|
|
|
#4 |
|
☀ ☀ ☀
![]() ![]() |
Re: How-to: Install modem ZTE MF626 HSDPA in Jaunty
ah great
https://answers.launchpad.net/ubuntu...question/65281 but if it went just fine, then that's goog news
__________________
My Package Archive |
|
|
|
|
|
#5 | ||
|
5 Cups of Ubuntu
![]() Join Date: Jul 2007
Beans: 43
Ubuntu 9.10 Karmic Koala
|
Re: How-to: Install modem ZTE MF626 HSDPA in Jaunty
I had that same error, as I know the usbserial module doesn't work on Jaunty and because of that I did a thing that a user said in other forum, I've edited the file "menu.lst" located in /boot/grub/ and added a line customized entry, copied the part that says:
Quote:
Quote:
and added: "usbserial.vendor=0x19d2 usbserial.product=0x0031" (this is for my case, for the modem cited at the top) and then I booted from that new option...but when I tried to plug the modem and make it work it didn't work and then I tried again to boot normally from the normal option (not custom) and voilá it's working...Thats the reason I didn't say it in the "How-to"...do you think it's important to say that? |
||
|
|
|
|
|
#6 | |
|
☀ ☀ ☀
![]() ![]() |
Re: How-to: Install modem ZTE MF626 HSDPA in Jaunty
Quote:
__________________
My Package Archive |
|
|
|
|
|
|
#7 | |
|
Has an Ubuntu Drip
![]() Join Date: Aug 2008
Location: Athens, Greece
Beans: 721
Ubuntu 9.10 Karmic Koala
|
Re: How-to: Install modem ZTE MF626 HSDPA in Jaunty
Quote:
if above still exists, you can add a .rule file (as user JimmyI suggests with post #4 of http://ubuntuforums.org/showthread.php?t=1065934). For your case you could create the file from terminal: sudo gedit /etc/udev/rules.d/90-zte.rules copy the following lines into gedit window: Code:
ACTION!="add", GOTO="ZTE_End"
SUBSYSTEM=="usb", SYSFS{idProduct}=="2000", SYSFS{idVendor}=="19d2", GOTO="ZTE_ZeroCD"
LABEL="ZTE_ZeroCD"
RUN+="/usr/sbin/usb_modeswitch -W -c /etc/usb_modeswitch.conf"
LABEL="ZTE_End"
If all are OK, when you attach the modem (19d2:2000) the usb_modeswitch will run automatically changing to "modem state" (19d2:0031). As you are running the usbserial at boot, you don't need the "usbserial" part of above link. Regards, George
__________________
Testing ZTE MF63x on pre-released Karmic. Install wvdial or Network Manager with no internet connection. Example: 3G modem connected using only one terminal command (pppd). |
|
|
|
|
|
|
#8 |
|
First Cup of Ubuntu
![]() Join Date: Mar 2008
Beans: 3
|
Re: How-to: Install modem ZTE MF626 HSDPA in Jaunty
Hi guys,
I just want to ask those of you that have succeeded in getting the modem to work are you happy with it? I read somewhere else that people are experiencing modem hangs after ~1hr of use, so do you get these too or it works reliably? I am looking for a 3g modem to buy with Linux support #1 criteria on the list so this will be useful info. Best regards, Rado |
|
|
|
|
|
#9 |
|
5 Cups of Ubuntu
![]() Join Date: Jul 2007
Beans: 43
Ubuntu 9.10 Karmic Koala
|
Re: How-to: Install modem ZTE MF626 HSDPA in Jaunty
Hi, For me works fine the only problem that I'm experiencing sometimes is that I have to unplug and re-plug for it to work, but all the remaining things work fine and is faster than windows for example...
|
|
|
|
|
|
#10 |
|
5 Cups of Ubuntu
![]() Join Date: Jul 2007
Beans: 43
Ubuntu 9.10 Karmic Koala
|
Re: How-to: Install modem ZTE MF626 HSDPA in Jaunty
Thanks GeorgeVita, What you said worked just fine...
|
|
|
|
| Bookmarks |
| Tags |
| ubuntu, zte modem |
| Thread Tools | |
| Display Modes | |
|
|