Debian system source code to install usb network card driver

The system is debian 9.6 64-bit version, and the network card driver is AX88772B chip with asix

1. Install the system build module

apt-get install linux-image-$(uname -r) linux-headers-$(uname -r)

2. Download the source code of the usb network card driver from the official website

3. Unzip the source code and compile and install

make && make install && modprobe asix

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324360756&siteId=291194637