Would love to get LTE enabled with FydeOS on Surface Go devices - mine is the Surface Go 2
Surface Go 2 8gb ram M3 processor, 128gb storage, LTE
FydeOS v17.0-SP1 (Surface GO 2 release version) Platform 15437.44.17.3 (64-bit)
Would love to get LTE enabled with FydeOS on Surface Go devices - mine is the Surface Go 2
Surface Go 2 8gb ram M3 processor, 128gb storage, LTE
FydeOS v17.0-SP1 (Surface GO 2 release version) Platform 15437.44.17.3 (64-bit)
You may try this:
The method under the link is working, thanks!
#!/bin/bash
echo 16383 | sudo tee /sys/bus/usb/devices/2-3/2-3:1.0/net/wwan0/cdc_ncm/rx_max
echo 16383 | sudo tee /sys/bus/usb/devices/2-3/2-3:1.0/net/wwan0/cdc_ncm/tx_max
echo 16384 | sudo tee /sys/bus/usb/devices/2-3/2-3:1.0/net/wwan0/cdc_ncm/rx_max
echo 16384 | sudo tee /sys/bus/usb/devices/2-3/2-3:1.0/net/wwan0/cdc_ncm/tx_max
restart modemmanager
However, and that is why I’m writing this comment, after each restart of the PC I need to repeat these steps. Is there any option to make it automatic?
You may try this: https://github.com/supechicken/ChromeOS-AutoStart
Thank you very much, it’s working! I’ve created the lte.sh file in the downloads folder, downloaded and installed the extension you mentioned and created a new entry with the following rows:
shell
cd /home/chronos/user/Downloads/AutoStart/FilesToRunAtStart/
sudo bash lte.sh
exit
It looks like this won’t run the script as root. Is there any chance we can open a request for LTE support in the FydeOS for you Surface builds?