[Bug 41034] TomTom MyDrive Connect needs implementation of KERNEL32.dll.SetVolumeMountPointW and others

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Oct 22 15:46:51 CDT 2016


https://bugs.winehq.org/show_bug.cgi?id=41034

--- Comment #3 from Hanno Meyer-Thurow <h.mth at 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'.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list