Created
November 30, 2024 05:08
-
-
Save ishad0w/d33a53cfb11ab42dc3e458b8db266a50 to your computer and use it in GitHub Desktop.
This file contains 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
[Unit] | |
Description=Surface GO LTE | |
Before=ModemManager.service | |
[Service] | |
Type=oneshot | |
ExecStart=/bin/bash -c "echo 16383 > /sys/bus/usb/devices/2-3/2-3:1.0/net/wwp0s20f0u3/cdc_ncm/rx_max; \ | |
echo 16383 > /sys/bus/usb/devices/2-3/2-3:1.0/net/wwp0s20f0u3/cdc_ncm/tx_max; \ | |
echo 16384 > /sys/bus/usb/devices/2-3/2-3:1.0/net/wwp0s20f0u3/cdc_ncm/rx_max; \ | |
echo 16384 > /sys/bus/usb/devices/2-3/2-3:1.0/net/wwp0s20f0u3/cdc_ncm/tx_max" | |
RemainAfterExit=true | |
[Install] | |
WantedBy=ModemManager.service |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment