Created
September 21, 2016 08:01
-
-
Save vincentbernat/222a6b3b5fe9e4f7c183bd48425fc88f to your computer and use it in GitHub Desktop.
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
rfkill unblock wwan | |
sleep 1 | |
#sudo systemctl stop NetworkManager | |
sudo systemctl stop ModemManager | |
sudo modprobe -r cdc_mbim | |
rfkill block wwan | |
sudo =usbreset $(lsusb -d 1199: | awk -F '[: ]' '{print "/dev/bus/usb/"$2"/"$4}') | |
sleep 1 | |
sudo modprobe cdc_mbim | |
#sudo systemctl start ModemManager | |
#sudo systemctl start NetworkManager | |
rfkill unblock wwan |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment