Hi all, I have already searched the boards, Google, the Wiki and more but I can't find a 'solution'. I have an Sagem XG-703(a) USB 2.0 WLAN adapter for my 'brand new' OSX86 machine but it doesn't work. USB itself is working, only the adapter is found but not recognized by OSX.
The Sagem XG-703(a) is the same as the Netgear WG111 and based on the Realtek RTL8187(L) chipset. If anybody got an solution for this problem, instead of buying a new adapter of course it would be great!! Thanks in advance, - Alex3305. Hello @ all, same here i've tested the Netgear WG111v2 it has an RTL8187-Chipset, and yes i've downloaded the OSX-10.4-driver from Realtek-Site, but it doesn't work for me, the base-executable in./Content/MacOS/usbnet is a pure PPC-binary, and an manual kextload -t ends up with an 'segmentation fault' whats all. I assume what the prism-drivers are not compatible with RTL-Chipsets, right? Would be nice to hear if someone get a solution for this, and for sure i'm wondering because the drivers for the GlobeTrotter-Connect-Card/external modem and their control-panel are also pure PPC but they runs with out trouble on the intel-system, another test says what the base-executable in./Content/MacOS/usbnet has no kernel-extension-strings in it, but this can came from the wrong Owner/Mode-Type., remember the kextload -t, if the strings arn't present, then kextload couldn't also load this module.
Realtek RTL8187L Wireless Driver 1.313 for Windows (XP/Vista) Before windows 7 i checked compatibility on win 7 compatibility advisor and was instructed that i have realtek rtl8187l wireless ethernet update drivers for this network adapter after installing win 7. Realtek Rtl8187 Driver Mac Software Realtek Drivers Update Utility For Windows 7 64 bit v.7.4 Realtek Drivers Update Utility For Windows 7 64 bit updates your Windows 7 64 bit drivers for Realtek Laptops automatically.
Any hints for further tests? Where are the logs for what drivers saved?
Special-parameters for kextload, for more usable output? Kextload -l -v /System/Library/Extensions/rtl8187.kext kextload: extension /System/Library/Extensions/rtl8187.kext appears to be valid kextload: loading extension /System/Library/Extensions/rtl8187.kext 22rtl8187_Client_Utility is not compatible with its superclass, 12IOUserClient superclass changed? Kextload: a link/load error occured for kernel extension /System/Library/Extensions/rtl8187.kext load failed for extension /System/Library/Extensions/rtl8187.kext (run kextload with -t for diagnostic output). Common Problems with Universal I/O Kit Drivers Most problems you'll encounter after building a universal driver will appear when loading it.
For example, kextload might report the error com.mycompany.driver.MyDriverClass is not compatible with its superclass, superclass changed? The reason for most load-time errors is that the wrong SDK was used when building the driver.

For example, the PowerPC side of the driver is targeting Mac OS X 10.3.x but was built using the 10.4u SDK. Refer to the SDK version information shown earlier in Which Xcode and Mac OS X SDK Versions to Use. Then verify that your Xcode project is set up as described earlier in Xcode Project Settings for a Universal I/O Kit Kernel Driver. Thy say there is a way to rebuild PPC-only driver to the universal one using XCode. Is there any PPC driver for rtl8187?