Version 1.0.2 won't work until you configure it - that is why I wanted you to try 1.0.5 first, anyway this is how to configure 1.0.2.
EDIT. I have lately had problems with version 1.0.5 and have reverted to 1.0.2 exclusively)
First hit Alt/F2 on the keyboard then type
- Code: Select all
gksu gedit
Enter your password and your text editor will open. From the gedit 'open' menu navigate to etc/usb_modeswitch.conf and open it. (If for some reason usb_modeswitch.conf doesn't exist you can get it from here
http://www.draisberghof.de/usb_modeswitch/ save it as a file and put it into /etc) Scroll down to the section for your modem which will look like this:
- Code: Select all
# ZTE MF628+ (tested version from Telia / Sweden)
# ZTE MF626
#
# Contributor: Joakim Wennergren
;DefaultVendor= 0x19d2
;DefaultProduct= 0x2000
;TargetVendor= 0x19d2
;TargetProduct= 0x0031
;MessageEndpoint=0x01
;MessageContent="55534243123456782000000080000c85010101180101010101000000000000"
# if that command doesn't work, try the other ("eject")
;MessageContent="5553424312345678000000000000061b000000030000000000000000000000"
Alter it to make it look like this:
- Code: Select all
# ZTE MF628+ (tested version from Telia / Sweden)
# ZTE MF626
#
# Contributor: Joakim Wennergren
DefaultVendor= 0x19d2
DefaultProduct= 0x2000
TargetVendor= 0x19d2
TargetProduct= 0x0031
MessageEndpoint=0x01
MessageContent="55534243123456782000000080000c85010101180101010101000000000000"
# if that command doesn't work, try the other ("eject")
;MessageContent="5553424312345678000000000000061b000000030000000000000000000000"
ie I have removed six semicolons -that is all.
Save the file. Remove the modem, reboot then plug in the modem and wait for about 60 secs.
Open a terminal and run this command:
- Code: Select all
ls /dev/ttyU*
It should return something like this:
- Code: Select all
/dev/ttyUSB0 /dev/ttyUSB1 /dev/ttyUSB2
If it says 'not found' or something similar it hasn't worked so go back to the usb_modeswitch.conf remove the semicolon from this line:
- Code: Select all
;MessageContent="5553424312345678000000000000061b000000030000000000000000000000"
and place a semicolon in front of this line:
- Code: Select all
MessageContent="55534243123456782000000080000c85010101180101010101000000000000"
Then unplug the modem. reboot, plug in again and wait again for switching to take place, then repeat the command
- Code: Select all
ls /dev/ttyU*
If that doesn't return:
- Code: Select all
/dev/ttyUSB0 /dev/ttyUSB1 /dev/ttyUSB2
Then I dunno

Fujitsu Lifebook AH532 Laptop. Intel i5 processor, 6Gb ram, Intel HD3000 graphics, Intel Audio/wifi. Realtek RTL8111/8168B Ethernet.Ubuntu12.10 (Unity), Mint14 (Cinnamon), Manjaro (Xfce).
