Skip to content

Instantly share code, notes, and snippets.

@ndunks
Last active February 18, 2021 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ndunks/9c95541fb1eb6edec96f36a8df6b9dd7 to your computer and use it in GitHub Desktop.
Save ndunks/9c95541fb1eb6edec96f36a8df6b9dd7 to your computer and use it in GitHub Desktop.
Configuring 4G LTE Modem Cyborg Telkomsel Flash in Linux
# UDEV RULES
ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="92fe", RUN+="/usr/sbin/usb_modeswitch -v 05c6 -p 92fe -K"
ACTION=="add", SUBSYSTEM=="tty", KERNEL=="ttyUSB1", ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9201", SYMLINK+="modem"
# IF No ttyUSBX found
sudo modprobe usbserial
echo 05c6 9201 | sudo tee /sys/bus/usb-serial/drivers/generic/new_id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment