Unlock Modem Huawei Linux
Introduction
This article describes how to configure Huawei E1550 3G modems.
This modem is generic modem device, but there are two kludges:
- you need to switch it into modem mode
- you need to load proper driver (usbserial)
Unlock code for your Huawei USB modem/dongle. We are offering a simple solution to unlock your Huawei modem. The mobile broadband modem can be bought from around the world (including the US carriers) and usually comes network locked. With the help of the code calculator from below the modem can be used with any SIM Card. Associated:Usb Huawei Modem Drivers Linux - Huawei Linux Datacard Driver - Huawei Modem Drivers - Usb Huawei Modem Car owner - Usb Huawei Modem Motorist Xp Pages: lt;1 2 3 Powered by Create your own unique website with customizable templates. Type the 15 digit IMEI number of your Huawei modem. The IMEI number can be found on the usb modem itself or on the packaging it came in. Select the Model of your Huawei USB modem and if not present, you can leave it to AUTOSELECT. Hit the Calculate button and wait a few seconds for the software to create the appropriate unlock code for your usb.
Prepare device
Switch into modem mode
By default kernel recognizes it as usb-storage device (SCSI CD-ROM). It is true, because of this modemcontains MicroSD card (up to 4Gb) reader and internal flash.
To turn on modem you should run
command.
See also the usb_modeswitch package, which you may need in future since in udev-157 modem-modeswitch has been renamed and changed as described in the commit. This package does not need any modifications, just install it.
Also you can create udev's config: /etc/udev/rules.d/15-huawei-e1550.rules
After that, modem changes its USB IDs to 12d1:140c and /proc/bus/usb/devices
shows new USB endpoints.
Driver loading
usbserial is proper driver for this modem, but probably it does not recognize it, so you shouldforce it, passing USB IDs.
or put options into /etc/modprobe.d/modprobe.conf
(do not forget to rmmod usbserial
if it is already loaded before)
Optional: device naming
Unlock Modem Huawei Linux Password
You can generate symlinks to the ttyUSB* ports for a more human readable configuration with udev rules.
For a Huawei device which identifies with the USB ID 12D1:1001 after modeswitching and has 3 serial ports:
Usb Modem Huawei E220
For a Huawei device which identifies with the USB ID 12D1:1003 after modeswitching and has 2 serial ports:
Connecting internet
Now you have new 2 or 3 /dev/ttyUSB*
devices.Most likely first of them (ttyUSB0 if you had not such devices before) is PPP compatible modem. Use it as usual with pppd, kppp, gnome-ppp, network-manager, etc.
NetworkManager.service
. Now you can Enable Mobile Broadband in the networkmanager applet.Unlock Modem Huawei Linux Windows 10
Using gammu
Use gammu to access cell phones functionalities.
Edit ~/.gammurc
you can also generate the config using
Sending SMS:
find device info:
for gui use wammuAUR or modem-manager-gui.
USSD Requests
Use ussd.php tool.
Success Stories
This article or section needs language, wiki syntax or style improvements. See Help:Style for reference.
2010-August-03: I did not do anything, I just installed usb_modeswitch-1.1.3-2 and my kernel is 2.6.33. In the syslog (/var/log/messages.log
) the usb_modeswitch can automatically configure the modem correctly but I still cannot connect to the internet using gnome network manager applet, then I installed the modemmanager package and restart the networkmanager.service
. Everything is working properly now.