Sandokan7100 Posted January 20, 2013 Share Posted January 20, 2013 This Sitecom WIFI adapter (WLA-3000 / N300 / X3) is sold as MAC compatible as I read on the box "Ideal for use with Apple iMac / MacBook / etc...". But the provided CD only contains the Windows drivers!!! Also, if you go to the Sitecom website, they only provide an old driver (v1) probably working with older OSX 10.4 and 10.5, for sure it does NOT work with LION and Mountain... For your information, this is the interesting info about the device: 802.11 n WLAN: Product ID: 0x005f Vendor ID: 0x0df6 (Sitecom Europe B.V.) Version: 1.01 I've completely resolved as follows: 1) Download the file RTUSB.dmg for RT2870/v4.2.6.0 directly from Ralink here: http://www.mediatek....dows.php?sn=502 2) Install and reboot 3) As root: cd /System/Library/Extensions/RT2870USBWirelessDriver.kext/Contents edit Info.plist by adding the following section: <key>Sitecom23 - WLA3000</key> <dict> <key>CFBundleIdentifier</key> <string>com.Ralink.driver.RT2870USBWirelessDriver</string> <key>IOClass</key> <string>RT2870USBWirelessDriver</string> <key>IOProviderClass</key> <string>IOUSBDevice</string> <key>idProduct</key> <integer>95</integer> <key>idVendor</key> <integer>3574</integer> </dict> 4) Reboot again, insert the WLA-3000 and enjoy! Attached is the patched kext (based on v4.6.0). Tested OK on LION 10.7.5 / 64 bit. S. RT2870USBWirelessDriver.kext.tar.gz 1 Link to comment https://www.insanelymac.com/forum/topic/285789-solved-sitecom-wla-3000-driver-for-lion/ Share on other sites More sharing options...
Recommended Posts