Elimar Riesebieter | 1 Feb 2007 21:08
Picon
Favicon

Re: Reboot/replug issues might be fixed

On Tue, 30 Jan 2007 the mental interface of
Daniel Drake told:

> I haven't seen the replug issues in a while, but previously had them 
> quite a bit with my ZD1211B.
> 
> I'm running (near enough) 2.6.20-rc6 with the following patch added:
> 
> http://marc.theaimsgroup.com/?l=linux-netdev&m=117003239100898&q=raw
> 

2.6.20-rc7 works like a charm ;)

Elimar

--

-- 
  You cannot propel yourself forward by
  patting yourself on the back.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Andrea Borgia | 3 Feb 2007 02:15
Picon

Re: Reboot/replug issues might be fixed

On Tue, 30 Jan 2007, Daniel Drake wrote:

> I haven't seen the replug issues in a while, but previously had them
> quite a bit with my ZD1211B.
> I'm running (near enough) 2.6.20-rc6 with the following patch added:

I have just tried rc7 as Elimar suggested and it works fine with
1211-sans-B. I cannot test anything between rc7 and 2.6.19 because of a bug
in EHCI irq handling which broke USB on my laptop.

When I do ifup, this is what I get in dmesg:
zd1211rw 4-1:1.0: firmware version 4725
zd1211rw 4-1:1.0: zd1211b chip 0ace:1215 v4810 high 00-02-72 AL2230_RF pa0 g--N
zd1211rw 4-1:1.0: eth3
usbcore: registered new interface driver zd1211rw
SoftMAC: ASSERTION FAILED (0) at:
net/ieee80211/softmac/ieee80211softmac_wx.c:306:ieee80211softmac_wx_get_rate()

By the way, I just upgraded fw from 1.2 to 1.3 and the messages stays the
same.

Any tips? I seem to recall reading some success stories with respect to 11B
here.

BR,
Andrea.

--

-- 
Homepage: http://andrea.borgia.bo.it     /    Amateur radio: IZ4FHT

(Continue reading)

Waldemar Wetzel | 3 Feb 2007 07:59
Picon
Favicon

! Patch for sources (83) for Kernel from 2.6.18

## Patch found on www.fedorawiki.de

##  blacklist zd1211rw
## blacklist ieee80211_softmac

diff -Naur src/zd1205.c src/zd1205.c
--- src/zd1205.c 2006-07-09 11:55:08.000000000 +0200
+++ src/zd1205.c 2007-01-22 11:48:58.000000000 +0100
 <at>  <at>  -31,7 +31,7  <at>  <at> 
  * -------------------------------------------------------------------- */
  #define __KERNEL_SYSCALLS__

-#include <linux/config.h>
+#include <linux/autoconf.h>
  #include <net/checksum.h>
  #include <linux/tcp.h>
  #include <linux/udp.h>
diff -Naur src/zd1205_proc.c src/zd1205_proc.c
--- src/zd1205_proc.c 2006-02-13 13:50:12.000000000 +0100
+++ src/zd1205_proc.c 2007-01-22 11:49:08.000000000 +0100
 <at>  <at>  -30,7 +30,7  <at>  <at> 
  *
  * -------------------------------------------------------------------- */

-#include <linux/config.h>
+#include <linux/autoconf.h>

  #ifdef CONFIG_PROC_FS
  #include "zd1205.h"
diff -Naur src/zd1211.c src/zd1211.c
(Continue reading)

Ulrich Kunitz | 3 Feb 2007 15:46
Picon

Re: Working on the dscape driver

On 07-01-28 13:41 Jon Smirl wrote:

> Is the zd1211b still being produced? Or is Atheros killing it? I'm
> working on an embedded design and I don't want to design in a part
> that is disappearing.

I don't know. On the web page http://www.atheros.com/RD you still
can find the contact data of sales personnel.

However the chip itself is nowhere mentioned on the website and a
google search finds only the Linux related pages.

Kind regards,

Ulrich

--

-- 
Uli Kunitz

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Jon Smirl | 3 Feb 2007 16:13
Picon
Gravatar

Re: Working on the dscape driver

On 2/3/07, Ulrich Kunitz <kune <at> deine-taler.de> wrote:
> On 07-01-28 13:41 Jon Smirl wrote:
>
> > Is the zd1211b still being produced? Or is Atheros killing it? I'm
> > working on an embedded design and I don't want to design in a part
> > that is disappearing.
>
> I don't know. On the web page http://www.atheros.com/RD you still
> can find the contact data of sales personnel.

I had been attracted to the zd1211 because it was easily available at
low cost. Now I'm beginning to think that was because the vendors were
getting rid of their stock. I have been able to get Gigabyte version
for $10.

Lately I have started looking at ralink based modules. They are
running about $20.
I would like to find an 802.11 a/b/g adapter based on this module, but
I have been unable to locate one.
http://www.ralinktech.com/ralink/data/RT5201USB_brochure.pdf

A while ago I saw a mail mentioning that there was a wireless chip
that had open doc but nobody had written a driver for. Anyone remember
which chip that was? We should send it to GregKH and see if he will
write the driver.

>
> However the chip itself is nowhere mentioned on the website and a
> google search finds only the Linux related pages.
>
(Continue reading)

Daniel Drake | 3 Feb 2007 16:37
Picon
Favicon

Re: Working on the dscape driver

Ulrich Kunitz wrote:
> I don't know. On the web page http://www.atheros.com/RD you still
> can find the contact data of sales personnel.

My company inquired to both the Taiwan sales contact and the main 
Atheros sales contact addresses about ordering a large stock of ZD1211 
devices. They did not respond from either address.

Daniel

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Waldemar Wetzel | 4 Feb 2007 10:16
Picon
Favicon

! Patch for sources (83) for Kernel from 2.6.18

## Patch found on http://www.fedorawiki.de

## blacklist zd1211rw
## blacklist ieee80211_softmac

diff -Naur src/zd1205.c src/zd1205.c
--- src/zd1205.c 2006-07-09 11:55:08.000000000 +0200
+++ src/zd1205.c 2007-01-22 11:48:58.000000000 +0100
 <at>  <at>  -31,7 +31,7  <at>  <at> 
* -------------------------------------------------------------------- */
#define __KERNEL_SYSCALLS__

-#include <linux/config.h>
+#include <linux/autoconf.h>
#include <net/checksum.h>
#include <linux/tcp.h>
#include <linux/udp.h>
diff -Naur src/zd1205_proc.c src/zd1205_proc.c
--- src/zd1205_proc.c 2006-02-13 13:50:12.000000000 +0100
+++ src/zd1205_proc.c 2007-01-22 11:49:08.000000000 +0100
 <at>  <at>  -30,7 +30,7  <at>  <at> 
*
* -------------------------------------------------------------------- */

-#include <linux/config.h>
+#include <linux/autoconf.h>

#ifdef CONFIG_PROC_FS
#include "zd1205.h"
diff -Naur src/zd1211.c src/zd1211.c
(Continue reading)

Mayne | 4 Feb 2007 12:02

Re: ! Patch for sources (83) for Kernel from 2.6.18

On Sun, 4 Feb 2007, Waldemar Wetzel wrote:

> ## Patch found on http://www.fedorawiki.de
> -#include <linux/config.h>
> +#include <linux/autoconf.h>

Thanks for the patch. The problem with it is that it breaks the driver for 
all older kernels. If you could modify it so that it works on 2.6.x and 
2.4.x, that would be great. For 2.6.18 and newer, there's zd1211rw 
anyways.

Regards

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Waldemar Wetzel | 5 Feb 2007 08:23
Picon
Favicon

Re: ! Patch for sources (83) for Kernel from 2.6.18

Hello,

This patch is only for the Sources. Also zd1211 and ZD1211B. The RW  
Driver supports only zd1201 Chipset? I dont know.

I need more Informations.

http://zd1211.ath.cx/download/ works fine under Kernel > 2.6.17 but  
not under < 2.6.18. I´m tested thim with my ZyXel ZyAir 220v2 under  
Ubuntu and FC 5 / FC 6: Kernels 2.6.18.X, 2.6.19.XX and 2.6.20.XX.  
Works fine.

Best Greetz
Bob Wetzel
--

-- 
+--------------------------------------+
|  Nex2Go - Solution Center            |
|  Geldernsche Str.89                  |
|  47798 Krefeld                       |
+--------------------------------------+
|  Homepage: http://www.nex2go.de      |
|  Support: http://support.nex2go.de   |
+--------------------------------------+
|  Telefon: +49 (0) 1805 / 867077199   |
|  Fax: +49 (0) 1805 / 867077854       |
+--------------------------------------+

Zitat von Mayne <zd1211.sf.net <at> continuity.cjb.net>:

> On Sun, 4 Feb 2007, Waldemar Wetzel wrote:
(Continue reading)

Jon Smirl | 6 Feb 2007 00:22
Picon
Gravatar

gigafast usb dongle and shielding

The zd1211 based Gigafast USB dongles does not appear to be properly
shielded. If I get my Dlink wifi link dongle too close to the Gigafast
one, the Gigafast one starts receiving all kinds of spurious packets,
There is no effect in the other direction.

I have two DVI cables, a cheap one ($5) and expensive ($30). If the
Gigafast dongle gets too close to the cheap DVI cable, it introduces a
bunch of sparkle into the screen. No problems from the Dlink again.

--

-- 
Jon Smirl
jonsmirl <at> gmail.com

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

Gmane