Skip to content

Commit

Permalink
introduce the new usb tethering settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuseteam committed Oct 7, 2024
1 parent ff75e4f commit 93bbeb3
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions userguide/advanceduse/reverse-tethering.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ Steps to Set Up Reverse Tethering
- Connect your *computer* to the internet.
- Attach your *device* to your *computer* via USB.
- Turn off Wifi and Data on your *device*
- Set your device :ref:`usb in tethering mode <dailyuse/tethering>`

#. Run the following commands on your *device*:

- Set your device usb in tethering mode: ``gdbus call --system --dest com.meego.usb_moded --object-path /com/meego/usb_moded --method com.meego.usb_moded.set_mode rndis_adb``
- Bring your tethering connection down: ``sudo nmcli connection down tethering``
- Modify your tethering connection: ``sudo nmcli connection modify tethering ipv4.method auto``

#. Run the following commands on your *computer*:
#. Run the following commands on your *computer*:

- Get your interface name: ``ip route show to default via 10.42.0.1``
::
Expand Down
18 changes: 18 additions & 0 deletions userguide/dailyuse/tethering.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Tethering
=========

This tutorial explains how to enable USB Tethering on your Ubuntu Touch device to share it's internet connection over a USB cable with a computer.

Go to the settings app and look for the usb icon

.. figure:: /_static/images/userguide/tethering/settings-app-usb-item.png

The USB Setting in the settings app.

On the USB page you can then choose for the USB tethering option

.. figure:: /_static/images/userguide/tethering/settings-app-usb-page.png

The USB Setting page.

And that's it, you are now sharing the internet from your Ubuntu Touch device to your computer

0 comments on commit 93bbeb3

Please sign in to comment.