home *** CD-ROM | disk | FTP | other *** search
/ ftp.sustworks.com 2018 / ftp.sustworks.com.zip / ftp.sustworks.com / USBAx8817x_101.dmg / src / ReadMe.txt < prev    next >
Text File  |  2005-10-12  |  3KB  |  40 lines

  1. Description: Driver for Ax8817x USB-To-Ethernet devices
  2.  
  3.   The ASIX AX8817x is a USB To Fast Ethernet controller found in popular USB 2.0 compatible USB-To-Ethernert devices.  There is a standard for USB-To-Ethernet devices called the CDC standard.  While this device nominally supports that standard, it is not compatible with Apple's CDC driver and is not used by other popular drivers. 
  4.  
  5.   This driver supports multicast, promiscuous mode, and the ability to select the media.  When the computer is put to sleep, the driver shuts down the ethernet.  It restarts the ethernet when the computer wakes up again.  This driver does not support the "Wake On Lan" option, although some of the devices apparently do.  If anyone is interested in adding support for "Wake on Lan", let me know.
  6.  
  7.   This driver has been confirmed to work with a handfull of devices.  If your device does not appear to be recognized by the driver, you might have to add it to the Info.plist file, which is located inside the USBAx8817x.kext directory.  Although it will recognize some phone-line networking devices, it is hightly doubtfull it will work properly with these devices.  If anyone is interested in adding support for phone-line networking devices, please let me know.
  8.  
  9. The source code for this driver is available at:
  10.  
  11.   http://www.sustworks.com/site/news_usb_ethernet.html
  12.  
  13. If you have any questions, please do not hesitate to email me (dsumorok@bu.edu).
  14.  
  15.  
  16. Changes:
  17.   Version 1.0.1: Added preliminary support for the Ax88772 chip.
  18.  
  19. UNINSTALL:
  20.  
  21. If this driver causes problems, or if you would like to Uninstall, reboot the machine with no USB devices plugged in, then remove the following file:
  22.  
  23.   /System/Library/Extensions/USBAx8817x.kext
  24.  
  25. Then, reboot again...
  26.  
  27. Acknowledgments: 
  28.  
  29. This driver would not have been possible were it not for the linux driver, the sample CDC USB-To-Ethernet code from Apple, and the BSD driver, aue.c.  
  30.  
  31. Copyright:       Copyright 2005, Peter Sichel and Daniel Sumorok, dsumorok@bu.edu
  32.         
  33. Disclaimer:
  34.  
  35.   This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.
  36.  
  37.   This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
  38.  
  39. You should have received a copy of the GNU General along with this program; if not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  40.