I own a Lenovo model Y50 notebook with a Realtek wifi card. I run Plasma 5 DE.
I manage WIFI connection via Network Manager. The connection works pretty good for the first 5/10 minutes and then, as time goes by, it becomes unstable and I loose the connection every few minutes.
The card is a RTL8723be model, please check the link below, it is a stamp of the YaST Hardware Info:
That repo is not the original, try lwfingers instead, I see that his last commit was to the bluetooth-conflict. If this doesn’t solve it you could switch off bluetooth in the bios settings, provided you aren’t depending on bluetooth. https://github.com/lwfinger/rtlwifi_new
Thanks hank_se for the reply. I downloaded the library, well I’m not very used to compiling and I feel not very comfortable with make commands.
However, in the root directory of the library I did a:
make
and received this error?:
**linux-q7xj:/home/matteo/tmp_matteo/rtlwifi_new #** make
make -C /lib/modules/4.1.20-11-default/build M=/home/matteo/tmp_matteo/rtlwifi_new modules
make[1]: *** /lib/modules/4.1.20-11-default/build: File o directory non esistente. Arresto. ----> No such file or directory
Makefile:57: set di istruzioni per l'obiettivo "all" non riuscito ----> ... instruction set failed
make: *** [all] Errore 2
Probably you don’t have a complete build environment for kernel modules. Go to yast>software management and select patterns, scroll down to development and select Linux Kernel Development. Btw you don’t have to be root to build the modul, after a succesful build switch to root and run make install.
Yessss. The installation of these drivers did solve my WIFI connection, at least, till now.
Eventually, I’ll post a newer reply in case the issue will reappear.
It is stable now and moreover pages seem to load even faster, it’s my impression of course, can’t be more precise.
I can confirm you hank_se, the build environment for Linux Kernel was needed.
Here is the make install result:
**linux-q7xj:/home/matteo/tmp_matteo/rtlwifi_new #** make install
make -C /lib/modules/4.1.21-14-default/build M=/home/matteo/tmp_matteo/rtlwifi_new modules
make[1]: ingresso nella directory "/usr/src/linux-4.1.21-14-obj/x86_64/default"
Building modules, stage 2.
MODPOST 14 modules
make[1]: uscita dalla directory "/usr/src/linux-4.1.21-14-obj/x86_64/default"
Making backups
Install rtlwifi SUCCESS
the wifi connection is stable now and works pretty well.
As stated above from hank_se there is a problem with the library and bluetooth. Indeed I can’t activate it.
Is it possible to solve it? Is it possible to have both wifi and bluetooth working?
Please, let me know if I ought to open a new thread.