2.
Please click “
PCIe 10G
” to start the installation.
3.
Follow the instructions on screen to install the driver.
Installation for Linux
1.
Insert the provided CD into your CD-ROM drive.
2.
Extract the compressed driver source file to a certain directory by the following command: (Please copy the driver
file
“
tn40xx-x.x.x.x.tgz” from the CD folder
“
.\Driver\10G\TN4010\Linux” to a certain folder on hard drive)
# tar xf tn40xx-x.x.x.x.tgz
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 tn40xx.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