Blog Forum Wiki Links Contact Us NetbookUser
RunCore Pro IV SSD Transforms your ASUS EEE PC by increasing 
performance 5-40X. Your satistfaction guaranteed RunCore Pro 70mm SATA Mini PCI-e SSD
RunCore Pro IV 70mm SATA II Mini PCI-e SSD
RunCore Pro IV 2.5 Inch SATA II SSD

You are not logged in.

#1 2008-04-02 3:49:04 pm

dontpanic
New member
Registered: 2008-03-29
Posts: 2

ZTE MF622 (mobile broadband) modem + USB memory sticks + SD reader

Hi all,

There's been a lot of talk about how to get the ZTE MF622 (HSDPA mobile broadband modem) to work with the EEE. Some very good tutorials out there, but so far I haven't seen any which address the problem that USB memory sticks and the internal SD card reader stop working whenever you carry out the mod.

I'll start with how I got the ZTE to work:
1 - Install Ubuntu (The stock OS was good, but it just wasn't doing it for me)
2 - Install the patch found here, and the additional scripts found here.
3 - Plug in modem
4 - Configure KPPP to give me a graphical dialer
5 - It works smile

Unfortunately a lot of people get to this point and cannot get their USB memory sticks or internal SD reader to work any more. I'm pretty sure it has something to do with recompiling the usbserial.ko module, though I don't know an awful lot about USB drivers in Linux.

Has anyone had any joy with this subject?

Offline

 

#2 2008-04-13 11:26:48 am

mdfischer
New member
From: Canterbury
Registered: 2008-02-09
Posts: 2
Website

Re: ZTE MF622 (mobile broadband) modem + USB memory sticks + SD reader

Here is another solution that should work with a stock Asus EEEPC and its present Xandros disto. I have recompiled a couple of drivers and included scripts to make zte mf622 modem work with EEEPC without removing support of SD and usb mass storage. It is not elegant, but works. Improvements welcome.

Download:

http://anthrosciences.net/asus_eeepc/EEEPC_3gSerial.zip

Read the readme.txt file (follows and in distibution). Have included  the source files I modified from the current ASUS kernel source files. All I did is literally add a line to support the modem and recompile.

These changes make it possible to use the ZTE MF622 to the Asus. It is not a refined process. I got it working for me and am happy, and won't work further until it fails or someone else improves it. If you do improve it please let me know (m.d.fischer@kent.ac.uk) and I'll update the archives and give you credit.

I have recompiled two modules, usbserial.ko and airprime.ko. airprime is a much faster interface for 3g modems with larger buffers than usbserial. It also simplifies getting the modem recognised in the first place.

I have added two scripts to /etc/udev/rules.d. One is similar to the published solutions elsewhere, but checks specifically if the usb-mass storage device is the zte mf622 before removing support for usbstorage. Apparently either the storage devices are mounted later, or they remount themselves. But works for me.

The second script ejects the zte mf622 pseudo cd-drive, allowing the zte modem to appear. This process takes time! 30 seconds to a minute before the modem is available after plugging in the modem. Keep this in mind before trying to establish a ppp connection.

You will also need to configure ppp ... I direct you to a page on the web for that. Skip the first section on recognising the modem since what I have done is equivalent.

To install:
1) get a terminal up, cd to the directory where you unpacked the archives,
and type

bash bash_me_to_install.bash

You may be asked to give a password if you have set one since this
uses the sudo command to act as root for a couple of operations.

If you don't trust me, just look at the file and do what is inside yourself.

These changes just make it possible to connect the ZTE MF622 to the Asus.

2)
To connect to the UK Three network follow the second part of directions at

http://hillj.co.uk/2008/01/31/how-to-ge … ux-ubuntu/

beginning with text "Create a file called /etc/ppp/peers/three, and include:"

Do not do the first part, since what I have included here is the equivalent, without the side effect of losing USB mass storage (at least for me!)

Diagnostics:

sudo lsusb

You should see either 19d2 2000 or 19d2 0001 in the report
19d2 2000 is the fake cd, and you can't proceed with ppp until it is
19d2 0001. This can take some time (up to a minute from plugging in the modem)

sudo lsmod should include airprime in the list. It will have a zero following it until you make a ppp connection.

Offline

 

#3 2008-04-16 7:55:42 pm

jnm21
New member
Registered: 2008-04-16
Posts: 7

Re: ZTE MF622 (mobile broadband) modem + USB memory sticks + SD reader

Hi MDFischer - firstly, thanks for taking the time to make available the modified ko files - I wish you'd done it 2 days earlier or I'd come past this thread a few days later than I did!  Here's where I got to (copied from a thread on a non-tech site, where I'm possibly better qualified to advise people):

me on HUKD wrote:

ZTE MF622 with Linux (specifically the default EEE PC Xandros)


As I promised, if requested, I would post my collection of links regarding this subject - it has taken me longer than I dreamt possible to get this far!

The modem acts as a USB storage device by default - one must get the device switched to the modem mode - this is all I have managed to do so far! Thanks to these links:

The forum for users: http://forum.eeeuser.com/
The next link I found (useful, but see note 1 - *DID NOT WORK FOR ME*): http://blog.ufsoft.org/2007/11/30/zt...em-under-linux
The next source (see note 2 - *DID NOT WORK FOR ME*): http://hillj.co.uk/2008/01/31/how-to...-linux-ubuntu/
I believe I found this via the forum (first link - EDIT: actually I may have found it from http://foodfight.org/log/Interweb/xs4all-umts or http://overuseee.pistooli.com/?p=7): http://www.draisberghof.de/usb_modeswitch/

I downloaded usb_modeswitch-0.9.3.tar.bz2 from the link in the download section of the link above, opened it (opens with a double click on an 3E PC as new or on my XP laptop using IZarc - see Tucows if you need this), extract usb_switchmode (no extension), put it in /sbin, created a file in /etc/udev/rules.d (I called it zte-mf622-usb-hsdpa-modem.rules, but the name merely controls the run order AFAIK) & added this code to the file:

Code:

BUS=="usb", SYSFS{idVendor}=="19d2", SYSFS{idProduct}=="2000" RUN+="/sbin/usb_modeswitch"

NB Now wondering (fairly certain) I had to add a file /etc/usb_modeswitch.conf (copied & amended from the usb_modeswitch-0.9.3.tar.bz2 file).

To check the progress, use lsusb - when plugged in, the modem with list with ID 19d2:2000 (i.e. vendorID:productID) then after a few seconds it will reboot (the light will go off & come back on), then lsusb will list the ID as 19d2:0001.

Notes:
1) Although the method in this link did not work for me (killed all usb devices), I include it as it is due credit for giving me the second link & the EEE Xandros syntax for the rules file, which is written in Ubuntu syntax (I believe) in the second link.
2) Although again the first part of the method in this link (amended from & credited to the previous link) did not work for me (killed all usb devices), I include it as it is due credit as I expect to use the scripts mentioned later in it once I get my next step completed.

From what I read, I believe the next step is a 'driver' (please remember I am a windoze refugee - I may use incorrect Linux terms) to use the modem. The first two links refer to usbserial, but it needs to be recompiled to include parameters (in the first link, the Linux variant used does not require this, but ASUS have not yet included a recompiled version in the EEE Xandros). When seeking advice on doing this or better still a recompiled file, I found suggestions that Airprime is better. Links for this info include:

http://forum.eeeuser.com/viewtopic.php?id=11593 (post #8)
http://forum.eeeuser.com/viewtopic.php?id=10801
http://forum.eeeuser.com/viewtopic.php?pid=120277 (end post #31)
http://samat.org/weblog/20070127-hig...inux-6-10.html


I have got a fair bit further - did the 'pinning' of the system, mentioned in the WIKI of the forum (first link), used synaptic to install gcc + all recommended + all suggested extras, then downloaded the Kernel from Asus & recompiled it, changing airprime to include the ZTE. I have since recompiled usbserial to include parameters & option to include the mode - I am now T'd off - serial & option (probably the worst & best of the three) each give 3 devices ttyUSB[0-2], while airprime gives no fewer than 9 (in the range ttyUSB[0-8])!!!

ttyUSB0 & 2 appear in the network creation wizard if you choose type dial up (but won't call my landline when I try to test) - still not got any to appear if you choose 3G/UTMS/HSDPA (approx) as the type. I can't remember which of the three drivers showed the devices in the (wrong type) wizard.

So, can I ask if my 'part 1', to change the modem to modem mode from usb storage mode (as copied from/advised by the various links) is cleaner than the one you are using (takes 20 to 30 seconds & doesn't affect any other devices)?

I will study your c files (I'd bet they are the same/as near as makes no difference to mine) & the rest of your method as I can't get a connection (I think the option driver may have been a red herring/dead end, but I can't find a definitive airprime is better than option for the mf622 anywhere).

Thanks again for your efforts.

EDIT: One question - on the EEE PC, do you use the single or double USB cable?

Last edited by jnm21 (2008-04-16 8:09:48 pm)

Offline

 

#4 2008-04-17 9:21:58 am

mdfischer
New member
From: Canterbury
Registered: 2008-02-09
Posts: 2
Website

Re: ZTE MF622 (mobile broadband) modem + USB memory sticks + SD reader

Dear jnm21 and others

Sorry if I've added to your pain. I made a rather gross error in the mdfischer posting in transferring a line to the 25-zte-mf622.rules file.

The lines

GROUP="dialout"
NAME="ttyUSB%n", SYMLINK+="usb/tts/%n", MODE="664" ,  GROUP="dialout"

should have been the single line

BUS=="usb", SYSFS{idVendor}=="19d2", SYSFS{idProduct}=="0001", KERNEL=="ttyUSB[0-9]*", NAME="ttyUSB%n", SYMLINK+="usb/tts/%n", MODE="0664", GROUP="dialout", RUN+="/sbin/modprobe airprime"

I had the correct line in another rules file that I had meant to delete, so it still worked for me.

Although I hope to find a way to do this without usb_modeswitch, at the moment my method doesn't work properly in some circumstances when other usb storage is already installed (seems to work with sd, but not with usb-sticks).

I will correct the archives. If jnm21 sends me the compiled usb_modeswitch programme (and source distribution) I will include this in the archives, and change the rules code to use this instead of rmmod.

You can get my email address off my website link above. (http://fischer.md)

Mike

Offline

 

#5 2008-04-17 4:34:28 pm

jnm21
New member
Registered: 2008-04-16
Posts: 7

Re: ZTE MF622 (mobile broadband) modem + USB memory sticks + SD reader

No Mike, was too tired to turn on the 3E PC when I saw your post, so hadn't tried any of it.

Everything for usb_modeswitch can be found here: http://www.draisberghof.de/usb_modeswitch/

I really hope the extra group, etc is all I need to do - I followed the same site to do the pppd scripts.

So which USB cable do you use?

Offline

 

#6 2008-04-18 7:21:05 pm

pauliephonic
Member
Registered: 2007-11-07
Posts: 18

Re: ZTE MF622 (mobile broadband) modem + USB memory sticks + SD reader

Hi all, I just spent all of 10 mins getting this working on ubuntu on the eeepc, dunno if its as easy on Xandros

I used the info on the page to edit a .rules file and wvdial.conf.

I rebooted, ejected the cd icon manually and typed sudo wvdial and it all worked, seems much easier than some suggestions for compiling modules and switching of usb mass storage.

Page: http://ubuntuforums.org/archive/index.php/t-665332.html

JimmyI s post, 4th one down.

Hope this helps someone

P

Offline

 

#7 2008-04-18 8:16:52 pm

jnm21
New member
Registered: 2008-04-16
Posts: 7

Re: ZTE MF622 (mobile broadband) modem + USB memory sticks + SD reader

Thanks for the info - from what I read, the Ubuntu set up is easier (you don't need to recompile usbserial for instance) - will check the link though.

EDIT: Yep, as I suspected, you are using usbserial - IIRC as well as having parameters enabled by default, the usbserial included on Ubuntu may have better throughput (different buffers or something) - what download speeds are you getting?

Mike, what is is the difference between group 664 & 660 - have seen both used, both supposedly successfully?

EDIT2:  Well Paul, the link you gave caused me to give up on pppd & try wvdial (I had looked atit before, even read the description in synaptic) - it worked first time & I got online with my 3E PC & MF622 - thanks!

Last edited by jnm21 (2008-04-19 5:32:03 pm)

Offline

 

#8 2008-04-21 1:49:39 am

hygeenryan
New member
Registered: 2008-04-21
Posts: 1

Re: ZTE MF622 (mobile broadband) modem + USB memory sticks + SD reader

Hi Pauliephonic
Sounds great
Could you please post the details i.e. which ubuntu, which modem, your wvdial,conf and /etc/udev/rules.d/XXXXXX.rules files. I have been trying to get my 3.co.uk  ZTE MF622 working with ubuntu-7.10 on my eee for a few days now, with no progress. Everything else is working the way I need on the eee. I am gobsmacked to see this amazing little gizmo boot a full blown ubuntu-7.10-desktop (not yes fully optimised) in 43 seconds flat to the login prompt with compiz extras.
Thank for your great efforts

Offline

 

#9 2008-04-21 4:14:59 am

bounder
New member
Registered: 2008-04-21
Posts: 3

Re: ZTE MF622 (mobile broadband) modem + USB memory sticks + SD reader

I've followed all of mdfischers instructions, but get "unrecognized option '/dev/ttyUSB0'" as a error message when I try to pppd call three - looking in the /dev/ folder doesn't show any file called ttyUSB0?

the EEE is my first experience of Linux (though quite competent i thought on Mac and PC), so I'm completely confused...

Offline

 

#10 2008-04-23 7:26:10 am

pauliephonic
Member
Registered: 2007-11-07
Posts: 18

Re: ZTE MF622 (mobile broadband) modem + USB memory sticks + SD reader

Hi there, I won't post my files here as I used the files suggested in this page:

http://ubuntuforums.org/archive/index.php/t-665332.html

I am using the ZTE MF622 with ubuntu 7.10 on my eeepc, the instructions really are quite straightforward.

I would repeat that the easiest way to put the modem into Modem mode, as opposed to usb drive mode is to 'Eject' it from your desktop menu using the context menu (right-click)

A few seconds after you do this,  the command lsusb shows that the device now has id 19d2:0001

> lsusb
....
Bus 001 Device 004: ID 19d2:0001
....

when the device is in this mode the command

> sudo modprobe usbserial vendor=0x19d2 product=0x0001
(this is the command that should autoexecute by rules in /etc/udev/rules.d, try issuing it manually if the device is not getting picked up after ejecting)

will attach it so that wvdial can do it's magic (wvdials conf file is included in the link above)

Hope this helps

Paulie

Offline

 

#11 2008-04-23 6:47:17 pm

jnm21
New member
Registered: 2008-04-16
Posts: 7

Re: ZTE MF622 (mobile broadband) modem + USB memory sticks + SD reader

"I would repeat that the easiest way to put the modem into Modem mode, as opposed to usb drive mode is to 'Eject' it from your desktop menu using the context menu (right-click)"

That is questionable - it may be easier 1st time, but after 10 or 20 uses, the usb_modeswitch method will be far 'easier', from the action required viewpoint.  For anyone reading this who is not using Ubuntu, consider that the usbserial included with your distro may not include parameter support & may not be able to give a good throughput.

Offline

 

#12 2008-05-08 11:03:30 am

codfather
New member
From: london
Registered: 2007-11-21
Posts: 4
Website

Re: ZTE MF622 (mobile broadband) modem + USB memory sticks + SD reader

One of my friends has bought an eeepc and one of these modems from '3' mobilr in the UK. The methods described about, and in the ubuntu post helped me work through getting it working, but with some minor issues that I worked around, which I will now document here.

The revised automount posted by mdfisher for the 25 rule needs to be modified before running the bash scritp. I could not get this to work correctly, no matter how I edited the udev rule 25. So I created a simple script in /usr/bin to force the insertion of the airprime module and the usbserial module. The other parts of the rules seem to work, and automatically unmount the false cd-rom mount. You will also have to create the three and three.chat files mentioned above, and also described below. So follow mdfishers instructions, modify the 25 udev rule, and then run the bash script, then complete below.

Script to start the modem once it has been inserted. - start-three.sh

#!/bin/bash
sudo modprobe airprime
sudo modprobe usbserial vendor=0x19d2 product=0x0001
sudo pppd call three
sleep 30
sudo cp /etc/resolv.conf-orig /etc/resolv.conf
exit

I found that the DNS was not working correctly, and I backed up the /etc/resolv.conf file and just put it back once I had called the pppd to start. You may not need to this, so check the contents of the file /etc/resolv.conf, and if it is empty, take the sleep command and the cp command out of the above script.So to make a backup copy of your /etc/resolv.conf , like so , sudo cp /etc/resolv.conf /etc/resolv.conf-orig. This simple just moves a known working DNS lookup file.

You will need to create this file as root - ie sudo /usr/bin/start-three.sh and once created you will need to do the following to make sure you can run this file from a terminal, like so 'sudo chmod +x /usr/bin/start-three.sh

I also created a simple script to stop it again once finished, using the methods described above called /usr/bin/stop-three.sh
#!/bin/bash
sudo killall pppd
exit

I also created another simple script to check that the modem had made a good connection, and that an IP address had been assigned, as without this, you won't be able to connect to anything: Again sudo chmod +x /usr/bin/three-diag.sh
/usr/bin/three-diag.sh

#!/bin/bash
/sbin/ifconfig | grep -A 1 ppp0


This would start, and once you could see ppp0 with the three-diag.sh script, you knew you could open firefox and surf.

We tested this several times, and it worked each time.

I hope this helps others trying to get this working.

Cod

For completeness, here are the other config files I created from the ubuntu install post.

/usr/ppp/peers/three
/dev/ttyUSB0
nobsdcomp
novj
nodeflate
ipcp-accept-local
ipcp-no-address
ipcp-no-addresses
ipcp-max-configure 20
user guest
password guest
crtscts
modem
noipdefault
replacedefaultroute
defaultroute
lock
noauth
connect '/usr/sbin/chat -f /etc/ppp/peers/three.chat'
ipcp-restart 8
ipcp-max-configure 50
ipcp-accept-local
ipcp-accept-remote
usepeerdns

/etc/ppp/peers/three.chat

ABORT BUSY
ABORT 'NO CARRIER'
ABORT VOICE
ABORT "NO DIALTONE"
"" ATZ
OK AT+CGDCONT=1,"IP","three.co.uk"
OK ATDT*99***1#
'CONNECT' '\c'
'TIMEOUT' '20'


To err is human but to really foul things up requires a windows computer
http://codsplaice.blogspot.com

Offline

 

#13 2008-05-12 9:17:12 am

bounder
New member
Registered: 2008-04-21
Posts: 3

Re: ZTE MF622 (mobile broadband) modem + USB memory sticks + SD reader

Sorry codather, can't understand that at all. Is it possible that someone could post a very simple step-by-step for linux newbies?

Offline

 

#14 2008-05-16 3:02:04 pm

lesway
New member
Registered: 2008-05-16
Posts: 2

Re: ZTE MF622 (mobile broadband) modem + USB memory sticks + SD reader

Here's my version of a fix for a Eee 900, with the ZTE MF622 modem.  I arrived at this after a couple of hours of fiddling based on other posts in this thread.  The solution I have seems simpler than the others listed above, and worked fine for me, but your mileage may vary (as they say).  While I was testing, I was careful to undo one experiment before starting another, so this ought to work on a clean machine - but I make no promises.

1. Download and unpack the EEEPC_3gSerial.zip file from mdfischer (see the second post in this thread).  Only the two kernel module files from this package are needed.

2. Replace the Eee's two 'native' kernel modules with the modules from mdfischer's package, like this:
  a  Assuming you're working from another pc, copy the kernel modules usbserial.ko and airprime.ko to a usb memory stick...
  b  Insert the USB memory stick into the Eee
  c  Open a terminal window by pressing ctrl-alt-t
  d  Type the following to make backups of the original kernel modules...
          cd /lib/modules/2.6.21.4-eeepc/kernel/drivers/usb/serial
          sudo cp airprime.ko airprime.ko.orig
          sudo cp usbserial.ko usbserial.ko.orig
  d  Type the following to copy the new kernel modules over the native ones (assuming your USB memory stick is mounted at  /media/D: ) ...
          sudo  cp  /media/D:/airprime.ko  /lib/modules/2.6.21.4-eeepc/kernel/drivers/usb/serial
          sudo  cp  /media/D:/usbserial.ko  /lib/modules/2.6.21.4-eeepc/kernel/drivers/usb/serial

3. Now, make sure the airprime module gets loaded each time the eee boots (loading the airprime module also causes the usbserial module to load).  Do this by editing the /etc/modules file using the KDE text editor (kate)...
  a  Open the KDE text editor to work on the /etc/modules file...
          sudo kate /etc/modules
  b  Scroll to the bottom of this file, and add the word "airprime" to the list.  The end of the list should then look like...
          button
          asus_acpi
          fuse             
          airprime
  c  Save the file and close the text editor

4.  Restart the Eee.  (If you wish, confirm that the modules are loaded by opening a terminal window, and typing lsusb at the prompt.  You should see airprime and usbserial among the listed items)

5.  Plug in the ZTE modem.  At first, the ZTE modem light will be red, then a CD icon will appear in the task bar and the modem light will turn green.  After a minute or so, the icon will disappear (because the fake CD won't mount properly).  The ZTE modem's light will turn red, then green again.  The modem is now ready to be configured

6.  From the 'Internet' page, open the 'Network' icon to open the 'Network Connections' dialog, and click the 'Create...' button.  Follow the Connection Wizard using these settings (these are for 3 UK - other operators may use different default usernames ans passwords))...
  a  Connection type... select 'Dialup'  (the Eee will then take an age to search through the available hardware for a modem)
  b  Highlight the 'Serial - modem' item in the list of devices.  It should list /dev/tts/USB0 as its 'details'.  Click 'Next'
  c  Set the phone number to *99# then click 'Next'
  d  Set the user name as "guest", and the password to "guest" (ignoring my quotation marks)
  e  Give the connection an appropriate name, and click 'Next' (the Eee will now take an age configuring the connection)
  f  Click 'Finish'

Start the connection (using the 'Connection' button on the 'Network Connections' dialog - mine takes an age to connect).  Have fun.
 
As I've said, this works fine for me, but I make no promises.

===
Edit 19-5-2008:  corrected typo:  modules directory should be /lib/modules/2.6.21.4-eeepc/....

Last edited by lesway (2008-05-19 5:07:58 pm)

Offline

 

#15 2008-05-19 12:50:38 pm

bounder
New member
Registered: 2008-04-21
Posts: 3

Re: ZTE MF622 (mobile broadband) modem + USB memory sticks + SD reader

lesway, thanks a million it worked.

my eeepc folder was 2.6.4-eeepc and the usb drive didn't mount as D: - but your instuctions were great so I could work those odd bits out myself.

Now to use the thing as portably as I hoped smile!

Offline

 

#16 2008-05-19 5:14:42 pm

lesway
New member
Registered: 2008-05-16
Posts: 2

Re: ZTE MF622 (mobile broadband) modem + USB memory sticks + SD reader

@ bounder... I think we're both guilty of typos wink  Glad it worked for you - I've updated the post to fix my errors.

Offline

 

#17 2008-05-25 1:34:34 pm

atuck
New member
Registered: 2008-04-17
Posts: 3

Re: ZTE MF622 (mobile broadband) modem + USB memory sticks + SD reader

I have been following this thread intently being totally new to Linux. Between mdfischer and lesway my problem has been solved and am able to use ZTE with eeePC.
I originally tried mdfischer method with no sucess despite personal email help from Mike for which I thank him.
The point of this post is to say that lesway's method works on a machine that is not clean as applied his method over mdfischer's files and all worked perfectly.
Thank you both lesway and mdfischer.

Offline

 

#18 2008-06-21 7:39:58 am

niknik068
New member
Registered: 2008-06-21
Posts: 2

Re: ZTE MF622 (mobile broadband) modem + USB memory sticks + SD reader

XP Instalacion problem with ZTE MF622.Can be solved by using USB CABLE FOR NOKIA PHONE symbian.During the instalation skip restart of pc.And it work.For MAC you must find drivers on net.

niknik068

Offline

 

#19 2008-06-21 7:44:28 am

niknik068
New member
Registered: 2008-06-21
Posts: 2

Re: ZTE MF622 (mobile broadband) modem + USB memory sticks + SD reader

Problem sa instalacijom Modema ZTE MF622.Kada nije moguće izvrsiti konekciju tj.kada PC ne prepoznaje sami modem nakon instalacije ili ne moze da se konektuje.Probajte sa USB kablom od Nokia tel.Symbian.i kada vam racunar ponudi restart kliknite NO.

niknik068

Offline

 

#20 2008-07-04 4:26:03 pm

sergiogripp
Member
From: Cuiabá - MT
Registered: 2008-07-03
Posts: 13

Re: ZTE MF622 (mobile broadband) modem + USB memory sticks + SD reader

Hi dontpanic. The link you've said "2 - Install the patch found here[this link], and the additional scripts found here." doesn't work anymore. Do you have another link like that?

Thanks.

Sergio Gripp
Brazil

Offline

 

#21 2008-07-08 5:35:09 pm

atuck
New member
Registered: 2008-04-17
Posts: 3

Re: ZTE MF622 (mobile broadband) modem + USB memory sticks + SD reader

I noticed some comments above that mdfisher and lesways methods don't always work on all individual eeepc's. 
Well, I had a complete crash on my eeepc 2g surf [700] model after a successful installation of my ZTE modem but when reinstalling the modem this time around I was unable to get the modem recognized as anything other than a USB stick and getting the usual usb/sd insertion screen.. 
I then added the following repository to sudo synaptic:
In URL box=           http://update.eeepc.asus.com/p701
in Type box=         p701
distribution box=   main

Once you have loaded this repository go the "settings" tab on the desktop.
Click on "Add/remove software".
Allow it to check for software updates. 
Install the 2 security updates under the "settings" tab. 
When both have been downloaded/installed restart the eeepc.
When rebooted insert the ZTE modem into the usb socket and matters will proceed with the red and green lights as described by lesway.
While this is happening you will note that the usual screen on insertion of usb does NOT appear and that a CD symbol will appear in the tray during the first green light session and will disappear when the modem LED light goes red again and then green again. 
Once this has all happened the modem will work in accordance with lesway instructions.

It appears that that on some eeepc's unless these two security updates are installed the modem switching  routine does not alwats work.

Hope this helps any of you who have had same problem as me.,

Offline

 

#22 2008-09-05 4:52:13 pm

tirc
New member
Registered: 2008-09-05
Posts: 2

Re: ZTE MF622 (mobile broadband) modem + USB memory sticks + SD reader

Michael

Followed your instructions on how to get the ZTE modem to work on a 900 - thanks.

It says it's connected but browsing results in a 'server not found' message.

Any ideas?

Tirc

Offline

 

#23 2009-04-13 5:55:08 am

credit123
New member
Registered: 2009-04-08
Posts: 3

Re: ZTE MF622 (mobile broadband) modem + USB memory sticks + SD reader

Thank you so much for your all the links and instructions. They are very helpful.
maison de credit

Offline

 

#24 2009-09-05 11:22:32 pm

jeschofnik
New member
Registered: 2009-09-05
Posts: 1

Re: ZTE MF622 (mobile broadband) modem + USB memory sticks + SD reader

hi

has anybody a new link to EEEPC_3gSerial.zip because the server is down

phil

Offline

 

Board footer

Powered by PunBB 1.2.15
© Copyright 2002–2005 Rickard Andersson