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
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.
The text was updated successfully, but these errors were encountered:
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
sudo apt update && sudo apt full-upgrade
radxa-usbnet
service:sudo systemctl enable --now radxa-usbnet
An error occurs indicating that the
radxa-usbnet
service file 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.The text was updated successfully, but these errors were encountered: