zzergking521
deepin
2019-02-15 18:04 加载也显示成功但是网卡就是不显示
================
Usage
================
1. If you want to load the driver manually, go to the driver directory and
execute the following commands:
[root@localhost template]# modprobe usbnet
[root@localhost template]# insmod ax88179_178a.ko
================
Usage
================
1. If you want to load the driver manually, go to the driver directory and
execute the following commands:
[root@localhost template]# modprobe usbnet
[root@localhost template]# insmod ax88179_178a.ko
Reply Like 0 View the author


中文 

1. Extract the compressed driver source file to your temporary directory by the
following command:
[roothttps://bbs.deepin.org/user/72751 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 done, the ax88179_178a.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