Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add support for Edimax WiFi USB dongles #645

Closed
SunboX opened this issue Oct 3, 2015 · 7 comments
Closed

Please add support for Edimax WiFi USB dongles #645

SunboX opened this issue Oct 3, 2015 · 7 comments

Comments

@SunboX
Copy link

SunboX commented Oct 3, 2015

Many Raspberry Pi projects are using a Edimax WiFi USB dongle like this one:
http://www.edimax.com/edimax/merchandise/merchandise_detail/data/edimax/global/wireless_adapters_n150/ew-7811un

By now Windows 10 IoT Core only supports the official and very rare Raspberry Pi USB WiFi dongle with a Broadcom chip set. Sadly, there's no other dongle with this chip set available.

So actually there's no way to get these widely used Edimax dongles to work with Windows 10 IoT Core (even if Edimax states they will work with Windows 10!). Please add support for these WiFi dongles. many will benefit from it.
https://www.bing.com/search?q=Edimax+Raspberry+Pi

@ravindrank
Copy link

+1
The Edimax adapter mentioned is a RTL8188CUS (which is same chipset used in TP-LINK WN725N already supported for Raspberry pi 2 as per release notes of 10556) .

Also, why I don't see any drivers for the TP-LINK WN725N in c:\windows\inf?

@ravindrank
Copy link

Thanks ricl. Aware of that.. Most of those ship from UK .. to get in US.. the cost just doubles up and adding delay..
Point here is .. How can get a wider range of hardware to work on Windows 10 IOT on Raspi2...

@marcusrussell
Copy link
Contributor

Hello Ravindrank,

We've heard your feedback, and we're working on extending WiFi dongle support in upcoming releases. We will update supported peripheral documentation along with the public release of new IoT Core versions. You can find up-to-date device compatibility lists at the following link: http://ms-iot.github.io/content/en-US/win10/SupportedInterfaces.htm.

@ravindrank
Copy link

Thank you Marcus.
On Nov 10, 2015 13:07, "Marcus Russell" notifications@github.com wrote:

Hello Ravindrank,

We've heard your feedback, and we're working on extending WiFi dongle
support in upcoming releases. We will update supported peripheral
documentation along with the public release of new IoT Core versions. You
can find up-to-date device compatibility lists at the following link:
http://ms-iot.github.io/content/en-US/win10/SupportedInterfaces.htm.


Reply to this email directly or view it on GitHub
#645 (comment).

@SunboX
Copy link
Author

SunboX commented Nov 11, 2015

sound's good, thank you! 👍

@lappiesja
Copy link

Seen this elsewhere at this link, just scroll down:
https://social.msdn.microsoft.com/Forums/en-US/05fe7028-3d1b-454e-a4e8-f614374390a1/installing-usb-wireless-edimax-driver?forum=WindowsIoT

Just compiling the steps others have listed.

  1. Download the driver zip from http://www.edimax.com/edimax/download/download/data/edimax/global/download/for_home/wireless_adapters/wireless_adapters_n150/ew-7811un
  2. Put SD card in PC and copy the 3 files that were in the zip to :\temp. Then eject.
  3. Put SD card in the Pi and boot.
  4. Connect with Powershell (detailed in https://ms-iot.github.io/content/en-US/win10/samples/PowerShell.htm)
  5. cd to c:\efisp\temp
  6. Run the command below.

devcon install netrtwlanu.inf "USB\VID_7392&PID7811"

I got a "RemoteException" but it worked anyway.

  1. exit powershell session
  2. Restart Pi
  3. Go to http://minwinpc:8080/wifimanager.htm to configure.

This worked for me. Thanks for everyone who did the hard part.

@SeeSharp7
Copy link

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants