-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[tks]It works on my RTL8851BU-base USB AP(Comfast AX900 CF-943F) #1
Comments
Wow... good for you.
I didnt know this will help somebody.
Thanks.
2024년 6월 29일 (토) 오후 12:37, Olaf Zhang ***@***.***>님이 작성:
… GOAT🐐, all WiFi(including WiFi6) and BT functions are available, been
looking for this linux driver for a long long long time ,tks🥰
—
Reply to this email directly, view it on GitHub
<#1>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKS7OA2AJ7ZOBL55WEWVMPDZJYTWTAVCNFSM6AAAAABKC2XA36VHI2DSMVQWIX3LMV43ASLTON2WKOZSGM4DCNBUGA2DMOI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I don't know much about linux system operation. I want to know how to use this driver. I hope you can tell me. |
I can confirm. I also have CF-943F and it works in 6.6.44-1-MANJARO with your driver. |
have the same but doesn't seem to work with PopOS 22.04 |
Something wrong with you cpp or other thing, I solved this problem when installing this driver but i forgot how:(, anyway, run"uname -a" to check you kernel info first |
I will find this solution asap |
hi, |
been recalled, try install glibc by "apt install glibc" or upgrade it.btw, my os is deepin 20,also likes ubuntu(popos likes ubuntu),and try make.That's all i can help. |
one more thing, you can also try apt install linux-headers-$(uname -r) and apt install libbsd-dev, works on Kali Linux 2022.4 |
did that and it doesn't work what is your glibc version? using ldd --version. |
run |
Does this code contains BT driver? |
Hello, I am getting this error, this is the version I have: Nobara Linux 40 (KDE Plasma) ldd (GNU libc) 2.39 Does anyone know how to fix this please? |
Thank you so much for this work. I was able to get it to work with several changes to files. It seems that the pull for this is outdated and missing some file changes that were made to support kernel 6.8 and newer. I was able to trace down the commits that were made to the upstream package and it compiled successfully after that. |
for the strncopy problem, the issue is that Ubuntu and some other distro's maintaners don't like the strlcpy function. They use their own. I went into the file it referenced and changed the instances from strlcpy to strscpy which is what my version of Ubuntu uses. You should do the same thing with strncpy. There were like 7 instances of the use in mine that I replaced and it got around that error. |
No wonder that Ubuntu did somethings to |
@OlafZhang , could you possibly create a strscpy version for those less technical please? |
I created a fork that has the changes until they can be modified here. |
Thank you. |
Hello, sorry to disturb you again, I am getting the following two errors now after running the make command. Please could you kindly direct me to what I am doing wrong sorry? /home/awais/Downloads/RTL8851bu-main/os_dep/linux/ioctl_cfg80211.c: In function ‘rtw_cfg80211_ch_switch_notify’: |
It looks like an error on my forked drivers. But, it is going to be common to both sets since I did not make any changes to that part of the coding. I am not sure where the problem is. But, looking online at similar issues on similar drivers, it seems that it is likely an upstream issue from wherever this set of drivers were obtained. I don't know if there is a fix yet. You could try using kernel 6.8 or earlier if you have it available to install and see if that gets around the problem. Maybe @heesn has some better ideas. |
I merged the @neatojones version. Thanks all. |
This looks like a problem with kernels newer than 6.8. Please test the version I have on my fork. If it works for me and if it works for others I will put in a merge request. |
Hello, I managed to install it successfully now and the WiFi speed is around 80-90MB so I am pleased, thank you very much for your work. |
GOAT🐐, all WiFi(including WiFi6) and BT functions are available, been looking for this linux driver for a long long long time ,tks🥰
The text was updated successfully, but these errors were encountered: