nickhe Posted July 31, 2008 Share Posted July 31, 2008 (edited) 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 ZDA1211MacUSB_install_4_5_10_0.zip Edited October 2, 2008 by nickhe made legible Link to comment https://www.insanelymac.com/forum/topic/118590-zydas/ Share on other sites More sharing options...
GnatGoSplat Posted November 1, 2008 Share Posted November 1, 2008 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. Link to comment https://www.insanelymac.com/forum/topic/118590-zydas/#findComment-951206 Share on other sites More sharing options...
badbug Posted February 8, 2009 Share Posted February 8, 2009 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. Link to comment https://www.insanelymac.com/forum/topic/118590-zydas/#findComment-1073924 Share on other sites More sharing options...
UloveIt777 Posted April 21, 2009 Share Posted April 21, 2009 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. Link to comment https://www.insanelymac.com/forum/topic/118590-zydas/#findComment-1138729 Share on other sites More sharing options...
techblake Posted August 16, 2009 Share Posted August 16, 2009 Where in the info.plist do i put the vendor and product id please help Link to comment https://www.insanelymac.com/forum/topic/118590-zydas/#findComment-1227273 Share on other sites More sharing options...
GnatGoSplat Posted August 17, 2009 Share Posted August 17, 2009 Has anyone else noticed the Wlan.app using around 33% CPU at all times? Link to comment https://www.insanelymac.com/forum/topic/118590-zydas/#findComment-1228360 Share on other sites More sharing options...
petoeah Posted September 19, 2009 Share Posted September 19, 2009 thank you so much. both of my usb wireless adapter works !! * Belkin F5D7050 * Zyxel G-202 Link to comment https://www.insanelymac.com/forum/topic/118590-zydas/#findComment-1272943 Share on other sites More sharing options...
ddvche Posted October 28, 2009 Share Posted October 28, 2009 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 Link to comment https://www.insanelymac.com/forum/topic/118590-zydas/#findComment-1312541 Share on other sites More sharing options...
wasylu1 Posted March 12, 2010 Share Posted March 12, 2010 Still dont know where put that numbers in to info.plist? This is may Info.plist file: <?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? Link to comment https://www.insanelymac.com/forum/topic/118590-zydas/#findComment-1427829 Share on other sites More sharing options...
ksmtkmr Posted August 3, 2010 Share Posted August 3, 2010 thanks dude... was lookin for it.. Link to comment https://www.insanelymac.com/forum/topic/118590-zydas/#findComment-1523969 Share on other sites More sharing options...
shadowsa Posted August 21, 2010 Share Posted August 21, 2010 i have a zd1211b based usb wifi adapter but the problem is it is just like half working the adapter is recognized by the system and also by the wland application im running 10.5.8 i seem also to be connected to the wifi base station and getting almost full signal/quality bar. driver version 4.5.10.0 utility version 3.3.5.0 it appeares in the network pref. panel but i dont get an ip assigned, i tryed also to manualy assign one but nothing changes, and wlan.app shows tx frame (transfer rate working) but rx(recieve not) it shows 0. please help. Link to comment https://www.insanelymac.com/forum/topic/118590-zydas/#findComment-1534050 Share on other sites More sharing options...
ruckerz Posted November 26, 2010 Share Posted November 26, 2010 This works for me..The driver on this post was much newer than the one included on the iAtkos s3 Link to comment https://www.insanelymac.com/forum/topic/118590-zydas/#findComment-1591889 Share on other sites More sharing options...
Recommended Posts