Huawei Mobile Broadband E1752 Dongle Working on Ubuntu 10.04
Yess! Finally I can connect the web with my new modem, Huawei Mobile Broadband e1752 (orange). It’s doorprize that i get at lecturer meeting of Universitas Budi Luhur some weeks ago. On Windows OS, it’s working properly and very easy with tools built-in on it. But, my computer use Ubuntu 10.04. I must set-up it first. Thanks to this blog for the tips.
Here the step
All information supplied here is not offical and you use it at your own risk
Ok here is how I got my o2 E1752 Modem working in Ubuntu.
- Put your sim in your dongle and plug into a usb port.
- For the E1752 model the network manger applet will not pop up unlike other dongles. The reason for this is somthing to do with the device also acting as a storage device
- So what you need to do is use usb_modeswitch which can be downloaded in a .deb file here (found it somewhere can’t remember) which makes it easier to install.
- Then as root user find the file usb-modeswitch.conf and add the below code to the bottom of the file (big thanks to cocoa’s post here for that code). You can find at /etc/usb-modeswitch.conf. If you not find it, you can make with ‘sudo gedit /etc/usb-modeswitch.conf’
-
######################################################## # Huawei E1752 # # Contributor: DefaultVendor= 0x12d1 DefaultProduct= 0x1446 TargetVendor= 0x12d1 TargetProdct= 0x1001 MessageEndpoint= 0x01 MessageContent= "55534243000000000000000000000011060000000000000000000000000000"
- Then go into your network manager and go to mobile broadband tab.
- Click add and it will start a wizard, your country should be already Ireland
- Select your pay plan, mines o2 contract, then click next and then finish
- Then click on the new connect you just made and edit it.
- There should be default stuff in there, leave all that, but in the pin field place your own pin and click apply
- Once this is all done, open a terminal window and run this command
- sudo usb_modeswitch
- It will prompt for your system password, once the script does its thing the network manager icon should start doing something
- If not left click on it and select the connection you setup
- Now you should be connected to the world wide web
Well I hope that helps someone, because I know I was searching for ages trying to get it working.