Skip to content

BLUEMOON233/AIC8800-Linux-Driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIC8800 Linux Driver

AIC8800 WiFi 驱动程序,适用于 Arch Linux 平台。

概述

本驱动修复了 AIC8800 芯片在 Linux Kernel 6.17.1-arch1-1 版本下的编译错误问题。
2025.11.11更新: Linux Kernel 6.17.7-arch1-1 在Arch Linux x64平台上仍可以编译通过

测试环境

  • 平台: Arch Linux
  • 内核版本: Linux 6.17.1-arch1-1
  • 外联网卡: 绿联AX300-CM762

致谢

本项目参考了以下资源:

编译安装

# 克隆仓库
git clone https://github.com/BLUEMOON233/AIC8800-Linux-Driver.git

#初始化
cd AIC8800-Linux-Driver
sudo su
sh install_setup.sh
cd drivers/aic8800

# 编译
make

# 安装
make install

# 加载驱动
modprobe cfg80211
modprobe aic_load_fw
modprobe aic8800_fdrv

# 查看驱动加载情况
lsmod | grep aic

About

Fixed the aic8800 driver in Linux kernel 6.17.1-arch1-1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages