Advertisement
dustojnikhummer

Untitled

Jan 26th, 2022
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. # Fix the modem
  4.  
  5. echo 16383 | sudo tee /sys/devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3:1.0/net/wwan0/cdc_ncm/rx_max
  6. echo 16383 | sudo tee /sys/devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3:1.0/net/wwan0/cdc_ncm/tx_max
  7.  
  8. echo 16384 | sudo tee /sys/devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3:1.0/net/wwan0/cdc_ncm/rx_max
  9. echo 16384 | sudo tee /sys/devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3:1.0/net/wwan0/cdc_ncm/tx_max
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement