How To Internet Connection Using Haier CE100 and Ubuntu 9.04
filed in In Moving to Linux, Learning by Playing, Ubuntu on Oct.17, 2009
Nowadays I’m using Haier CE100 modem with SMART for my internet connection. As a default, Ubuntu 9.04 just know Haier CE100 as a storage device. But using small trick, everything you can do with Ubuntu
.
This is my system :
Ubuntu Jaunty Jackalope (9.04)
Kernel 2.6.28-15
Intel Core2duo T6400
So, let’s begin…
Plug in your modem to your computer. Check out that Ubuntu can read your modem by typing : lsusb in your terminal and you will see a line like this :
Bus 006 Device 003: ID 201e:2009
Run this command in your terminal :
sudo su apt-get install linux-source linux-headers-generic build-essential cd /usr/src tar xjf linux-source-2.6.28.tar.bz2 cd linux-source-2.6.28 gedit /usr/src/linux-source-2.6.28/drivers/usb/serial/option.c
In line 297, you will see a line like this :
#define BENQ_PRODUCT_H10 0x4068
and in line 515, you will see a line like this :
{ USB_DEVICE(0x1da5, 0x4515) }, /* BenQ H20 */
Edit this file by adding this 2 lines in line 298 (below a line : #define BENQ_PRODUCT_H10 0×4068) :
+#define HAIER_VENDOR_ID 0x201e +#define HAIER_PRODUCT_ID 0x2009
Edit this file by adding this line in line 516 (below a line containing : { USB_DEVICE(0×1da5, 0×4515) }, /* BenQ H20 */):
+ { USB_DEVICE(HAIER_VENDOR_ID, HAIER_PRODUCT_ID) },
If you get confuse, you can using my option.c file here.
Back to your terminal, and continue your command by running the following command :
cp /boot/config-$(uname -r) /usr/src/linux-source-2.6.28/.config make menuconfig make -C /lib/modules/$(uname -r)/build M=/usr/src/linux-source-2.6.28/drivers/usb/serial cp /usr/src/linux-source-2.6.28/drivers/usb/serial/option.ko /lib/modules/$(uname -r)/kernel/drivers/usb/serial/ depmod -a gedit /usr/share/hal/fdi/information/10freedesktop/10-modem.fdi
Add this file content in line 10 or you can using my 10-modem.fdi here.
Update Oct 18, 2009 :
Create a new file /etc/udev/rules.d/99-haier-ce100.rules, and fill it with :
SYSFS{idVendor}=="201e", SYSFS{idProduct}=="2009", RUN+="/usr/bin/eject %k"
That’s all. Restart your computer, plug in your modem, you should automatically connected!
Resource :
SkyIsGrey.org
blankblondtank.wordpress.com
Related posts:





October 19th, 2009 on 9:11 am
sip kang mas tutoriale, maju teros pantang mundur demi Dixon…. hahahahhaha
btw, genti themes semenjak kapan kih?
October 30th, 2009 on 2:17 pm
petunjuk bagus…
eh petunjuk mas tantos…
November 5th, 2009 on 12:49 pm
mas, saya udah coba cara di atas, n udah berhasil di detect sama network manager nya…..tapi masalahnya, kok belum bisa konek ke internet ya?!
saya cobanya di ubuntu karmic koala, n pake operator smart….
November 6th, 2009 on 7:36 am
@mas adi sunarya
lha, sama mas, saya di karmic juga ndak bisa pake network manager+smart
akhirnya tetep pake pon dari :
http://skyisgrey.org/blog/smart-zte-ac2726-ubuntu-linux.html
atau
http://blankblondtank.wordpress.com/2009/09/03/koneksi-internet-smart-dengan-haier-ce-100-cdma-di-linux/
hahah, karmic banyak msalah nih, huhu
November 6th, 2009 on 11:39 am
hmmm….kira2 masalah nya dimana ya, kok bisa gitu?!
November 8th, 2009 on 1:41 am
hoho, saya juga belum nemu jeh mas, nanti klo nemu tak share.
ini barusan beresin soal printer+wireless, hehe
November 11th, 2009 on 10:53 pm
duh, pusing liat bahasanya..^^
saya td pake ubuntu 9.04 tp karena ribet dan ngga bisa muter mp3, jd saya pake mint 64..
nah saya jg coba install modemnya tp ribet ya…
ada langkah yg lebih sederhana?
trims
November 11th, 2009 on 11:45 pm
udah coba , ke detech tp pas di ketik sudo modprobe usbserial vendor=0×201e product=0×2009
malah muncul fatal bla….bla..bla…
yg pasti not found aja..
kok bisa y
November 12th, 2009 on 10:18 pm
mas sy dah cb di ubuntu 9.04 tp g berhasil. trz sy cb di 9.10 bs ke detec modemnya di network manager tp g bs dial. slalu gagal.. kyna masalah nya sm kaya mas adi. udh ketemu belum y solusinya?
November 12th, 2009 on 10:37 pm
@all
ini lagi nyoba downgrade network-manager ke versi 0.7 mas
November 13th, 2009 on 1:00 am
@all
If you are using EVDO modem and Karmic Koala, try this :
http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10
November 26th, 2009 on 10:05 am
Lom bisa connect nih, di bagian network manager kanan atas sih udah muncul Auto Mobile Broadband (CDMA) Connection. Tapi muncul 2.. Udah saya ganti user n password nya pake : smart tetep gak bisa.
Itu yg di option.c tanda “+” nya dihilangin kan ?? Jadinya begini :
#define HAIER_VENDOR_ID 0×201e
#define HAIER_PRODUCT_ID 0×2009
{ USB_DEVICE(HAIER_VENDOR_ID, HAIER_PRODUCT_ID) },
Terus dibagian ini :
Add this file content in line 10 or you can using my 10-modem.fdi here.
Itu yg ditambahkan apa ya ?? link nya gak bisa diakses soalnya..
Thanks.
November 26th, 2009 on 1:58 pm
@Alex
tanda + nya ndak usah diilangin bos.
Iya link udah ndak bisa diakses, cen, rung tau dibandem boil tenan sek duwe nopaste.com. Aku yo wis ndak punya filenya itu jeh bos.
btw, Upgrade ae ke Karmic Koala, trus pake http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10
November 27th, 2009 on 5:22 am
kulonuwun mas. aku pake netbook, smart ce110, dan ubuntu 9.04 dengan kernel 2.6.28-11. aku belom bisa konek sampe sekarang. ada 2 pertanyaan nih.
1. pada saat ikutin petunjuk apt-get diatas hasilnya spt ini :
hensip@hensip-laptop:~$ sudo su
[sudo] password for hensip:
root@hensip-laptop:/home/hensip# apt-get install linux-source linux-headers-generic build-essential
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Couldn’t find package linux-source
apa maksudnya ini?
2.gimana caranya upgrade kernel secara offline? karena sementara ini masih belum bisa on pake ubuntu. online sementara masi pake windows. apa yang harus saya donlot dan lakukan?
itu aja dulu mas. nuwun.
December 28th, 2009 on 7:32 pm
Hore, berhasil pak!
tapi speednya kok lebih rendah daripada pas di windows ya? hmm.. nanti dicoba lagi tengah malem deh.
Matur tengkyu weri weri mach.
December 28th, 2009 on 7:44 pm
@hericz
Coba di daerah kota Gan, sapa tau lebih kenceng
January 1st, 2010 on 11:16 am
Saya kemarin nyoba ubuntu 9.10 karmic koala di laptop, tapi waktu untuk hotspotan koq kagak bisa otomatis konek ke hotspot ya??
sebagai catatan, dulu sewaktu masih pake 9.04 lancar-lancar aja klo buat hotspotan alias bisa otomatis konek!!
kenapa ya ?? hmmmm…
January 1st, 2010 on 11:30 am
@mkhuda
boleh tahu wifinya pake apa bos? broadcom?
silakan cek postingan yg ini :
http://tantos.web.id/blogs/how-to-karmic-koala-and-broadcom-wireless-bcm4312-rev-01
January 14th, 2010 on 5:35 pm
thats a good one there .. going to check it out but the worst part is that I need internet to get connected to internet.. I mean apt-get wont work without internet and presently I am struggling to get photon to work
February 13th, 2010 on 12:04 pm
gw pake mandriva 2010. gimana nich??
March 10th, 2010 on 10:30 am
terima kasih infonya
March 11th, 2010 on 11:51 am
Hi Tantos
Need your support !
I want to make my HAier Ce100 work on ubuntu jaunty 9.04
kindly tell me the step by step process.ASAP