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
Sitecom USB micro adapter 300N x2 WL-352
- Chipset: Realtek RTL8192S or RTL8191SU
- usbid: 0df6:004c
- Driver: Windows XP net8192su.inf, rtl8192su.sys, downloadable from http://www.sitecom.com/download/4412/WL-352v3-Driver_Utility.zip
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)},