This is how to get Etisalat USB modem working on Fedora 11.
“Etisalat Masr” new USB modem that supports HSDPA is based on Huawei E1550 USB Flip-Flop stick, so you need to get usb_modeswitch first to be able to switch the device from being a storage usb device to USB modem mode and this can be done easily by:
yum install usb_modeswitch
Then you need to add the following to the configuration file /etc/usb_modeswitch.conf (add the following in the end of the file)
# Huawei E1550 DefaultVendor = 0x12d1 DefaultProduct = 0x1446 MessageEndpoint = 0x01 MessageContent = "55534243000000000000000000000011060000000000000000000000000000"
I got those information by sniffing USB on windows and you don’t have to do that because probably your MessageContent is the same as mine if the device is the same as mine and you can check if things are working or not by running
lsusb
and you will see a line like that
ID 12d1:1446 Huawei Technologies Co., Ltd.
and then run
usb_modeswitch
you should see output like
* usb_modeswitch: tool for controlling "flip flop" mode USB devices
* Version 0.9.6 (C) Josua Dietze 2009
* Works with libusb 0.1.12 and probably other versions
Looking for default devices
Found default devices (1)
Prepare switching, accessing latest device
Looking for active default driver to detach it
OK, driver found ("usb-storage")
OK, Driver "usb-storage" successfully detached
Setting up communication with device
Trying to send the message
OK, message successfully sent.
-> See /proc/bus/usb/devices (or call lsusb) for changes. Bye
and please note that usb_modeswitch MUST be run as root, otherwise you will get an error.
if you got a message like the previous one then you can use the device directly from NetworkManager and you can check if the device has switched or not from the output of lsusb, it should be something like that now:
ID 12d1:1001 Huawei Technologies Co., Ltd. E620 USB Modem
Have Fun










by Abd4llA
13 Jul 2009 at 10:19
Very nice, keep up the good hacking
Pingback
by ãÔßáÉ ãÔßáÉ Ýí ÊÚÑíÝ USB Modem !! - ãÌÊãÚ áíäæßÓ ÇáÚÑÈí
14 Jul 2009 at 05:08
[...] Ãä íÝíÏß åÐÇ ÇáãæÖæÚ Etisalat USB Modem on Fedora 11 | Ahmed Soliman Farghal (LiNuXaWy) __________________ Ashraf Fouda 3rd Computers & Systems Engineering dept Faculty of [...]
by modeeb
03 Aug 2009 at 19:58
So it should be called “hack-n-play” instead of “plug-n-play”
by Mahmoud Tantawy
04 Aug 2009 at 23:48
Thanx 4 sharing this info
but thanx GOD my Ubuntu gets the USB modem just as i plug it in
by Chris
13 Aug 2009 at 21:54
Awesome, works a treat with the 3 (‘three’) UK Huawei E1550 on Fedora 11 using the exact instructions above.
by Franklin Chua
18 Aug 2009 at 17:15
Thanks! This has been extremely helpful. Works on Huawei E1552 on Fedora 11 x86_64 architecture.
by Abdulrahman Attia
12 Sep 2009 at 03:25
Thanks very much.
It’s working with me now well.
by Abdulrahman Attia
12 Sep 2009 at 13:18
Hi Ahmed..
I’ve a problem with this way. When I restarted my fedora 11 box I must re-do your how to again becuase my fedora box doesn’t recognize Modem USB modem configuration or networking connection.
Thanks in advance.
by Ahmed S. Farghal
12 Sep 2009 at 13:51
all you must do is usb_modeswitch but if you want that to be automatic you can do that by udev rules.
by dre
18 Oct 2009 at 05:41
Hi.
I did all the steps by when I type in “usb_modeswitch” I get the message “no default device found.” When i do “lsusb” it detects the device.
Any suggestions?
Thanks in advance.
by generalSpecific
27 Jan 2010 at 12:41
dre,
I have the same problem as you. Iv got the Huawei 620 USB Modem from Zain (Kenya). It worked fine for a while then just stopped. Now I get the same messages as you. Did you find a solution?
by Ahmed S. Farghal
18 Oct 2009 at 11:18
Are you sure you are root
by dre
19 Oct 2009 at 15:16
yep. i’m logged in as root
by dre
19 Oct 2009 at 15:17
I’ve disabled selinux on the suggestion of a friend. still doesn’t work.
by Ahmed S. Farghal
19 Oct 2009 at 15:22
it looks like that your device model is different “sometimes slightly” than mine.
by osama farook
04 Apr 2010 at 00:47
Thank you very much
I searched net for over 3 days until i found your solution.
by الشقيري
26 Feb 2011 at 00:05
جزاااااااااك الله خيرا اشتغل بمنتهى السهولة
by 3bhady
24 Apr 2011 at 15:24
Any idea how to hack this device on windows 7? This will be really helpful for me. Thank you
by Ahmed S. Farghal
24 Apr 2011 at 19:46
I’m really sorry but I’m a Linux/Mac guy only.