-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Description
I was following the instructions from the USB Networking page to set up USB networking between two SBCs, but encountered an issue when attempting to enable the radxa-usbnet
service.
Steps to Reproduce
- Prepare a USB-A to USB-A (USB-A or USB-C?) cable for connecting two SBCs.
- Update the SBC to the latest software:
sudo apt update && sudo apt full-upgrade
- Attempt to enable and start the
radxa-usbnet
service:sudo systemctl enable --now radxa-usbnet
An error occurs indicating that the radxa-usbnet
service file does not exist:
radxa@radxa-zero3:~$ sudo systemctl enable --now radxa-usbnet
[sudo] password for radxa:
Failed to enable unit: Unit file radxa-usbnet.service does not exist.
I followed the instructions from the USB Networking page but the required service file for radxa-usbnet
seems to be missing. Any guidance on resolving this issue would be appreciated.
Metadata
Metadata
Assignees
Labels
No labels