Warning: Use of undefined constant archives - assumed 'archives' (this will throw an Error in a future version of PHP) in /home/stufimedia/public_html/berbagi/wp-content/themes/cordobo-green-park-2/archive.php on line 17

Warning: Use of undefined constant page - assumed 'page' (this will throw an Error in a future version of PHP) in /home/stufimedia/public_html/berbagi/wp-content/themes/cordobo-green-park-2/archive.php on line 17

Warning: A non-numeric value encountered in /home/stufimedia/public_html/berbagi/wp-content/themes/cordobo-green-park-2/archive.php on line 17

Warning: A non-numeric value encountered in /home/stufimedia/public_html/berbagi/wp-content/themes/cordobo-green-park-2/archive.php on line 17
class="post-152 post type-post status-publish format-standard hentry category-berbagi-driver category-petunjuk-linux tag-cdma tag-driver tag-geemobile tag-linux tag-modem tag-seting-modem-linux">

Seting Modem Gee Mobile CDMA di Linux

14/07/2013

Install usbmodeswitch

sudo apt-get install usb_modeswitch

Tambahkan seting usbmodeswitch untuk geemobile

gksu gedit /etc/usbmodeswitch.d/05c6\:1000

isikan:

#######################################################
# gee mobile evdo

DefaultVendor= 0x05c6
DefaultProduct= 0x1000

TargetVendor= 0x05c6
TargetProduct= 0x6500
#TargetClass= 0xff

CheckSuccess=20

MessageContent=”5553424370f93a82000000000000061b010000000000000000000000000000″
#NeedResponse=1

Buat koneksi wvdial untuk geemobile

gksu gedit /etc/wvdial.conf

Isikan:

[Dialer Defaults]
Modem = /dev/ttyUSB0
Baud = 230400
Init1 = at+csq?
#Init2 = at$systime
Init3 = ate0
#Init4 = at$ruimsts?
Modem Type = USB Modem
Phone = #777
Username = ;isikan username
Password = ;isikan password
Dial Command = ATDT
Stupid Mode = 1

masukkan module geemobile

sudo su
modprobe option
echo “05c6 6500” > /sys/bus/usb-serial/drivers/option1/new_id
exit

Restart!

Buat perintah untuk usbserial dan sekalian koneksi wvdial

gedit geemobile

isikan:

sudo modprobe -v usbserial product=0x6500 vendor=0x05c6
sudo wvdial

buat agar dapat di execute

chmod +x geemobile
sudo mv geemobile /usr/bin

Penggunaan: modem harus dipasangkan sebelum booting. Setelah selesai boot, buka terminal dan ketik: gksu geemobile

NB:
Jika terjadi hang, atau keluar karakter aneh, cabut modem sebentar dan cepat-cepat pasang lagi
Jika saat booting modem belum dipasang, gunakan perintah:

sudo usb_modeswitch -W -v 0x05c6 -p 0x1000 -V 0x05c6 -P 0x6500 -M 5553424370f93a82000000000000061b010000000000000000000000000000 -s 20