https://bugs.winehq.org/show_bug.cgi?id=41034
--- Comment #3 from Hanno Meyer-Thurow h.mth@web.de --- To connect via usb network to VIA 135 device one needs to enable following kernel configurations:
CONFIG_USB_NET_DRIVERS=y CONFIG_USB_USBNET=y CONFIG_USB_NET_CDCETHER=y CONFIG_USB_NET_CDC_NCM=y CONFIG_USB_NET_CDC_SUBSET_ENABLE=y CONFIG_USB_NET_CDC_SUBSET=y CONFIG_RT2800USB=y CONFIG_RT2800USB_RT35XX=y CONFIG_RT2X00_LIB_USB=y
Connect device, check 'ifconfig -a' for new device and execute:
~ # ip addr add 169.254.255.2 dev <device> ~ # ip route add 169.254.255.0/24 dev <device>
Finally ping device address '169.254.255.1'.