Skip to content

Instantly share code, notes, and snippets.

@redconfetti
Last active April 1, 2024 05:27
Show Gist options
  • Save redconfetti/070145a1633784ba5732a3b3f44a307f to your computer and use it in GitHub Desktop.
Save redconfetti/070145a1633784ba5732a3b3f44a307f to your computer and use it in GitHub Desktop.
Clockwork Pi uConsole Resources

Clockwork Pi uConsole Resources

General

Terminal / Console

4G / LTE Extension

Network Manager

If you're using 4G connection, you need Network Manager, so you need to configure WiFi also via Network Manager.

After you configure the WiFi connection, you'll want to configure your WiFi to be prioritized over the 4G connection.

# Get names of your connections
$ nmcli con

$ nmcli con mod WiFiConnectionName ipv4.route-metric 20
$ nmcli con mod WiFiConnectionName ipv6.route-metric 20
$ nmcli con mod 4gnet ipv4.route-metric 40
$ nmcli con mod 4gnet ipv6.route-metric 40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment