D-Link DUB-1312 Network Card User Manual


 
14D-Link DUB-1312 User Manual
Section 2 - Installation
Linux 2.6.14
This driver is designed for Kernel 2.6.14.x or above. To compile the provided Linux driver, you need the Linux 2.6 Kernel source.
Also, please make sure the kernel is built with “Support for Host-side, EHCI, OHCI, and UHCI” option. Please follow these steps.
1. Insert the CD into the CD drive of your computer and go to the Drivers\Linux\ directory.
2. Copy the Linux Driver folder from the CD to your temporary directory.
3. Go to the Linux Driver folder in your temporary directory and execute the following command to compile the driver.
[root@localhost template]# tar -xf DRIVER_SOURCE_PACKAGE.tar.bz2
4. Now, the driver source les should be extracted under the current directory.
Execute the following command to compile the driver:
[root@localhost template]# make
5. If the compilation is successful, the DUB-13X2.ko will be created under the current
directory.
If you wish to use the modprobe command to mount the driver, execute the following command to install the driver into your
Linux:
[root@localhost template]# make install