RJ45 works well but I am curious to use the USB port.
The documentation is for windows only.
The linux driver folder has a patch file ,a portiton of the contents are as under:
"
Alpha USB CDCEther Driver Patch to Linux Kernel 2.4
The Linux kernel 2.4.19 onwards include the sources of driver for CDC
Ethernet networking control model compliant devices.
The driver being
provided by Alpha is modified from the sources available with
Linux kernel 2.4.19.
Everything shown below is a directory. "+" means directory is NOT expanded and "-" means directory is expanded.
- cdcether /* Main directory */
|
+ inc /* Driver header files */
|
+ src /* Directory containing the sources */
Compiling the Driver
---------------------
To compile the driver simply run make in "cdcether" directory
% make
Loading the module
-------------------
To load the cdcether module enter the following command as root in directory
"cdcether"
Syntax:
% insmod ./CDCEther
"
But there is no CDCEther directory.