Help - Search - Members - Calendar
Full Version: zydas
InsanelyMac Forum > OSx86 Project > Tutorials (The Genius Bar)
nickhe
First off you need to download and install zydas.

Then your restart your pc and when you come up go in to system/library/extentions/ and edit zd1211 and zd1215 with nano and add your vendor id and product id which you can get from system profiler. After you edit both of them restart and then go in to Network Preferences and it will detect it. If not, backup IO82011 and delete the original and restart, then it should work.
Supported to these USB dongels

�· 3COM 3CRUSB10075
�· AOpen 802.11g WL54
�· iNexQ UR055g
�· Sitecom WL-113
�· Telegent TG54USB
�· TwinMOS G240
�· Yakumo QuickWLAN
�· Airlink+ AWLL3025
�· Zyxel ZyAIR G-220
�· X-Micro XWL-11GUZX
�· Edimax EW-7317UG
�· Safecom SWLU-5400
�· Longshine LCS-8131G
�· Planet WL-U356
�· Sweex wireless 54MB
�· Acer WLAN-G-US1
�· Trendnet TEW-424UB
�· DrayTek Vigor 550
�· Asus WL-159g

Click to view attachment
GnatGoSplat
Thanks for posting the driver, this works for the ZyXEL AG-225H too. I had bought the dongle for its OS X drivers, but the included ones didn't work and neither did the ones on the ZyXEL site so I gave up on it. 3 months later, I found your post and installed these drivers, it works perfectly. I got lucky on my Hackintosh and only thing I had to do was run the pkg file.
badbug
Sorry to open an old post but this really saved me from a lot of hassle. Now I'm connected through internet using my zydas adapter on my thinkpad r51. Awesome work.
UloveIt777
Hi nickhe,

I use wi-fire from hfield and I use a real MacBook with intel core 2 duo.
I've found the .kext with the vendor and product id in /sys/lib/extensions for both zd1211 and zd1215 but they are present in various child see pic here http://yfrog.com/0fpicture3isjp

And they are in decimal format whereas the info displayed in system profiler is in hexa see pic there http://yfrog.com/0fpicture2vxbp

So what do we have to do exactly to get this driver working?

nb:

I've the original wi-fire driver but it's quite cumbersome, slow, buggy so I'm trying alternative.
I've installed the wlan.app app and it runs but don't find any router and I suppose that's why I need to change the id, but I don't know how to.

Thanks to explain with pictures.

E.
techblake
QUOTE (nickhe @ Jul 31 2008, 12:04 PM) *
First off you need to download and install zydas.

Then your restart your pc and when you come up go in to system/library/extentions/ and edit zd1211 and zd1215 with nano and add your vendor id and product id which you can get from system profiler. After you edit both of them restart and then go in to Network Preferences and it will detect it. If not, backup IO82011 and delete the original and restart, then it should work.
Supported to these USB dongels

�� 3COM 3CRUSB10075
�� AOpen 802.11g WL54
�� iNexQ UR055g
�� Sitecom WL-113
�� Telegent TG54USB
�� TwinMOS G240
�� Yakumo QuickWLAN
�� Airlink+ AWLL3025
�� Zyxel ZyAIR G-220
�� X-Micro XWL-11GUZX
�� Edimax EW-7317UG
�� Safecom SWLU-5400
�� Longshine LCS-8131G
�� Planet WL-U356
�� Sweex wireless 54MB
�� Acer WLAN-G-US1
�� Trendnet TEW-424UB
�� DrayTek Vigor 550
�� Asus WL-159g

Click to view attachment


Where in the info.plist do i put the vendor and product id please help smile.gif
GnatGoSplat
Has anyone else noticed the Wlan.app using around 33% CPU at all times?
petoeah
thank you so much. both of my usb wireless adapter works !!
* Belkin F5D7050
* Zyxel G-202
ddvche
Hi

I messed around for 5 hrs and got it working for 5 minutes, I got on the internet without Ethernet! Then computer overheated and crashed. So now everytime I inserts the USB the mac tells me to push the power button and restart... When I leave the USB in and try to start, the computer doesn't start... heelp..

thanks
wasylu1
sad.gif

Still dont know where put that numbers in to info.plist?

This is may Info.plist file:

CODE
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>CFBundleDevelopmentRegion</key>
    <string>English</string>
    <key>CFBundleExecutable</key>
    <string>ZD1211Mac</string>
    <key>CFBundleIdentifier</key>
    <string>com.ZyDAS.driver.ZD1211USB</string>
    <key>CFBundleInfoDictionaryVersion</key>
    <string>6.0</string>
    <key>CFBundlePackageType</key>
    <string>KEXT</string>
    <key>CFBundleSignature</key>
    <string>ZD</string>
    <key>CFBundleVersion</key>
    <string>4.5.10d0</string>
    <key>IOKitPersonalities</key>
    <dict>
        <key>01</key>
        <dict>
            <key>CFBundleIdentifier</key>
            <string>com.ZyDAS.driver.ZD1211USB</string>
            <key>IOClass</key>
            <string>com_ZyDAS_driver_ZD1211USB</string>
            <key>IOProviderClass</key>
            <string>IOUSBDevice</string>
            <key>IOUserClientClass</key>
            <string>EthernetUserClient_ZD1211</string>
            <key>idProduct</key>
            <integer>24577</integer>
            <key>idVendor</key>
            <integer>1976</integer>
        </dict>
        
etc.. etc... etc...

        <key>17</key>
        <dict>
            <key>CFBundleIdentifier</key>
            <string>com.ZyDAS.driver.ZD1211USB</string>
            <key>IOClass</key>
            <string>com_ZyDAS_driver_ZD1211USB</string>
            <key>IOProviderClass</key>
            <string>IOUSBDevice</string>
            <key>IOUserClientClass</key>
            <string>EthernetUserClient_ZD1211</string>
            <key>idProduct</key>
            <integer>1809</integer>
            <key>idVendor</key>
            <integer>5173</integer>
        </dict>
    </dict>
    <key>OSBundleLibraries</key>
    <dict>
        <key>com.apple.iokit.IONetworkingFamily</key>
        <string>1.5.0</string>
        <key>com.apple.iokit.IOUSBFamily</key>
        <string>2.2.0</string>
        <key>com.apple.kpi.bsd</key>
        <string>8.0.0</string>
        <key>com.apple.kpi.iokit</key>
        <string>8.0.0</string>
        <key>com.apple.kpi.libkern</key>
        <string>8.0.0</string>
        <key>com.apple.kpi.mach</key>
        <string>8.0.0</string>
    </dict>
</dict>
</plist>


Should I replace each "idProduct" and "idVendor" by numbers?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.