First clone into "git clone https://github.com/goecho/aic8800_linux_drvier"@Vbum, would you care to share the fix here?....In that way all readers/members will benefit.
Then Cd "aic8800"
Then "Make" Probably you will get 2 errors, If u get them follow my steps.
First "nano /root/aic8800_linux_drvier/drivers/aic8800/aic8800_fdrv/rwnx_main.c"
Then "Ctrl + Shift + -"
then type the number 1076
Should get you here
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(6, 0, 0))
// For kernels version 6.0.0 and above (with 3 parameters)
cfg80211_ch_switch_notify(vif->ndev, &csa->chandef, 0);
Change the "cfg80211_ch_switch_notify(vif->ndev, &csa->chandef, 0);"
press tab before retyping the line
With: cfg80211_ch_switch_notify(vif->ndev, &csa->chandef, 0, 0);
Same should be done in line 4705 also
To save and quit nano, Ctrl+S, Ctrl+X
Fingers cross and "make" again
If you see no errors Reboot and "Iwconfig" and the adapter will be working.
Thank me later (~ ̄▽ ̄)~
Last edited: