You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable USB ethernet gadget on selected Radxa single board computers.
3
+
4
+
# Install
5
+
Install with `sudo apt install radxa-usbnet`. ALternatively download the [latest release](https://github.com/RadxaYuntian/radxa-usbnet/releases/latest) and install with `sudo apt install ./dpkg.deb`.
6
+
7
+
# Usage
8
+
This service conflicts with `amlogic-adbd`. As such please run the following command to enable it:
9
+
```
10
+
sudo systemctl disable amlogic-adbd
11
+
sudo systemctl enable radxa-usbnet
12
+
sudo reboot # need to reboot to free the USB resource
0 commit comments