Create new AUTODETECT variable, so as to be very specific what will happen

This commit is contained in:
Scott Kilau
2022-06-24 09:25:16 -05:00
parent c58ce37637
commit c69c19621d
3 changed files with 17 additions and 10 deletions

View File

@@ -152,12 +152,13 @@ USB Ethernet Adapter support:
```
ENABLE_USB_ETH="true"
ENABLE_USB_ETH_MODULE=""
ENABLE_USB_ETH_MODULE_AUTODETECT="true"
ENABLE_USB_ETH_MODULE_MANUAL=""
```
To have the Ethernet NIC be auto-detected, set the ENABLE_USB_ETH_MODULE value to an empty string, eq: ""
To have the Ethernet NIC be auto-detected and loaded automatically, set the ENABLE_USB_ETH_MODULE_AUTODETECT value to true.
To load a specific USB Ethernet NIC driver, set ENABLE_USB_ETH_MODULE to one of the following:
To load a specific USB Ethernet NIC driver, set ENABLE_USB_ETH_MODULE_MANUAL to one of the following:
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.