I am using the Abocom WUG2690 wireless USB module with Linux 2.6.21.1 with
the zd1211 driver from the latest 2.6.21.5.
It appears that Abocom is using a mix of ZD1211 and ZD1211B chips without
assigning a different USB vendor/device-ID. The bulk of devices I see use
a ZD1211B.
I have changed the "static struct usb_device_id usb_ids[]" table to have
the correct entry for a ZD1211B like this:
{ USB_DEVICE(0x07b8, 0x6001), .driver_info = DEVICE_ZD1211B },
Unfortunately this means that it will no longer work with a ZD1211 (non-B
variant).
Another problem is that the AL2230S RF chip is not correctly recognised,
but seen as a "UNKNOWN_A_RF". I tried to work around this by adding the
type "UNKNOWN_A_RF" to the function zd_rf_init_hw() in file zd_rf.c like
this:
case UNKNOWN_A_RF:
case AL2230_RF:
r = zd_rf_init_al2230(rf);
This hack makes the driver work, but there is some packet loss. I suspect
that the RF chip is not setup correctly (for a AL2230S).
Any ideas on how to fix this properly?
Thanks
Tom Hunter
ERG Transit Systems
247 Balcatta Road Balcatta WA 6021 Australia
Tel: + 61 8 9273 1216 Fax: +61 8 9273 1570
Email: [EMAIL PROTECTED] Website: www.erggroup.com
This email is confidential. If you are not the intended recipient you must
not disclose or use the information contained in it. If you have received
this email in error please notify us immediately by return email and
delete this email and any attachments. ERG is not responsible for any
changes made to this email or any attachments, other than those made by
ERG, or for the effect of the changes on the meaning of the email or any
attachments. ERG accepts no liability for any damage caused by this email
or any attachments due to viruses, interference, interception, corruption
or unauthorised access.
-------------------------------------------------------------------------
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