Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Kernel & Hardware
  • Search

Wireless USB Stick ZyAir G-220

Kernel not recognizing your hardware? Problems with power management or PCMCIA? What hardware is compatible with Gentoo? See here. (Only for kernels supported by Gentoo.)
Post Reply
Advanced search
16 posts • Page 1 of 1
Author
Message
yoda@gentoo
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 112
Joined: Wed May 04, 2005 10:47 am

Wireless USB Stick ZyAir G-220

  • Quote

Post by yoda@gentoo » Tue May 17, 2005 9:34 am

hi there,
I want to connect to my access point using a ZyAIR G-220 Wireless USB Stick,
does this work with ndiswrapper ??
Or does someone have some expierence about ZyAIR USB Sticks on gentoo ??

thanks
---
[that's how we role]
---
Top
Adrien
Advocate
Advocate
User avatar
Posts: 2326
Joined: Tue Jul 13, 2004 7:04 pm
Location: Bretagne

  • Quote

Post by Adrien » Tue May 17, 2005 11:35 am

First of all, you have to know on which chipset your stick is based. :)
Top
yoda@gentoo
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 112
Joined: Wed May 04, 2005 10:47 am

  • Quote

Post by yoda@gentoo » Tue May 17, 2005 11:39 am

based on the ZD1211 chipset, want to use it on my xbox :-)
---
[that's how we role]
---
Top
Adrien
Advocate
Advocate
User avatar
Posts: 2326
Joined: Tue Jul 13, 2004 7:04 pm
Location: Bretagne

  • Quote

Post by Adrien » Tue May 17, 2005 11:48 am

It should work with ndiswrapper if you have the appropriate windows drivers (.inf files)
Have you even tried? :roll:
Top
yoda@gentoo
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 112
Joined: Wed May 04, 2005 10:47 am

  • Quote

Post by yoda@gentoo » Tue May 17, 2005 11:51 am

no, i have to buy it first ;-).

But i think it will work, when the USB Ports will work on my xbox
---
[that's how we role]
---
Top
Adrien
Advocate
Advocate
User avatar
Posts: 2326
Joined: Tue Jul 13, 2004 7:04 pm
Location: Bretagne

  • Quote

Post by Adrien » Tue May 17, 2005 11:59 am

yoda@gentoo wrote:no, i have to buy it first ;-).

But i think it will work, when the USB Ports will work on my xbox
Oh sorry, I thought you already bought it :wink:
Then I don't know much about this precise chipset but search on google to check if there's a module for your device before you buy it! :) You may find some things on the forums too!
Top
yoda@gentoo
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 112
Joined: Wed May 04, 2005 10:47 am

  • Quote

Post by yoda@gentoo » Tue May 17, 2005 12:01 pm

in the online package data base i found the driver.
install it per emerging :-).

when i emerge a driver, how do i start it ?
with modprobe ?
or is this a kernel patch, and i have to built it into my kernel ?


thx
---
[that's how we role]
---
Top
Adrien
Advocate
Advocate
User avatar
Posts: 2326
Joined: Tue Jul 13, 2004 7:04 pm
Location: Bretagne

  • Quote

Post by Adrien » Tue May 17, 2005 12:16 pm

What's the name of this driver? If you downloaded it from portage then I don't think it's a patch, you have to write a patch yourself if you want to compile directly from the kernel.
To load the driver, you got it, you'll have to :

Code: Select all

# modprobe <driver_name>
And if you want to load it automaticcaly at boot:

Code: Select all

# echo "driver_name" >> /etc/modules.autoload.d/kernel-2.X
# modules-update
reboot, you're done :wink:
Top
yoda@gentoo
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 112
Joined: Wed May 04, 2005 10:47 am

  • Quote

Post by yoda@gentoo » Tue May 17, 2005 12:24 pm

Code: Select all

emerge ZD1211
I ordered the USB Stick....I'll report
---
[that's how we role]
---
Top
pilla
Bodhisattva
Bodhisattva
User avatar
Posts: 7732
Joined: Wed Aug 07, 2002 8:19 pm
Location: Underworld

  • Quote

Post by pilla » Tue May 17, 2005 7:11 pm

Moved from IG
"I'm just very selective about the reality I choose to accept." -- Calvin
Top
Zwisel
n00b
n00b
User avatar
Posts: 24
Joined: Sat Sep 17, 2005 10:05 pm
Location: switzerland

  • Quote

Post by Zwisel » Sat Sep 17, 2005 10:08 pm

Have you tried it and does it work?

I have the same stick and I want it use on my Gentoo-Server, without X. So I need also a config tool which runs on the comand line. Do you know one?
Top
yoda@gentoo
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 112
Joined: Wed May 04, 2005 10:47 am

  • Quote

Post by yoda@gentoo » Wed Oct 19, 2005 5:51 am

I got it work with ndiswrapper and the windows driver :oops:.....
afterwards i got it run with

Code: Select all

#emerge zd1211
mhmm i acn't remember if i changed some kernel configuration....try and feel :D
---
[that's how we role]
---
Top
uno83
n00b
n00b
Posts: 4
Joined: Thu Aug 02, 2007 3:37 pm

  • Quote

Post by uno83 » Thu Aug 02, 2007 3:46 pm

I am currently trying to get my G-220 to work in gentoo. I have kernel 2.6.22. In kernel I have configured:

Networking --->
Wireless --->
<*> Generic IEEE 802.11 Networking Stack
<*> IEEE 802.11 WEP encryption (802.1x)

Device Drivers --->
Network device support --->
Wireless LAN --->
[*] Wireless LAN (IEEE 802.11)
<*> ZyDAS ZD1211/ZD1211B USB-wireless support

When I try to emerge zd1211 I get the following error:
"* Checking for suitable kernel configuration options...
* zd1211-85 requires support for Wireless LAN drivers (non-hamradio) & Wireless Extensions (CONFIG_NET_RADIO).
* Please check to make sure these options are set correctly.
* Failure to do so may cause unexpected problems.
* Once you have satisfied these options, please try merging
* this package again."

I can not find these options in the kernel config, have they been renamed in the newer kernel versions?
Top
dsd
Developer
Developer
Posts: 2162
Joined: Sun Mar 30, 2003 10:54 am
Location: nr London

  • Quote

Post by dsd » Fri Aug 03, 2007 2:25 am

if you're using the in-kernel driver (zd1211rw) then you shouldn't be attempting to emerge the alternate driver found in portage (zd1211). however, for zd1211rw, do remember to emerge zd1211-firmware.

read more about the different drivers here:
http://zd1211.wiki.sourceforge.net/
http://www.linuxwireless.org/en/users/Drivers/zd1211rw
http://dev.gentoo.org/~dsd
Top
eruvaer_ohta
n00b
n00b
Posts: 23
Joined: Wed Jul 18, 2007 6:11 pm

  • Quote

Post by eruvaer_ohta » Mon Aug 13, 2007 1:57 am

uno83 wrote:Device Drivers --->
Network device support --->
Wireless LAN --->
[*] Wireless LAN (IEEE 802.11)
<*> ZyDAS ZD1211/ZD1211B USB-wireless support
It it recommended that if you use a kernel minor to 2.6.23 you should build zd1211rw as a module "[...] as otherwise the driver may try to upload firmware before the filesystem is up."
http://www.linuxwireless.org/en/users/D ... nownissues
Top
mimosinnet
l33t
l33t
User avatar
Posts: 720
Joined: Thu Aug 10, 2006 4:20 pm
Location: Barcelona, Spain
Contact:
Contact mimosinnet
Website

  • Quote

Post by mimosinnet » Sat Sep 01, 2007 2:15 am

I have managed to configure my ZyDAS 802.11b/g USB2 WiFi using the tips of this thread. My ZyDAS usb stick:

Code: Select all

# lsusb
Bus 001 Device 003: ID 0ace:1211 ZyDAS 802.11b/g USB2 WiFi
Configuring it as a module in the kernel:

Code: Select all

# grep ZD1211RW /usr/src/linux/.config
CONFIG_ZD1211RW=m
# CONFIG_ZD1211RW_DEBUG is not set
I got it as a module:

Code: Select all

# lsmod
Module                  Size  Used by
zd1211rw               46596  0
After emerging zd1211-firmware, I got it shown in dmesg:

Code: Select all

# dmesg | grep zd1211rw
zd1211rw 1-2:1.0: firmware version 4605
zd1211rw 1-2:1.0: zd1211 chip 0ace:1211 v4802 high 00-02-72 AL2230_RF pa0 -----
zd1211rw 1-2:1.0: eth1
usbcore: registered new interface driver zd1211rw
I configured my /etc/conf.d/net:

Code: Select all

# cat /etc/conf.d/net
hotplug_eth0="yes"
config_eth0=( "192.168.1.101/24" )
routes_eth0=( "default gw 192.168.1.1" )
# wireless (eth2)
modules=( "wpa_supplicant" )
wpa_supplicant_eth2="-Dwext -c /etc/wpa_supplicant/wpa_supplicant.conf"
iwconfig_eth2="mode managed"
config_eth2=( "dhcp" )
and wpa_supplicant:

Code: Select all

# cat /etc/wpa_supplicant/wpa_supplicant.conf
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
ap_scan=1
network={
        ssid="UAB"
        key_mgmt=NONE
        priority=1
}
Result:

Code: Select all

# ifconfig
eth0      Link encap:Ethernet  HWaddr 00:0B:6A:4F:FF:0D
          inet addr:192.168.1.101  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:478 errors:0 dropped:0 overruns:0 frame:0
          TX packets:599 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:248418 (242.5 Kb)  TX bytes:60701 (59.2 Kb)
          Interrupt:17 Base address:0xd400

eth2      Link encap:Ethernet  HWaddr 00:02:72:4E:10:65
          inet addr:192.168.1.110  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:131 errors:26 dropped:39 overruns:0 frame:26
          TX packets:46 errors:2 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:17670 (17.2 Kb)  TX bytes:2511 (2.4 Kb)
Thanks very much for the tips!!! :D
Top
Post Reply

16 posts • Page 1 of 1

Return to “Kernel & Hardware”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic