- Install
usb_modeswitch
The kernel recognizes the device as a storage device first before knowing it is a usb modem. This thing does the identification.$ yum install usb_modeswitch
- Configure
usb_modswitch
To make the device known, edit/etc/usb_modeswitch.conf
by having the following lines present (uncomment as necessary):# Huawei E1550
#
# Contributor: Anders Blomdell, Ahmed Soliman
DefaultVendor= 0x12d1
DefaultProduct= 0x1446
TargetVendor= 0x12d1
TargetProduct= 0x1001
# only for reference and 0.x versions
# MessageEndpoint=0x01
MessageContent="55534243123456780000000000000011060000000000000000000000000000" - Add a udev rule that will trigger
usb_modeswitch
Create/etc/udev/rules.d/15-huawei-e1550.rules
and write the following lines:SUBSYSTEM=="usb", SYSFS{idProduct}=="1446", SYSFS{idVendor}=="12d1",
RUN+="/usr/bin/usb_modeswitch" - Configure the connection
Plug the Globe Tattoo usb modem in, then the NetworkManager should have the default "Auto Mobile Broadband (GSM) connection" option. You may rename it to "Globe Tattoo" or whatever you like. The following configuration is what matters:Number: *99#
Username: globe
Password: globe
APN: http.globe.com.ph - Try it out!
Select the newly configured connection and that's it.
Monday, October 26, 2009
Globe Tattoo in Fedora
The home wireless router got busted--good reason for me to get myself one of those mobile broadband products. I decided to try Globe Tattoo. Here is how I got it to work in Fedora.
Subscribe to:
Post Comments (Atom)
4 comments:
Thanks for the advice. Smart Bro plug it is now 995 with reviews & suggestions and speeds, open line modem, manual, antenna connections to improve signal
http://smartbroplugit.wordpress.com/
Globe Tattoo plug it is now 895 & suggestions and speeds reviews, open line to use on all services, where to buy antenna
http://globetattoo.wordpress.com/
Another alternative is SMART Bro Share it with antenna connection possible, read the reviews, manual, where to buy antenna http://smartbroshareit.wordpress.com/
You can get the Globe usb or the SUN usb unlocked read more about it at my plug it sites above to use with any sim.
SUN INTERNET USB PLUG IT NOW GIVES 180 HOURS FREE SURFING READ REVIEWS
Sun just finally met the competition a little by now offering 180 free for 30 days when you buy their 1895 usb plug it modem. Smart now offers modem for 999 and Globe for 895
http://suninternet.wordpress.com/
may way po ba na ganito sa ubuntu karmic 9.10. ayaw ko kasi gumamit ng wine
Unless may ibang specific kang gustong gawin, AFAIK, OOTB sa karmic.
Post a Comment