So during my travels I found out about prepaid broadband SIM cards that let you have unlimited mobile broadband (e.g. 3G) while on the go. The ones that I’ve used are fromM1 (Singapore) and Digi (Malaysia). I stumbled upon this poster advertising Zoom! (bmobile’s mobile broadband) while visiting Telbru. This is a perfect opportunity for people to test Zoom! to see how well it works in their area: remember it is a shared Internet connection so it can be slow if the area is saturated. Speed also depends on the modem you are using.
Amount
Days of Unlimited Usage
$4
1 day
$8
3 days
$20
9 days
$35
18 days
Note: Just realised my titled was wrong. I forgot to put the word ‘Unlimited’. This is important as DST Go! and bmobile Zoom! already have prepaid options but they are not unlimited. This new unlimited option is a great option for tourist who are here for a short period of time and need not worry about the amount of data they use.
Ever since I had the opportunity of using bmobile‘s 3.5G modem to get mobile broadband (via Zoom!) I was curious to see whether it would work in Linux. After much testing, I did manage to get it to work but it wasn’t consistent (it only seemed to work when the modem was tied to /dev/ttyUSB0, so I kepted plugging it in and out and redialed to see if it worked).
For the newer bmobile modem check out this page courtesy of @jikam
The modem is identified an Alcatel One Touch X020 / X030 / MDB-100HU / Nuton 3.5G (lsusb will show ) so search usb_modeswitch.conf and uncomment the section for DefaultVendor, DefaultProduct, TargetVendor, TargetProduct and MessageContent
########################################################
# Alcatel One Touch X020 (aka OT-X020, aka MBD-100HU, aka Nuton 3.5G), works with Emobile D11LC
# Alcatel One Touch X030 (aka OT-X030, aka Nuton NT36HD)
#
# Contributor: Aleksandar Samardzic, Marcelo Fernandez
;DefaultVendor= 0x1c9e
;DefaultProduct= 0x1001
;TargetVendor= 0x1c9e
;TargetProduct= 0x6061
# only for reference and 0.x versions
# MessageEndpoint=0x05
Do the actual mode switch for the modem to change the device from USB storage to modem mode: sudo usb_modeswitch
Create the USB serial device for dial up: sudo modprobe usbserial vendor=0x1c9e product=0x6061
This step created 3 devices (/dev/ttyUSB0, /dev/ttyUSB1, /dev/ttyUSB2) on my system.
Use the Network Manager Applet to configure a new broadband modem connection with the B-Mobile configuration (APN: bmobilewap)
As mentioned this does not work consistently, so if it doesn’t seem to connection try plugging the USB modem out and back in and retry. I will try find a way to get this more consistent, but hopefully this will help those who are trying to get it to work