Cayman USB Driver Code
Brought to you by:
pblahos
File | Date | Author | Commit |
---|---|---|---|
src | 2008-02-27 | pblahos | [r4] Added a comment |
Makefile | 2008-02-22 | pblahos | [r1] initial |
README | 2008-02-22 | pblahos | [r1] initial |
Cayman 3341 USB linux driver ============================ About ----- This is a driver for Netopia Cayman 3341 DSL modem/router for Linux 2.6.X. Netopia Cayman 3341 is a DSL modem supplied by Irish telecommunication company Eircom as a part of their DSL package. Installation ------------ Go to directory src. Type: make sudo cp cayman3341.ko /lib/modules/`uname -r`/kernel/drivers/usb/net/ sudo depmod After that you can plug the modem in and configure your new network device. Release notes ------------- 0.3.0: Disconnect function implemented -- rmmod works fine now. 0.2.0: closing the network device works now - it is possible to do ifconfig down and ifconfig up. If an attempt to configure the network device is made too early after plugging the device in, when the driver is not ready yet, it will return -EAGAIN. 0.1.0: Functions well but does not unload. After the cable is unplugged or the network interface is shut down, it is highly recommended to reboot. License ------- This software is licensed under GNU General Public License v.2 or later. Disclaimer ---------- This software was written by Petr Blahos <pblahos@sourceforge.net> without any help or support from Netopia. Netopia on the contrary refused to provide any information leading to successful implementation of the driver. This driver is based on rtl8150.c which is a part of the kernel tree. The author of this software takes no responsibility whatsoever for any damage imposed by installing or using this software.