Skip to content

MimoAW/AIC8800-Linux-Driver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remove old drivers: sudo rmmod aic8800_fdrv aic_load_fw 2>/dev/null && sudo rm -rf /lib/firmware/aic8800*

If it isn't obvious, clone: git clone https://github.com/MimoAW/AIC8800-Linux-Driver && cd AIC8800-Linux-Driver

Udev stuff I think?: sudo sh install_setup.sh && cd drivers/aic8800

Make: sudo make clean && sudo make && sudo make install

DKMS: cd ~/AIC8800-Linux-Driver && sudo cp -a . /usr/src/aic8800-1.0 && sudo dkms add -m aic8800 -v 1.0 && sudo dkms build -m aic8800 -v 1.0 && sudo dkms install -m aic8800 -v 1.0 --force

Modprobe: sudo modprobe cfg80211 && sudo modprobe aic_load_fw && sudo modprobe aic8800_fdrv

Finally: 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

  • C 99.0%
  • Other 1.0%