![TRENDnet TU3-ETG Скачать руководство пользователя страница 13](http://html.mh-extra.com/html/trendnet/tu3-etg/tu3-etg_user-manual_1156283013.webp)
TU3 - ETG User’s Guide
Linux Installation
© Copyright 2013 TRENDnet. All rights reserved.
11
Installation
TU3-ETG driver for Linux comes with source code. You have to build
and install the driver on you particular Linux environment. To build the
driver, open your terminal and find Linux driver source file in CD-ROM
under /Driver/Linux directory
Files for make and install:
ax88179_178a.c
AX88179_178A Linux driver main file
axix.h
AX88179_178A Linux driver header file
Makefile
AX88179_178A driver make file
Execute the following command to compile the driver:
user@host#
sudo make
ax88179_178a�ko kernel driver will be created in same directory.
Execute following command to install the driver into your Linux:
user@host#
sudo make install
* To see more options, please see README file in same folder
Linux Installation