如何安装USB3.0 ax88179 网卡
Tofloor
poster avatar
zzergking521
deepin
2019-02-15 17:37
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

Reply Favorite View the author
All Replies
avatar
zzergking521
deepin
2019-02-15 18:04
#1
加载也显示成功但是网卡就是不显示
================
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 View the author