Subscribe to our RSS news feed
AAPL 199.94 (-1.25)

Zydas is working on an x86 wireless driver
*
  • Group: Members
  • Posts: 27
  • Joined: 15-August 05
  • Member No.: 6,246
Zydas, who produce the 802.11G band wireless usb adapter (ZD1211 chipset) that is also used internally in the shuttle pcs (PN15G) is currently working on a driver for x86 OSX.
PM Profile Card
Go to the top of the page
+ Quote Post
 
Start new topic
Replies
*****
  • Group: Members
  • Posts: 316
  • Joined: 9-December 05
  • Member No.: 17,721
Download the new driver and install it (see my previous reply in this topic for the location)...

Do NOT restart yet.

First you need to get the ProductID and VendorID as being listed by System Profiler: these values are in HEXadecimal but the driver needs these values in DECimal.

Start Applications - Calculator and switch to "Programmer" mode (View - Programmer):

- switch the calculator to HEX mode
- enter value for Product ID
- switch the calculator to DEC mode
- write down the decimal value for ProductID
- repeat the same steps for VendorID

Patching the driver:
=============

Use Finder to go to /System/Library/Extensions

Locate the "ZD1211Mac.kext" or "ZD1215Mac.kext": you need to select the one you need:

- ZD1211Mac.kext is for the (earlier) "ZD1211" chipset
- ZD1215Mac.kext is for the (later) "ZD1211 Rev. B" chipset

Right click on the kext and "Show Package Contents" - open up "Contents" - Drag the "Info.plist" to your Desktop to make a (writable) copy.

Double-click on the "Info.plist" on your desktop to open it (in TextEdit):

Now locate the lines below <key>IOKitPersonalities</key>

You'll see that there are 15 keys:

<key>01</key>
<key>02</key>
...
<key>15</key>

These keys are for different branches of USB Wifi hardware but of course we only need 1 of these: the one WE are using so delete every key except the first one. This will result in:

...
<key>IOKitPersonalities</key>
<dict>
<key>01</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.ZyDAS.driver.ZD1211RevB</string>
<key>IOClass</key>
<string>com_ZyDAS_driver_ZD1211RevB</string>
<key>IOProviderClass</key>
<string>IOUSBDevice</string>
<key>IOUserClientClass</key>
<string>EthernetUserClient_ZD1211RevB</string>
<key>idProduct</key>
<integer>28764</integer>
<key>idVendor</key>
<integer>1293</integer>
</dict>
</dict>
...

Now change the "idProduct" key with YOUR decimal Product ID:

<key>idProduct</key>
<integer>28764</integer>

Now change the "idVendor" key with YOUR decimal Vendor ID:

<key>idVendor</key>
<integer>1293</integer>

Save the changes in TextEdit and quit TextEdit.

Drag the "Info.plist" from your Desktop back to its original place (inside the kext).

When it's asking for Authentication: give proper userid and password.

The driver is now patched to your card IDs...


Clearing the kext cache:
================

Simple way is to use Finder and go to /System/Library

Now delete the files "Extensions.kextcache" and "Extensions.mkext" - Don't worry: these files are being recreated when you reboot Mac Os X


Fixing security of the kexts:
==================

- open up Terminal
- enter commands:

sudo chmod -R 755 /System/Library/Extensions/ZD1211Mac.kext
sudo chown -R root:wheel /System/Library/Extensions/ZD1211Mac.kext

or

sudo chmod -R 755 /System/Library/Extensions/ZD1215Mac.kext
sudo chown -R root:wheel /System/Library/Extensions/ZD1215Mac.kext

depending on the chipset used in your WIFI USB stick

Quit Terminal


Disk Repair Permissions:
================

Good idea is to use Applications - Utilities - Disk Utilities to Repair Disk Permissions


Reboot


The WLAN application (installed by the driver installation) will open up automatically: make the changes to reflect your WIFI setup and continue: you will see that this will explain itself while working with it...

If you'd need assistance after this let me know smile.gif

Take care,
Tek_No
PM Profile Card
Go to the top of the page
+ Quote Post

Posts in this topic
- manifold_family   Zydas is working on an x86 wireless driver   Sep 12 2005, 09:57 AM
- - domino   Hi manifold_family. I have a Zydas USB G stik whic...   Sep 12 2005, 10:41 AM
|- - plonkersaurus   QUOTE (domino @ Sep 12 2005, 11:41 AM)Hi mani...   Sep 12 2005, 11:02 AM
|- - domino   QUOTE (plonkersaurus @ Sep 12 2005, 07:02 PM)...   Sep 12 2005, 11:17 AM
- - manifold_family   Hi, The driver is not out yet, but they told me t...   Sep 12 2005, 11:21 AM
|- - domino   QUOTE (manifold_family @ Sep 12 2005, 07:21 P...   Sep 12 2005, 11:26 AM
- - thrunner   Nothing new yet, I got this from them yesterday: ...   Sep 12 2005, 12:59 PM
- - weBstalkeR   I have a Airlink+ AWLL3025 and it has a Zydas 1211...   Sep 13 2005, 05:28 AM
- - domino   Don't have to attach. http://www.zydas.com.tw...   Sep 13 2005, 05:41 AM
- - domino   Here is the latest I hot from Zydas. Looks like w...   Sep 13 2005, 05:56 PM
- - manifold_family   i got that today too. so i wrote back i pointed t...   Sep 13 2005, 07:03 PM
- - ripoflive   When I install the zydas drivers, mac os x detects...   Oct 5 2005, 06:06 PM
- - bebox   olitec usb WIFI sticks uses ZyDAS chip too i have...   Oct 5 2005, 07:37 PM
- - robodex   Hate to bump a really old topic, but I'm havin...   Mar 9 2006, 03:10 PM
- - Hitesh   yeh im waiting for the zydas x86 drivers too ....i...   Mar 27 2006, 07:11 PM
- - sambo60   I have a hawking HWU54G which also has the zydas 1...   Mar 30 2006, 03:18 AM
- - Tek_No   I just got a Belkin F5D7050: it's a V4000 So...   May 25 2006, 09:59 AM
- - Tek_No   Update: sent an email to the Zydas guys... Here...   May 25 2006, 07:42 PM
|- - Tek_No   Just checked the ZYDAS site again at http://www.z...   May 30 2006, 08:46 AM
- - thatguygriff   I have an inexq UR055g USB wireless card that uses...   May 30 2006, 02:52 PM
- - limbohz   i have an belkin f5d5070 v4 which is supposedly ba...   May 30 2006, 04:22 PM
- - Tek_No   Got it working on a Belkin f5d5070 v4000 Here...   May 30 2006, 06:29 PM
|- - limbohz   doh! brain fart there on my part. i guess i e...   May 30 2006, 11:07 PM
- - sambo60   Tek_No, can you please post clear instructio...   May 31 2006, 06:39 AM
|- - Tek_No   QUOTE (sambo60 @ May 31 2006, 08:39 AM) T...   May 31 2006, 06:43 AM
- - sambo60   Its a hawking hwu54g. I cant get the ids ...   May 31 2006, 07:10 AM
|- - GmanBen   QUOTE (Tek_No @ May 31 2006, 04:41 AM) Do...   Jul 21 2006, 07:51 PM
|- - Tek_No   QUOTE (GmanBen @ Jul 21 2006, 09:51 PM) O...   Jul 21 2006, 08:46 PM
- - sambo60   Thanks a ton for this dude. I'll do it...   May 31 2006, 08:53 AM
- - Tek_No   Not a clue...   May 31 2006, 10:35 AM
- - Jeezoflip   omfg are you serious?!?! I bought this car...   May 31 2006, 08:52 PM
- - sambo60   I tried both the zd1211 and zd1215 kexts but neith...   Jun 1 2006, 06:10 AM
|- - Tek_No   QUOTE (sambo60 @ Jun 1 2006, 08:10 AM) I ...   Jun 1 2006, 07:02 AM
- - sambo60   Both kexts allowed me to use the utility and showe...   Jun 1 2006, 10:14 PM
|- - LedY   QUOTE (sambo60 @ Jun 1 2006, 10:14 PM) Bo...   Jun 1 2006, 10:34 PM
|- - Tek_No   QUOTE (sambo60 @ Jun 2 2006, 12:14 AM) Bo...   Jun 2 2006, 07:00 AM
- - duktape   i used this driver for my AWLL3025. it reads the w...   Jun 1 2006, 11:41 PM
|- - Tek_No   QUOTE (duktape @ Jun 2 2006, 01:41 AM) i ...   Jun 2 2006, 11:47 AM
- - relikwie   I have to say: success with a sitecom USB WLAN zy...   Jun 2 2006, 10:19 AM
- - duktape   it works perfectly now, it wasnt a problem with th...   Jun 2 2006, 05:37 PM
- - darveider   Just wanted to report that my Airlink101 (AWLL3026...   Jun 2 2006, 07:00 PM
|- - Tek_No   QUOTE (darveider @ Jun 2 2006, 09:00 PM) ...   Jun 2 2006, 08:55 PM
- - domino   I got ZDA211MacUSB_install_4_5_0_0.dmg working on ...   Jun 3 2006, 09:22 AM
|- - Tek_No   QUOTE (domino @ Jun 3 2006, 11:22 AM) I g...   Jun 3 2006, 01:40 PM
|- - Another User   QUOTE (Tek_No @ Jun 3 2006, 04:40 PM) Heh...   Jun 3 2006, 10:36 PM
- - domino   Now the only thing left is to have Wlan run as an ...   Jun 3 2006, 11:20 PM
|- - eclau   QUOTE (domino @ Jun 3 2006, 11:20 PM) Now...   Jul 5 2006, 04:18 PM
|- - domino   QUOTE (eclau @ Jul 6 2006, 12:18 AM) domi...   Jul 5 2006, 06:25 PM
- - alyssa   I followed Tek-no instructions and installed the z...   Jun 4 2006, 09:43 PM
|- - Tek_No   QUOTE (alyssa @ Jun 4 2006, 11:43 PM) N...   Jun 5 2006, 07:06 AM
- - sambo60   Hey alyssa, I was having the exact same problem. I...   Jun 5 2006, 12:39 AM
- - alyssa   oh my god! i'm sorry to hear that happened...   Jun 5 2006, 03:46 AM
- - alyssa   Thank you Tek-no Yes mine is being listed as ZyDAS...   Jun 5 2006, 01:01 PM
|- - Tek_No   You can use your router's IP address for Gatew...   Jun 5 2006, 08:54 PM
- - Doosje   I;ve got the belkin f5d7050 and it works !:) T...   Jun 9 2006, 02:22 PM
|- - Tek_No   QUOTE (Doosje @ Jun 9 2006, 04:22 PM) I;v...   Jun 9 2006, 10:03 PM
- - Doosje   Tek_No (and others ofcourse), i've been experi...   Jun 9 2006, 11:32 PM
|- - Tek_No   QUOTE (Doosje @ Jun 10 2006, 01:32 AM) Te...   Jun 10 2006, 07:26 AM
- - alyssa   I give up on the Airlink adapter. I can't aff...   Jun 10 2006, 08:21 AM
|- - RuddyAdam   QUOTE (alyssa @ Jun 10 2006, 03:21 AM) I ...   Jul 2 2006, 05:01 PM
- - Doosje   My strength & signal are almost all the time ...   Jun 10 2006, 12:39 PM
|- - Tek_No   QUOTE (Doosje @ Jun 10 2006, 02:39 PM) My...   Jun 10 2006, 10:35 PM
|- - LedY   I saw that Zydas posted a new version of their MAC...   Jun 14 2006, 03:01 AM
- - sambo60   Yea!! Theres a new one! It says June 1...   Jun 14 2006, 06:58 AM
- - domino   I did't see a change log but I updated anyway....   Jun 14 2006, 12:40 PM
- - domino   I got a chance to test the new verion. It seams th...   Jun 14 2006, 02:38 PM
- - Doosje   @Domino, have you tried unloading the kextfile ? ...   Jun 14 2006, 06:56 PM
|- - domino   QUOTE (Doosje @ Jun 15 2006, 02:56 AM) @D...   Jun 14 2006, 07:51 PM
- - sambo60   The new version didn't work for me. Still didn...   Jun 14 2006, 10:00 PM
- - plunder   Hi guys, Just thought i'd let you know that a ...   Jun 19 2006, 10:55 AM
|- - domino   QUOTE (plunder @ Jun 19 2006, 06:52 PM) H...   Jun 19 2006, 11:16 AM
|- - LedY   Zydas is spinning new versions of these wireless o...   Jun 19 2006, 01:00 PM
- - domino   I still don't know the changes from the last b...   Jun 19 2006, 03:02 PM
- - sambo60   Same results for me. Card recognized, no networks ...   Jun 21 2006, 03:30 AM
|- - Tek_No   QUOTE (sambo60 @ Jun 21 2006, 05:27 AM) S...   Jun 21 2006, 08:31 AM
- - dcvie   Hi! I have exactly the same problem here with...   Jun 21 2006, 01:20 PM
- - Dark_Elf   I installed the driver for a Planet WL-U356 USB, c...   Jun 21 2006, 05:30 PM
- - sambo60   At the rate zdyas is updating, we should have a wo...   Jun 21 2006, 08:00 PM
- - sambo60   Still doesn't work... will wait for future upd...   Jun 22 2006, 07:26 PM
- - domino   Just telling my experience with the last update (4...   Jun 28 2006, 10:01 PM
- - posterlogo   Thanks for all the info here, especially Tek No...   Jun 30 2006, 10:31 PM
- - domino   It should work on PPC. According to the kext info,...   Jun 30 2006, 11:29 PM
- - mactogo   For anyone having a hard time using the current zy...   Jul 2 2006, 11:51 AM
- - sambo60   Same thing for me dude, the solution is to wait......   Jul 3 2006, 02:38 AM
|- - Tek_No   I'm NOT broadcasting my SSID and it's work...   Jul 3 2006, 06:19 AM
- - posterlogo   Tek No's instructions- open up the WLAN utilit...   Jul 5 2006, 09:54 PM
|- - Tek_No   New driver available + release change notes... Fi...   Jul 17 2006, 01:32 PM
- - Doosje   thanks 4 keeping an eye out on these drivers ..   Jul 17 2006, 06:34 PM
|- - Tek_No   QUOTE (Doosje @ Jul 17 2006, 08:34 PM) th...   Jul 17 2006, 07:37 PM
- - domino   cheers mate   Jul 17 2006, 07:42 PM
- - macman4445   hey i have an Airlink pci card (awlh4030) and it ...   Jul 21 2006, 07:14 PM
- - Tek_No   And yet... Another Release... 4.5.7.0 Take care,...   Jul 29 2006, 09:15 AM
- - domino   cheers.. 1.Fix DHCP failed issue when associates ...   Jul 29 2006, 09:25 AM
- - LedY   Thanks for the notes on the new update. On a side...   Jul 29 2006, 08:39 PM
- - goodtime   Using the 10.4 ZD driver, I got it to work 100% wi...   Aug 3 2006, 02:03 AM
- - qwertyuiop   can anybody help me i have the v3000   Aug 3 2006, 08:24 PM
|- - Tek_No   QUOTE (qwertyuiop @ Aug 3 2006, 10:21 PM)...   Aug 4 2006, 05:46 AM
- - mikeyboy   just got a zydas chipset usb adapter ("GIGAFA...   Aug 5 2006, 06:46 AM
- - LedY   Doh! Atheros seems to have acquired Zydas and ...   Aug 16 2006, 02:24 AM
2 Pages V   1 2 >

Reply to this topic Start new topic

1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

RSS Lo-Fi Version Time is now: 21st November 2009 - 03:11 AM