-
Notifications
You must be signed in to change notification settings - Fork 600
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
modprobe: FATAL: Module 8188eu.ko not found in directory /lib/modules/5.10.0-19-amd64 #430
Comments
That should have worked. Please show me the output of 'find /lib/modules/ -name 8188eu.ko', 'uname -r', and the line that starts with 'make -C' when you run make. |
Hi @lwfinger, thanks for taking the time to have a look at this.
These are the results when running:
I also have the following content inside
|
Your headers match the kernel, AND the .ko file is exactly where it should be. I have no idea why modprobe cannot find it. One last desperate act. Do the command If that works, it is because modprobe is not searching the entire drivers tree. |
No luck, it fails to create the link:
|
Thanks for the suggestion. Unfortunately, it does not work either |
Actually, you should not use the .ko on the modprobe command. With your version, it is looking for 8188eu.ko.ko! Sorry I missed that before. I booted my only Debian instance, which is a powerpc running Debian 12. With the correct command, it works, but fails with your version. |
Thanks for the suggestion again. However it is still not working:
The server has an intel i5 6500T. Could it be because of incompatibilities with the CPU? |
Show me EXACTLY what you are doing starting with make. |
I have bought a tp-link AC1300 and I wanted to use it on a Debian 11 server with kernel 5.10.0-19-amd64.
I have followed this instructions which basically are:
apt install linux-headers-$(uname -r)
apt-get install build-essential
sudo make all
sudo make install
modprobe 8188eu.ko
None of the steps gave any error and looked successfull except for the last one, which gives the error provided in the title:
Is there anything I am doing wrong or missing?
Please let me know if further information about my system is required and thank you in advance for your time.
The text was updated successfully, but these errors were encountered: