From b2288200e250789edb4a8ce0d63d2798d64e1742 Mon Sep 17 00:00:00 2001 From: Lee Jenkins Date: Sat, 18 Feb 2017 11:31:39 -0600 Subject: [PATCH] Update connecting-to-the-internet-via-usb.md Added link to instructions to follow in case Windows doesn't automatically load the NDIS driver for the EV3+ev3dev device. --- docs/tutorials/connecting-to-the-internet-via-usb.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/tutorials/connecting-to-the-internet-via-usb.md b/docs/tutorials/connecting-to-the-internet-via-usb.md index 4ef38ff5a..73d4de88d 100644 --- a/docs/tutorials/connecting-to-the-internet-via-usb.md +++ b/docs/tutorials/connecting-to-the-internet-via-usb.md @@ -156,6 +156,9 @@ If you are using an older version, please upgrade. {% include /util/screenshot.html source="/images/windows/10/devices-and-printers-rndis.png" %} + You may see a message like "EV3+ev3dev doesn't have a device driver". You can install the driver by following the + instructions here: http://developer.toradex.com/knowledge-base/how-to-install-microsoft-rndis-driver-for-windows-7 + {% include /style/icon.html type="info" %} PROTIP: You can get an icon that looks like an actual EV3 by installing [Programmable Brick Icons](https://github.com/ev3dev/PBrickIcons){: .alert-link}. @@ -247,4 +250,4 @@ If you are using an older version, please upgrade. Now that you have a network connection, you should [connect to your EV3 with SSH](/docs/tutorials/connecting-to-ev3dev-with-ssh) -if you haven't done so already. \ No newline at end of file +if you haven't done so already.