Hi,

since kernel v2.6.21, my WiFi is not useable any longer. The driver is
telling me that "AL2230S devices are not yet supported." But, I have a
simple AL2230 device. dmesg output is the following:

<<
zd1211rw 1-2:1.0: firmware version 4725
zd1211rw 1-2:1.0: zd1211b chip 050d:705c v4810 high 00-17-3f AL2230_RF pa0
g--N

To make the driver work again, I have modified zd_chip.c:430:

chip->al2230s_bit = (value >> 7) & 0x1;

into

chip->al2230s_bit = 0; /*(value >> 7) & 0x1;*/

More informations on request...

Regards, Romain.
-- 
Romain Liévin :         <[EMAIL PROTECTED]>
Web site :              http://www.lievin.net
"Linux, y'a moins bien mais c'est plus cher !"











-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Zd1211-devs mailing list - http://zd1211.wiki.sourceforge.net/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs

Reply via email to