Wednesday, February 22, 2012

MobileLink Qualcomm With Smartfren SIM Card at Linux Mint /Ubuntu

WHEN I PLUGGED MY MODEM DID NOT RECOGNIZE AS MODEM.
Mobilelink-Qualcomm CDMA/EVDO modem is not automatically detected by Linux Mint or Ubuntu as a modem. So when you will connect it to the internet it needs to detect as modem first. This modem is detected as Usb Mass Storage Qualcomm.

CHECK USB
Open your TERMINAL....
Enter to super user with type this code

$ su

then enter and give your password and enter once again. Type code

#lsusb

then enter and you will see something like this (below)

Bus 002 Device 008: ID 05c6:1000 Qualcomm, Inc. Mass Storage Device
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
.............................................................


Qualcomm Mass Storage Device,.... modem has not been recognizing till here.
You can remove Usb Storage in order to change it into modem/usb serial.

#rmmod usb_storage

If it not work you can use command below;

to show where the qualcomm storage device as CD-ROM, type

#dmesg|grep "CD-ROM"

the you will see kind like this below:

[ 1.119622] scsi 1:0:0:0: CD-ROM HL-DT-ST DVD-RAM GH22NP20 1.02 PQ: 0 ANSI: 5
[ 1.124576] Uniform CD-ROM driver Revision: 3.20
[ 1.124789] sr 1:0:0:0: Attached scsi CD-ROM sr0
[42416.788747] scsi 2:0:0:0: CD-ROM Qualcomm MMC Storage 2.31 PQ: 0 ANSI: 2
[42416.858982] sr 2:0:0:0: Attached scsi CD-ROM sr1


with rmmod is not working, so you can eject it with eject command. And CD-ROM of Qualcomm MMC storage is CD-ROM sr1, so you can eject it.

#sudo eject /dev/sr1

After ejected you will see qualcomm storage by show USB device.

#lsusb

Qualcomm storage now has been ejected and device is only USB.

Bus 002 Device 008: ID 19f5:9909

You have to know that ID of qualcomm is 19f5 as vendor
and the product is 9909.

Last action on terminal is to make the modem detected.

#modprobe usbserial vendor=0x19f5 product=0x9909

And hit enter button.

SETTING IN NETWORK
If you need wvdial, you can download after internet is connected.

#sudo apt-get install wvdial


Enter in to Network Connection setting by right click on the icon (you can see in your desktop, at the right-bottom corner).
Click EDIT CONNECTION>>MOBILE BROADBAND>>ADD>>Click it
Foreward>>Indonesia>>Foreward>>I can't.....>>provider:smartfren>>APPLY>>username:smart, password:smart, dial/access number:#777. You can make it connect automatically by choose it.

Restart your system if it does not connect automatically.
NOW THE MOBILELIKN QUALCOMM WITH SMARTFREN CDMA/EVDO HAS TO BE CONNECTED.

If there are more tips you can upload them in comment at this blog. Thanks.

FREE PAID TO CLICK ONLINE

PAID TO CLICK WEBSITE According to Wikipedia ( link ) Paid to click is an online business model that draws online traffic from peopl...