Skip to content

Instantly share code, notes, and snippets.

@tusharvikky
Last active December 21, 2015 01:48
Show Gist options
  • Save tusharvikky/6229851 to your computer and use it in GitHub Desktop.
Save tusharvikky/6229851 to your computer and use it in GitHub Desktop.
Taming the MTNL "Jadoo" 3G USB dongle

Install and test usb-modeswitch

usb_modeswitch -v 230d -p 0103 -u 2

Edit /lib/udev/rules.d/40-usb_modeswitch.rules

# Teracom LW272
ATTRS{idVendor}=="230d", ATTRS{idProduct}=="0103", RUN+="usb_modeswitch '%b/%k'"

Create file /etc/usb_modeswitch.d/230d:0003

DefaultVendor=0x230d
DefaultProduct=0x0103
Configuration=2

Reboot or restart udev to finish up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment