add user selectable ethernet modules to config

This commit is contained in:
Alfonso Gamboa
2022-05-31 23:46:24 -07:00
parent 42a601cf32
commit d20d1a23a3
4 changed files with 12 additions and 4 deletions

View File

@@ -149,9 +149,12 @@ USB Ethernet Adapter support:
```
ENABLE_USB_ETH="true"
ENABLE_USB_ETH_MODULES="asix,r8152,cdc_ether"
```
the next time you boot your camera, make sure your USB Ethernet Adapter is connected to the camera and ethernet. The camera has to be setup initially with Wi-Fi for this to work. After setup, Wi-Fi is no longer needed, as long as you are using the USB Ethernet Adapter. Note that using USB Ethernet disables the onboard Wi-Fi.
available modules: asix, ax88179_178a, cdc_ether, r8152
the next time you boot your camera, make sure your USB Ethernet Adapter is connected to the camera and ethernet. The camera has to be setup initially with Wi-Fi for this to work. After setup, Wi-Fi is no longer needed, as long as you are using the USB Ethernet Adapter. Note that using USB Ethernet disables the onboard Wi-Fi. Specify the driver you need for your specific USB Ethernet adapter. asix is listed by default.
---