NetStumbler.org Forums

Go Back   NetStumbler.org Forums > Software > Mac OS
Register Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
Old 11-09-2005   #1 (permalink)
rudolf
Registered Member
 
Join Date: Nov 2004
Posts: 3
ZD1211 USB WLAN with Zydas OS X drivers

I just found the original Zydas Drivers, and tried them with a Sitecom WL-113. As the ZD1211 sticks are cheap, this might be of interest:

ZD1211 USB Stick with Zydas Drivers in Win,Linux, or Mac OS X:

First get your Driver:
http://www.zydas.com.tw/downloads/download-1211.asp

Then you need the vendor and product id numbers. See if your stick is in the table below.
If not, try google with the name of your Stick.
If nothing helps, start a Knoppix CD (or any Linux), open a shell, and plug the Stick. Enter dmesg and the numbers will be displayd.

Windows:

Install the driver, but dont plug in the Stick.
In \Windows\INF\ZD1211U.inf you'll find some lines like this:

%ZD1211_50U_DESC% = ZD1211_50U.ndi, USB\VID_0ACE&PID_1211
%ZD1211_50U_DESC% = ZD1211_50U.ndi, USB\VID_0586&PID_3401
...

See if your numbers are already there, if not change the last line.

In C:\Programs\ZyDAS Technology Corporation\ZyDAS_802.11g_Utility\ZDWlan.INI
you'll find:

MatchingDeviceId0=USB\VID_0ACE&PID_1211
MatchingDeviceId1=PCI\VEN_167B&DEV_2112
MatchingDeviceId2=USB\VID_0ACE&PID_A211
...

There you must also change a line to your numbers if they aren't already there.

Mac OSX:

Install the driver, but DO NOT RESTART. Open a terminal, enter su and root password, and edit:

/System/Library/Extensions/ZD1211Mac.kext/Contents/Info.plist

with vi (or another editor).
Near the end you'll see:
<string>EthernetUserClient_ZD1211</string>
<key>idProduct</key>
<integer>13313</integer>
<key>idVendor</key>
<integer>1414</integer>
the first number 13313 is decimal for 3401 hex and the second number 1414 is decimal of 0586. So convert your numbers to decimal umsetzen, and see if they are already there, else enter them. For the Sitecom you would change the last entry to:

<string>EthernetUserClient_ZD1211</string>
<key>idProduct</key>
<integer>36977</integer>
<key>idVendor</key>
<integer>3574</integer>
and watch out, the first number is the product, the second the vendor ID. It is the other way around in the table.
Save file, log out, and restart the Mac.
If you can't save the file, your not root. If you don't know the root password, enter 'sudo passwd root', enter your pasword, and then the new root password. Don't forget to tell root his new password

Linux:

unpack the driver in /usr/src. In the drivers directory, edit src/zdusb.h. Find:

#define VENDOR_ZYDAS 0x0ACE //ZyDAS
#define PRODUCT_1211 0x1211
#define PRODUCT_A211 0xa211
#define VENDOR_ZYXEL 0x0586 //ZyXEL
#define PRODUCT_G220 0x3401
#define VENDOR_3COM 0x6891
#define PRODUCT_A727 0xA727
#define PRODUCT_G220F 0x3402

If your numbers are not listed, change an entry, here the Zyxel entry is used with the Sitecom numbers:

#define VENDOR_ZYDAS 0x0ACE //ZyDAS
#define PRODUCT_1211 0x1211
#define PRODUCT_A211 0xa211
#define VENDOR_ZYXEL 0x0DF6 //ZyXEL
#define PRODUCT_G220 0x9071
#define VENDOR_3COM 0x6891
#define PRODUCT_A727 0xA727
#define PRODUCT_G220F 0x3402

The enter the correct kernel version into Makefile.
Enter make, then you're done. The device name is 'eth...'. You need a kernel source in /usr/src.

ZD1211 Sticks.
3COM 3CRUSB10075 6891:a727
AOpen 802.11g WL54 07b8:6001
iNexQ UR055g 1435:0711
Sitecom WL-113 0df6:9071
Telegent TG54USB 129b:1666
TwinMOS G240 126F:a006
Yakumo QuickWLAN 0b3b:1630
Airlink+ AWLL3025 0ace:1211
Zyxel ZyAIR G-220 0586:3401
X-Micro XWL-11GUZX 0ace:1211
Edimax EW-7317UG 0ace:1211
Safecom SWLU-5400 07b8:6001
Longshine LCS-8131G 07b8:6001
Planet WL-U356 0ace:1211
Sweex wireless 54MB 5173:1809
Acer WLAN-G-US1 0ace:1211
Trendnet TEW-424UB 0ace:1211
DrayTek Vigor 550 0675:0550
Asus WL-159g 0b05:170c

Last edited by rudolf : 11-09-2005 at 04:54 PM.
rudolf is offline   Reply With Quote
Old 01-31-2006   #2 (permalink)
dssence
Registered Member
 
Join Date: Jan 2006
Posts: 20
Hi rudolf I'm about to buy an Edimax Wireless card which is the following EW-7317UHg, with a Zydas chipset , but I need to know if will work with netstumbler.. thanks in advance
dssence is offline   Reply With Quote
Old 01-31-2006   #3 (permalink)
wrzwaldo
I amuse you?
 
Join Date: Dec 2003
Posts: 9,127
Quote:
Originally Posted by dssence
Hi rudolf I'm about to buy an Edimax Wireless card which is the following EW-7317UHg, with a Zydas chipset , but I need to know if will work with netstumbler.. thanks in advance
You do realize this is the Mac OS forum right?
wrzwaldo is offline   Reply With Quote
Old 01-31-2006   #4 (permalink)
streaker69
Psychic Amish Stumbler
 
streaker69's Avatar
 
Join Date: Jul 2004
Location: Virginville, BlueBall, Bird In Hand, Intercourse, Paradise, PA
Posts: 11,837
Quote:
Originally Posted by dssence
Hi rudolf I'm about to buy an Edimax Wireless card which is the following EW-7317UHg, with a Zydas chipset , but I need to know if will work with netstumbler.. thanks in advance
Why not just buy a card that is known to work?
__________________
"One of these days, I'm going to cut you to pieces."

If you're offended by this post, please feel free to report it to one of the many helpful moderators of this forum.

Thank you.
streaker69 is offline   Reply With Quote
Old 02-26-2006   #5 (permalink)
codefoundry
Registered Member
 
Join Date: Feb 2006
Posts: 1
Hawking HWU8DD (High Gain USB adapter) uses Zydas ZD1211

Haven't tested the above adapter with OSX yet... but plan to shortly thanks to the info above. Posting mostly so that others looking for OSX drivers for the HWU8DD might find this info.
codefoundry is offline   Reply With Quote
Old 03-05-2006   #6 (permalink)
robinoo
Registered Member
 
Join Date: Mar 2006
Posts: 2
Thumbs up worked with 3com

Hi, I wanted to thank u for this nice hack. I managed to make it work with my 3CRUSB10075.

What I did was following ur instructions and found the hex codes easily through the calculator (with view of programmer).

I didn't have much of a clou what I was doing, but just followed ur steps, and I tried to get the same numbers as u get and followed the same process for my own poor man's wifi antenna.

And btw, zd1211 works thus great and for Linux PPC and for OSX.

robinoo is offline   Reply With Quote
Old 03-05-2006   #7 (permalink)
Thorn
Did you do the math?
 
Thorn's Avatar
 
Join Date: Apr 2002
Location: Villa Straylight
Posts: 10,096
Quote:
Originally Posted by robinoo
Hi, I wanted to thank u for this nice hack. I managed to make it work with my 3CRUSB10075.

What I did was following ur instructions and found the hex codes easily through the calculator (with view of programmer).

I didn't have much of a clou what I was doing, but just followed ur steps, and I tried to get the same numbers as u get and followed the same process for my own poor man's wifi antenna.

And btw, zd1211 works thus great and for Linux PPC and for OSX.

Read the Rules. IMMEDIATELY.
__________________
Thorn
"I'm The Doctor. I'm a Time Lord. I am from the planet Gallifrey in the constellation Kasterborous. I'm 903 years old and I am the man who is going to save your lives and all 6 billion people on the planet below... You got a problem with that?"
Thorn is offline   Reply With Quote
Old 03-06-2006   #8 (permalink)
atlien1222
Registered Member
 
Join Date: Mar 2006
Posts: 2
Hello,

I'm on OS X and am having difficulties configuring the wireless settings on my USB adapter (AirLink101 802.11G Slim Adapter). I've installed the driver and a new network adapter shows up (en1) allowing me to configure TCP/IP settings, etc., but no where do I see any options regarding the wireless settings (ESSID, key, etc.).

Do you have any idea of where I can set these?

Jason
atlien1222 is offline   Reply With Quote
Old 03-06-2006   #9 (permalink)
streaker69
Psychic Amish Stumbler
 
streaker69's Avatar
 
Join Date: Jul 2004
Location: Virginville, BlueBall, Bird In Hand, Intercourse, Paradise, PA
Posts: 11,837
Quote:
Originally Posted by atlien1222
Hello,

I'm on OS X and am having difficulties configuring the wireless settings on my USB adapter (AirLink101 802.11G Slim Adapter). I've installed the driver and a new network adapter shows up (en1) allowing me to configure TCP/IP settings, etc., but no where do I see any options regarding the wireless settings (ESSID, key, etc.).

Do you have any idea of where I can set these?

Jason
Try asking your question in a place that actually supports your OS.

http://www.mac-forums.com/forums/
__________________
"One of these days, I'm going to cut you to pieces."

If you're offended by this post, please feel free to report it to one of the many helpful moderators of this forum.

Thank you.
streaker69 is offline   Reply With Quote
Old 03-06-2006   #10 (permalink)
robinoo
Registered Member
 
Join Date: Mar 2006
Posts: 2
Question system preferences

Quote:
Originally Posted by atlien1222
Do you have any idea of where I can set these?
You should have a new Zydas configuration in your system preferences. From there you can connect and put your keys.

I do no like how it handles it though. DHCP, by the way, you can also do through the terminal: http://www.macosxhints.com/article.p...30212063233111

Last edited by robinoo : 03-06-2006 at 01:31 PM.
robinoo is offline   Reply With Quote
Old 03-06-2006   #11 (permalink)
atlien1222
Registered Member
 
Join Date: Mar 2006
Posts: 2
Quote:
Originally Posted by robinoo
You should have a new Zydas configuration in your system preferences. From there you can connect and put your keys.

I do no like how it handles it though. DHCP, by the way, you can also do through the terminal: http://www.macosxhints.com/article.p...30212063233111
Woops.. missed that.. appreciate it.

Jason
atlien1222 is offline   Reply With Quote
Old 03-06-2006   #12 (permalink)
Barry
Managing the iTards.
 
Barry's Avatar
 
Join Date: Dec 2002
Location: Ohio
Posts: 5,381
Quote:
Originally Posted by streaker69
Try asking your question in a place that actually supports your OS.

http://www.mac-forums.com/forums/

Damn dude, he just flat out ignored you!
__________________
Atheism is a non-prophet organization.
Barry is online now   Reply With Quote
Old 09-15-2006   #13 (permalink)
penz
Registered Member
 
Join Date: Sep 2006
Posts: 1
Can you post the driver?

Can someone post up the driver for me? I can't find it online any longer. Much appreciated.

Thanks in advance

P


Quote:
Originally Posted by rudolf
I just found the original Zydas Drivers, and tried them with a Sitecom WL-113. As the ZD1211 sticks are cheap, this might be of interest:

ZD1211 USB Stick with Zydas Drivers in Win,Linux, or Mac OS X:

First get your Driver:
http://www.zydas.com.tw/downloads/download-1211.asp

Then you need the vendor and product id numbers. See if your stick is in the table below.
If not, try google with the name of your Stick.
If nothing helps, start a Knoppix CD (or any Linux), open a shell, and plug the Stick. Enter dmesg and the numbers will be displayd.

Windows:

Install the driver, but dont plug in the Stick.
In \Windows\INF\ZD1211U.inf you'll find some lines like this:

%ZD1211_50U_DESC% = ZD1211_50U.ndi, USB\VID_0ACE&PID_1211
%ZD1211_50U_DESC% = ZD1211_50U.ndi, USB\VID_0586&PID_3401
...

See if your numbers are already there, if not change the last line.

In C:\Programs\ZyDAS Technology Corporation\ZyDAS_802.11g_Utility\ZDWlan.INI
you'll find:

MatchingDeviceId0=USB\VID_0ACE&PID_1211
MatchingDeviceId1=PCI\VEN_167B&DEV_2112
MatchingDeviceId2=USB\VID_0ACE&PID_A211
...

There you must also change a line to your numbers if they aren't already there.

Mac OSX:

Install the driver, but DO NOT RESTART. Open a terminal, enter su and root password, and edit:

/System/Library/Extensions/ZD1211Mac.kext/Contents/Info.plist

with vi (or another editor).
Near the end you'll see:
<string>EthernetUserClient_ZD1211</string>
<key>idProduct</key>
<integer>13313</integer>
<key>idVendor</key>
<integer>1414</integer>
the first number 13313 is decimal for 3401 hex and the second number 1414 is decimal of 0586. So convert your numbers to decimal umsetzen, and see if they are already there, else enter them. For the Sitecom you would change the last entry to:

<string>EthernetUserClient_ZD1211</string>
<key>idProduct</key>
<integer>36977</integer>
<key>idVendor</key>
<integer>3574</integer>
and watch out, the first number is the product, the second the vendor ID. It is the other way around in the table.
Save file, log out, and restart the Mac.
If you can't save the file, your not root. If you don't know the root password, enter 'sudo passwd root', enter your pasword, and then the new root password. Don't forget to tell root his new password

Linux:

unpack the driver in /usr/src. In the drivers directory, edit src/zdusb.h. Find:

#define VENDOR_ZYDAS 0x0ACE //ZyDAS
#define PRODUCT_1211 0x1211
#define PRODUCT_A211 0xa211
#define VENDOR_ZYXEL 0x0586 //ZyXEL
#define PRODUCT_G220 0x3401
#define VENDOR_3COM 0x6891
#define PRODUCT_A727 0xA727
#define PRODUCT_G220F 0x3402

If your numbers are not listed, change an entry, here the Zyxel entry is used with the Sitecom numbers:

#define VENDOR_ZYDAS 0x0ACE //ZyDAS
#define PRODUCT_1211 0x1211
#define PRODUCT_A211 0xa211
#define VENDOR_ZYXEL 0x0DF6 //ZyXEL
#define PRODUCT_G220 0x9071
#define VENDOR_3COM 0x6891
#define PRODUCT_A727 0xA727
#define PRODUCT_G220F 0x3402

The enter the correct kernel version into Makefile.
Enter make, then you're done. The device name is 'eth...'. You need a kernel source in /usr/src.

ZD1211 Sticks.
3COM 3CRUSB10075 6891:a727
AOpen 802.11g WL54 07b8:6001
iNexQ UR055g 1435:0711
Sitecom WL-113 0df6:9071
Telegent TG54USB 129b:1666
TwinMOS G240 126F:a006
Yakumo QuickWLAN 0b3b:1630
Airlink+ AWLL3025 0ace:1211
Zyxel ZyAIR G-220 0586:3401
X-Micro XWL-11GUZX 0ace:1211
Edimax EW-7317UG 0ace:1211
Safecom SWLU-5400 07b8:6001
Longshine LCS-8131G 07b8:6001
Planet WL-U356 0ace:1211
Sweex wireless 54MB 5173:1809
Acer WLAN-G-US1 0ace:1211
Trendnet TEW-424UB 0ace:1211
DrayTek Vigor 550 0675:0550
Asus WL-159g 0b05:170c
penz is offline   Reply With Quote
Old 09-15-2006   #14 (permalink)
itsnotme
Dumbass checker
 
itsnotme's Avatar
 
Join Date: Sep 2002
Location: Somewhere below Lake Ontario
Posts: 1,076
Quote:
Originally Posted by penz
Can someone post up the driver for me? I can't find it online any longer. Much appreciated.

Thanks in advance

P
Gee, it'd be nice if you could tell us which card you're looking for drivers for, and which OS. Then maybe one of us would be willing to whip out the spoon.
itsnotme is offline   Reply With Quote
Old 09-15-2006   #15 (permalink)
Scruge
Nyuk nyuk!
 
Scruge's Avatar
 
Join Date: Jan 2005
Location: TX
Posts: 1,380
http://www.atheros.com/RD/downloads/download_ZD1211.htm
__________________
KNSGEM
A wifi boundary plotter for Google Earth
Click Me
Scruge is offline   Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Google
 
Web NetStumbler.org

All times are GMT -7. The time now is 01:08 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0 ©2007, Crawlability, Inc.


All messages express the views of the author and are for entertainment purposes only. Netstumbler.org cannot be held responsible for the authenticity of the content or the actions of its members. By using this site and its services, you warrant that you will not post any messages that are discriminating, obscene, hateful, threatening, or otherwise violates any laws and you release Netstumbler.org from any future claims of any kind whatsoever including, but not limited to, addiction and loss of productivity. All forum messages, private messages and any other content are properties of Netstumbler.org. Even if publicly available, personal or copyrighted information are not to be posted without the consent of the owner. Distribution of licensed and copyrighted materials in any way not endorsed by the copyright owner is strictly prohibited. You may not use this site and its resources to spam other sites or individuals or perform any action that violates any law. Items sold or bought in the For Sale forum are sold as is and no warranty or insurance of any kind is provided. Netstumbler.org cannot be held responsible for the outcome of any transactions and no warranty of any kind is provided, either express or implied. Vulgar words are not allowed in the subject lines ; they may be used in the message body in any forum. The Administrator, Super Moderators and Moderators of Netstumbler.org have the right to remove, edit, move or close any thread for any reason and to reveal your identity and other known information in the event of a complaint or legal action arising from any message posted by you.