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
Copy file name to clipboardExpand all lines: docs/usb_ethernet.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,3 +14,21 @@ The custom firmware includes hot-plug support for USB ethernet adapters.
14
14
15
15
Simply plug in a USB ethernet adapter to the printer's USB port.
16
16
The adapter will be automatically detected and configured with DHCP.
17
+
18
+
## Adapter Compatibility
19
+
20
+
Support for USB ethernet adapters may vary depending on the chipset. The following have been tested and confirmed working:
21
+
22
+
-**100M Realtek adapters**: Confirmed working
23
+
-**2.5Gbps adapters**: Confirmed working
24
+
25
+
### Reporting Compatibility Issues
26
+
27
+
If you encounter issues with your USB ethernet adapter, please share the USB IDs to help improve compatibility documentation. You can retrieve this information via SSH using:
28
+
29
+
```bash
30
+
lsusb
31
+
lsusb -t
32
+
```
33
+
34
+
Please report any non-working adapters along with their USB IDs on the GitHub issues page.
0 commit comments