Last active
February 18, 2021 15:59
-
-
Save ndunks/9c95541fb1eb6edec96f36a8df6b9dd7 to your computer and use it in GitHub Desktop.
Configuring 4G LTE Modem Cyborg Telkomsel Flash in Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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