Jump to content

Hardware/Microsoft/Surface Go 2: Difference between revisions

Add reference for LTE modem workaround
(Add LTE modem workaround)
(Add reference for LTE modem workaround)
Line 43: Line 43:
</syntaxhighlight>After that rebuild your system and reboot the machine.
</syntaxhighlight>After that rebuild your system and reboot the machine.


If the LTE modem does not appear in your network manager directly, a small workaround script is required. Add this to your system configuration<syntaxhighlight lang="nix">
If the LTE modem does not appear in your network manager directly, a [https://github.com/linux-surface/linux-surface/wiki/Surface-Go-2#enabling-the-lte-modem small workaround script] is required. Add this to your system configuration<syntaxhighlight lang="nix">
systemd.services.lte_modem_fix = let
systemd.services.lte_modem_fix = let
   modemFixScript = pkgs.writeScriptBin "fix_lte_modem" ''
   modemFixScript = pkgs.writeScriptBin "fix_lte_modem" ''
62

edits