Huawei E220, an usb hsdpa modem on Linux

i really working on it actually on fedora core 5 full updated, so it used 2.6.20-1.2320.fc5 kernel right now, and the result is the huawei e220 modem isn’t work, at least for now!

huawei e220 usb modem

huawei e220 usb modem

This modem come with promo package by IM2 3,5G hsdpa broadband internet access!

paket indosat huawei e220 usb modem

paket indosat huawei e220 usb modem

Update:

Ok, finally i got it worked well at fedora core 5, here is it:

+ If you have internet connection, just upgrade the kernel to the latest via yum utility, mine is:

[rizahnst@astinet ~]$ uname -r
 2.6.20-1.2320.fc5
 [rizahnst@astinet ~]$

+ then used this tool, which will make the modem well recognized by the linux:

www.kanoistika.sk/bobovsky/archiv/umts/huaweiAktBbo.c, note that this tool need libusb and libusb-devel installed on your system, just

yum install libusb

and it must be ok.

[rizahnst@astinet ~]$ rpm -qa | grep libusb
libusb-0.1.11-2.2
libusb-devel-0.1.11-2.2
[rizahnst@astinet ~]$

Continue reading

Posted in Information Technology, k750i, my life | Leave a comment

Transformer Keren!!!

Kalau kalian belun nonton transformer maka aku sarankan segera nonton karena film nya keren dan benar benar menghibur… gak rugilah kalo nonton, kalo gak nonton baru rugi

Optimus Prime 

Posted in my life | 4 Comments

Desktop Screenshot

Screenshot for my new desktop, Ubuntu 7.04 with T-ish,  like mac osx 😉

Posted in Information Technology, my life | 2 Comments

BIND changes for Fedora Core 2 (and beyond).

i found it useful for centos 4.5 too!

If your BIND name server acts as a slave for DNS zones, you have to change your BIND configuration to locate slave zone files within the slaves subdirectory of your zone data file directory. Otherwise, you may receive errors:

Jun 15 11:29:29 host named[6428]: dumping master file: tmp-XXXXPF7BBb: open: permission denied
Jun 15 11:29:29 host named[6428]: transfer of 'zone/IN' from IP_address#53: failed while receiving responses: permission denied
Jun 15 11:29:29 host named[6428]: transfer of 'zone/IN' from IP_address#53: end of transfer

Old configuration:

zone "zone" IN {
        type slave;
        file "zone";
        masters { IP_address; };
};

New configuration:

zone "zone" IN {
        type slave;
        file "slaves/zone";
        masters { IP_address; };
};

Posted in Information Technology | Leave a comment

Vettel becomes the youngest driver to earn point!

Sebastian Vettel was delighted after becoming the youngest driver to claim a point in Formula One by finishing eighth at Sunday's US Grand Prix.

Vettel, 19, was making his debut as a replacement for Pole Robert Kubica who was told to rest by doctors after a crash in Canada last weekend.

Jenson Button was previously the youngest driver to secure a Formula One point, earning his when he was 20.

"It was fantastic, great fun," said Vettel. "I tried to prepare myself for this kind of task. So in the end, I knew this could happen. It's just a question of where and when. As a reserve driver, you always have to be fit."

Well done Vettel!

more f1-live.com

Posted in motorsports | Leave a comment