Allora, intanto meglio scaricare questi che sono per la versione B
AX88772B - ASIX Electronics Corporation
all'interno c'é un file Readme....
verso la fine dice:
================
Getting Start
================
1. Extract the compressed driver source file to your template directory by the
following command:
[root@localhost template]# tar -xf DRIVER_SOURCE_PACKAGE.tar.bz2
2. Now, the driver source files should be extracted under the current directory.
Executing the following command to compile the driver:
[root@localhost template]# make
3. If the compilation is well, the asix.ko will be created under the current
directory.
4. If you want to use modprobe command to mount the driver, executing the
following command to install the driver into your Linux:
[root@localhost template]# make install
================
Usage
================
1. If you want to load the driver manually, go to the driver directory and
execute the following commands:
[root@localhost template]# insmod asix.ko
2. If you had installed the driver during driver compilation, then you can use
the following command to load the driver automatically.
[root@localhost anywhere]# modprobe asix
If you want to unload the driver, just executing the following command:
[root@localhost anywhere]# rmmod asix
poi al limite possiamo anche vedere qui...
Ciao