---
title: "Fixing 4G/LTE on the Surface Go 2 under Linux"
language: en
topics: ["Freedom", "SSH", "creating", "design", "experiment", "howto", "laptop", "linux", "minimal", "tablet"]
full_article_url: https://willem.com/en/2020-09-28_refining-my-tablet-os-experience/
---
# Fixing 4G/LTE on the Surface Go 2 under Linux

*NetworkManager and ModemManager get the WWAN modem going.*

> In 2020 the LTE modem of my Surface Go 2 did not start under Debian, even with a working SIM. The fix: let NetworkManager and ModemManager handle the WWAN connection, which then falls back from WiFi to 4G/LTE automatically.

The WWAN modem (a Qualcomm Snapdragon X16) refused to start under Debian even though the SIM card worked. Because the Surface Go 2 is technically very similar to the Surface Pro, I searched Surface Pro reports and, after many hours of trying, found the working approach in the GitHub issues of the linux-surface project.
With NetworkManager and ModemManager managing connectivity, the modem comes up correctly. By default WiFi is preferred over mobile broadband, and when no WiFi is available the tablet connects over 4G/LTE by itself, similar to how an iPad hands over between networks. The WiFi side just needs Debian's non-free wireless firmware installed.
After months of intense use I eventually abandoned the whole tablet setup.
