-
Notifications
You must be signed in to change notification settings - Fork 118
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
Not working in Fedora 40 #132
Comments
You have to install kernel-devel package |
is it already installed. |
By default, no. And installing it doesn't fix the issue. |
I personally installed it before running that script but still there comes an error. And you're correct, installing it didn't fix the issue :) |
Hi @sauliaka
This driver is working on all 6.x kernels that have been released and it is working on 6.9 that has not been released yet.
It may be possible to fix this but this is problem in your system, not with this driver as far as I can tell. You can rerun |
I'm having the same issue here, I installed |
You only posted the error. What I want you to so is post the entire screen output of |
This is the output of the aforementioned command. I have also posted this problem to the Fedora forums, to hopefully get help there, with this issue linked. |
Give me the output of: $ uname -r |
|
Run the following: $ sudo sh remove-driver.sh |
Seems to have worked successfully, now. Thread on Fedora forums marked as solved, but I left that open in case anyone else has the same issue, they can come here and resolve it using the discussion we had here. Thank you for your assistance today. |
You are welcome but now I need your help if you have time. If I deactivate the code to detect if the header files are installed, can I get you to test it? I need to find out what is going on in fedora that my code is not working properly. Using |
Sure! :D Though another issue just popped up for me. The networks are listed with each wifi adapter name next to them, but the network I want to connect do isn't connecting on the USB adapter. (Incorrect password, even though password is correct. Network is configured correctly too.) |
Okay. Run the following commands in the driver directory: $ git pull Make sure that you reboot. See if it works. Then we can look for the connection problem. |
It now works just fine with no issues this time. Don't know what could've been causing them, hopefully these issues don't appear for Fedora 40 users that haven't installed this driver before. |
@sauliaka Have you tried these fixes? Should work now, just |
I managed to install it now too, wohoo :) |
Good for both of you but not so good for me, Now I need to find out where fedora is installing its headers files. I have a lot of routines in the Normally header files are installed in the following location: /lib/modules/$(uname -r)/build Where are your header files? |
I believe there were 2 different versions under /lib/modules, 6.8.5-301.fc40 and 6.8.7-300.fc40. Under 6.8.5-301.fc40 build link was broken when pointing to under /usr/src/kernels/6.8.5-301.fc40, that directory didn't exist and your installer script tried to use that version according to the error messages. I'm here currently kinda swapping ssd drives as I'm doing some testing with my older laptop, but I can try to confirm this for you later. |
Is module loaded? (lsmod|grep 8821au) |
An alternative to debugging the problems with the driver in this repo is to help us test a new driver that is intended to be upstreamed into the Linux kernel soon. You can get information in the following issue: Read the first message carefully, uninstall this driver and then follow the instructions in the README of the rtw88 repo. We know the driver is in good shape with only a few minor issues left. Your testing would be most welcome and you may find that it works better than the the driver in this repo. Let me know how it goes. |
Happy to help as well mate |
Great. The invitation goes to @sunwire and the others in this thread as well. If you have any questions about installing the new rtw88 driver, let me know. I know it is a rather manual process for now but your adapters will be Plug and Play once we get it into the kernel. |
If secure boot is enabled you have to:
To enroll the key use command
After restarting, a menu will appear in which you will need to enroll the key It may helps https://youtu.be/rlCSVyv54fc |
It works fine! I had another problem and it looks like the nvidia driver (from nvidia repo) created a conflict with MOK. The screen didn't appear anymore. I uninstalled the driver and all worked fine. Thanks guys! |
That's good to hear. Leave this issue open in case someone else runs into this. You are still welcome to test the new rtw88 driver I mentioned above. The more testing we get, the sooner we can upstream it and then you won't have to compile anything. |
Hi,
I happen to have a wifi dongle with rtl8811au chipset and I can't get this driver to work in it. I'm not that experienced what it comes to coding or scripting, but running ./install-driver.sh seems to give an error related to Linux kernel headers missing in latest Fedora for starters. This is probably because of the fresh (6.x+) kernel version. I was wondering if it's possible to fix it somehow, as the adapter works 100% correctly in Linux Mint with 5.15.x kernel.
Thanks in advance, if you have time to check it out.
The text was updated successfully, but these errors were encountered: