2.
Extract the compressed driver source file to a certain directory by
the following command: (Please copy the driver file
“r8152-x.xx.xx.tar.bz2” from the CD folder “.\Driver\USB
GbE\AX88179&RTL8153\RTL8153\Linux” to a certain folder on
hard drive)
# tar –xf r8152-x.xx.xx.tar.bz2
3.
Now, the driver source files should be extracted under the current
directory. Executing the following command to compile the
driver:
# make
4.
If the compilation is well, the r8152.ko will be created under the
current directory.
5.
If you want to use modprobe command to mount the driver,
executing the following command to install the driver into your
kernel:
# make install
Page 9