Skip to content

Instantly share code, notes, and snippets.

@ishad0w
Created November 30, 2024 05:08
Show Gist options
  • Save ishad0w/d33a53cfb11ab42dc3e458b8db266a50 to your computer and use it in GitHub Desktop.
Save ishad0w/d33a53cfb11ab42dc3e458b8db266a50 to your computer and use it in GitHub Desktop.
[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