This repository contains the Linux drivers and installation scripts for the AIC8800D80 chipset used in devices such as the UGREEN AX900 USB WiFi Adapter.
Follow these steps to install and activate your driver.
Important: Do not connect the Ethernet adapter directly to the computer until the driver installation setup is complete.
Navigate to the root directory of the driver package and run the setup script:
- Directory: [aic8800_linux_driver]
- Command:
./install_setup.sh - Authentication: You will be prompted for [root] authentication to complete the setup.
Switch to the driver source directory and compile the code:
- Directory: [drivers/aic8800]
- Command:
make - Verification: After compiling, verify that
aic_load_fw/aic_load_fw.koandaic8800_fdrv/aic8800_fdrv.koexist.
Choose the command based on your computer system:
- Non-Virtual Machine:
** Enter the command:
make install. - Virtual Machine:
** 1. Enter the command:
modprobe cfg80211. ** 2. Enter the command:make install.
- Connect: Plug the adapter into your computer.
- Confirm: Enter the command
ifconfigto verify the adapter has loaded successfully.- wlan1: Displayed on computers with a built-in Wi-Fi adapter.
- wlan0: Displayed on computers without a built-in Wi-Fi adapter.
- Connect to Network: Navigate to your system's Wi-Fi connection interface to complete the connection.
If the adapter is no longer needed, follow these steps to remove the driver:
- Remove Driver Modules:
- Directory: [aic8800_linux_driver/drivers/aic8800]
- Command:
make uninstall
- Clean Setup Files:
- Directory: [aic8800_linux_driver]
- Command:
./uninstall_setup.sh