-
Notifications
You must be signed in to change notification settings - Fork 298
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
Unstable connection #17
Comments
I have the same problem with this on march 2, 2021 and I have been fighing with this for weeks. As soon as there is a demand placed on it, it disconnects then reconnects. Raspberry Pi. It shows a strong signal. Power management is disabled. it seems to get worse over time. Not really usable. Works fine plugged into a Windows 10 machine. This is placed in /etc/modprobe.d/rtl8188fu.conf Nothing is better with or without those module options. It seriously is giving me a big "fu" |
This has been forked and it's been updated on https://github.com/kelebek333/rtl8188fu I still have the same issues you have reported though |
@kelebek333 fork is not working anymore with the new 5.15 kernel. |
It can working with up to linux 5.15. kelebek333@b9002a2 |
@kelebek333 it hasn't worked for me on arch Linux kernel 5.15.11 for months! |
If you installed from AUR, remove it and install manually from github source. First, install prerequirement packages ;
|
@kelebek333
I only can turn on or off and thats it. the dongle does't scan for wifi AP. |
Now, I removed deprecated REMAKE_INITRD feature on dkms.conf file. You can post outputs of following commands.
|
@kelebek333 I removed the driver completely and installed again from the source still it is not working.
I burned Ubuntu budgie 21.04 on a USB stick and installed the driver on that, the driver worked normally. so I can confirm:
here is the output from Arch (Kernel 5.15):
|
Try with sudo.
The issue may not be related to rtl8188fu driver. Nevertheless, try the following commands.
|
talking with specific DISTRO versions I use buildroot https://buildroot.org/ for testing. Currently with v5.15
Both things I must debug. |
@kelebek333
I ran these commands but the issue still persists
|
last command is wrong I will permanently disable power management, after I fixed my bugs in my test setup |
@ulli-kroll is right. Last command has been faulty, I am sorry about that, try thats.
|
@kelebek333 |
Can you post outputs of following command? Maybe, there is a conflict with updated r8188eu module in kernel 5.15.x. Refence => ammarfaizi2/linux-fork@6723b28 |
FWIW Still not tested the driver, tough ... @ALL is your friend |
@kelebek333 Here:
|
@ulli-kroll
|
Try to add r8188eu module to blacklist with following command and then reboot. I guess, the issue at Linux 5.15 is due to module conflict.
It doesn't matter, the two driver source are actually same. |
Thank you @kelebek333 ITS NOW WORKING AGAIN. |
Not at all. My repo is just a fork, because of this I have closed issue section. I will re-open issue section on my fork. Can you try to add alies line to the configuration file with following command, instead of blacklist line? I can update the README file accordingly.
Then reboot. |
That would be great if you do it. I ran this command in rebooted the system. the WiFi is still going well. ]$ cat /etc/modprobe.d/r8188eu-blacklist.conf
alias usb:v0BDApF179d*dc*dsc*dp*icFFiscFFipFFin* rtl8188fu
|
Thanks for feedbacking. I added info to Readme file for built-in module conflict at kernel 5.15 and newer. |
I can install the driver I can search and connect to a wifi routor but the connection is so unstable the driver becomes unusable after a bit of time.
The text was updated successfully, but these errors were encountered: