Re: [zd1211-devs] ! Patch for sources (83) for Kernel from 2.6.18

2007-02-11 Thread Mayne
On Sat, 10 Feb 2007, Waldemar Wetzel wrote:

 My Chipset zd1211b will be not found with zd1211rw drivers.

Read http://zd1211.ath.cx/ , especially the UntestedWithRewrite page. 
This is not about chipsets but USB ids.

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=lnkkid=120709bid=263057dat=121642
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


Re: [zd1211-devs] ! Patch for sources (83) for Kernel from 2.6.18

2007-02-10 Thread Ulrich Kunitz
On 07-02-05 08:23 Waldemar Wetzel wrote:

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

The zd1211rw driver support ZD1211 and ZD1211B.

-- 
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=lnkkid=120709bid=263057dat=121642
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


Re: [zd1211-devs] ! Patch for sources (83) for Kernel from 2.6.18

2007-02-04 Thread Mayne
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=lnkkid=120709bid=263057dat=121642
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


Re: [zd1211-devs] ! Patch for sources (83) for Kernel from 2.6.18

2007-02-04 Thread Waldemar Wetzel

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 [EMAIL PROTECTED]:


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





binW5lRPZgqkX.bin
Description: Öffentlicher 	PGP-Schlüssel
-
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=lnkkid=120709bid=263057dat=121642___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs

[zd1211-devs] ! Patch for sources (83) for Kernel from 2.6.18

2007-02-02 Thread Waldemar Wetzel

## 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.0 +0200
+++ src/zd1205.c 2007-01-22 11:48:58.0 +0100
@@ -31,7 +31,7 @@
 *  */
 #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.0 +0100
+++ src/zd1205_proc.c 2007-01-22 11:49:08.0 +0100
@@ -30,7 +30,7 @@
 *
 *  */

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

 #ifdef CONFIG_PROC_FS
 #include zd1205.h
diff -Naur src/zd1211.c src/zd1211.c
--- src/zd1211.c 2006-06-16 12:35:59.0 +0200
+++ src/zd1211.c 2007-01-22 11:49:20.0 +0100
@@ -30,7 +30,7 @@
 *
 *  */

-#include linux/config.h
+#include linux/autoconf.h
 #include net/checksum.h
 #include linux/tcp.h
 #include linux/udp.h
@@ -1887,13 +1887,13 @@
 dev-hard_start_xmit = zd1205_xmit_frame;
 dev-set_multicast_list = zd1205_set_multi;
 dev-get_stats = zd1205_get_stats;
-#if ZDCONF_WE_STAT_SUPPORT == 1
+/*#if ZDCONF_WE_STAT_SUPPORT == 1

 dev-get_wireless_stats = zd1205_iw_getstats;
 #elif !defined(ZDCONF_WE_STAT_SUPPORT)
  #error Undefine ZDCONF_WE_STAT_SUPPORT
 #endif
-
+*/
 dev-mtu = ZD1211_MTU;
 dev-set_mac_address = zd1205_set_mac;
 dev-tx_timeout = zd1211_tx_timeout;
--
+--+
|  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   |
+--+


bin6cn0CfYMzx.bin
Description: Öffentlicher 	PGP-Schlüssel
-
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=lnkkid=120709bid=263057dat=121642___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs