If you are trying to get a device working with ndiswrapper, please help ndiswrapper project wiki by contributing your findings. See HowToContribute

Sitecom WL-352

From NDISWrapper
Revision as of 10:15, 11 August 2010 by Brinley (Talk | contribs) (Info: Native driver update from Jelle Plantenberg)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Sitecom USB micro adapter 300N x2 WL-352

Info

Product info page at http://www.sitecom.com/Wireless-Micro-USB-Adapter-300N-X2/WL-352/p/771

lsusb output:

Bus 001 Device 002: ID 0df6:004c Sitecom Europe B.V.

dmesg:

wlan0: ethernet device 00:0c:f6:7d:ef:f2 using NDIS driver: net8192su,
version: 0x1, NDIS version: 0x500, vendor: 'Realtek RTL8192S Wireless
LAN USB NIC', 0DF6:004C.F.conf

I didn't need to do anything beyond running ndisgtk and telling it to install the driver

32 bit works but 64 bit drivers reported not to work.

It has been reported that there is a native driver from the manufacturer. (download mirrored at Unbolt)

You need two modification to make the driver work:

  • Modify the Makefile line 3: export TOPDIR := $(shell pwd)
  • Add the Sitecom USB ID for the WL-352 device to the file

os_intf/linux/usb_intf.c: {USB_DEVICE(0x0DF6, 0x004C)},