I've been looking all over the net for a driver for my Linksys USB 2 dongle. Model number USB200M ver 2.1
This one uses the later AX88772 driver. The previous dongle with same model number used AX88178 driver.
The compact USB 2.0 to Ethernet / Fast Ethernet adapter sold by Cisco under their Linksys brand name comes in at least two varieties: the older version is based on the ax88172 chipset, the newer one (August 2005 or newer) is based on the ax88772 chipset. These two different versions have the same model number (USB200M), and can perhaps only be distinguished by serial numbers.
http://www.qbik.ch/usb/devices/showdev.php?id=3543I found this "generic" usbnet.c file which includes the AX88772 driver
* CHANGELOG:
* 13-sep-2000 experimental, new
* 10-oct-2000 usb_device_id table created.
* <>
* 03-nov-2004 Trivial patch for KC2190 (KC-190) chip. (Jonathan McDowell)
* 01-feb-2005 AX88772 support (Phil Chang & Dave Hollis)
I zipped it up and attached it here. The zip file contains "usbnet.c"
I want to know if this can be compiled and if it will support more USB LAN dongles, including mine which has the ax88772 chip.
EDIT
A post here on the forum about this needing to be backported from 2.6.13 to 2.4.20
https://www.oesf.org/forum/index.php?showtopic=17018After googling for a long time, there are a lot of these dongles on the market, and they are easily available at Staples and other local stores.
There is a good reason to "backport" this driver, since so many people have these dongles.
I also attached the source file from Asix. "AX88178_772_LINUX2.6.14_REV102.tar.gz"
EDIT2
Are there not any requests for this driver to be compiled?
I cannot purchase stuff online, so I buy stuff from local stores.
I am clueless as to compiling stuff, and what would it take to get this driver to be included into pdaxii13?
Thank you,
Jon