You are not logged in.
I am getting very low wifi signal level with 4.12 kernel on rtl8723be.
I already have "options rtl8723be ant_sel=1" in /etc/modprobe.d/rtl8723be.conf
4.11.3 kernel
4.11.9 kernel
4.12.0 kernel
Last edited by arun_kpm (2017-07-30 10:32:04)
Offline
This looks like something you want to bisect and report upstream once you find the commit that breaks things.
R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K
Offline
This looks like something you want to bisect and report upstream once you find the commit that breaks things.
I found the commit which broke the wifi driver https://github.com/torvalds/linux/commi … d7a214ef84.
I changed the commit to old values, now it works fine.
Thanks.
Last edited by arun_kpm (2017-07-13 11:11:16)
Offline
You should report that in the kernel bug tracker or the bug tracker specific for wifi drivers, otherwise it will not get fixed. Once you report the problem upstream leave a link here so other people affected by the same problem can follow the discussion.
R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K
Offline
You should report that in the kernel bug tracker or the bug tracker specific for wifi drivers, otherwise it will not get fixed. Once you report the problem upstream leave a link here so other people affected by the same problem can follow the discussion.
It is already fixed in 4.12.1 source code.
Offline
It is already fixed in 4.12.1 source code.
Do you have a link to the fix in 4.12.1? From the changelog I could not see anything obviously related.
Offline
arun_kpm wrote:It is already fixed in 4.12.1 source code.
Do you have a link to the fix in 4.12.1? From the changelog I could not see anything obviously related.
yeah. I can't see any commits. if I compile the kernel myself from 4.12.1 source code, wifi is working but it is not with stock arch 4.12.1 kernel which is got it from testing repositories. I am doing something wrong.
Offline
Maybe you are compiling the current git version and not the current stable?
R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K
Offline
Maybe you are compiling the current git version and not the current stable?
By mistake I compiled 4.11 kernel.
by the way I updated the kernel to 4.12 from stable repository now I am having low WiFi strength and I can't find maintainer for rtl8723be in https://www.kernel.org/doc/linux/MAINTAINERS. any suggestions please?
Offline
There should be a kernel mailing list for wireless/wifi development/issues where you can ask, and you always have the option of submitting a bug report, but before you do make sure to compile the current git version and see if it still has the same problem.
R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K
Offline
Deleted.
Last edited by diegoviola (2023-04-17 14:57:50)
Offline
I read this commit fixes your issue:
https://git.kernel.org/pub/scm/linux/ke … 834cce3e1f
Please try Linux 4.13-rc3 and see if it fixes your issue.
Applied that patch to 4.12.3 kernel source but it causes kernel panic.
Offline
Why don't you just try compiling a git kernel? Randomly applying patches without knowing if they depend on other changes done after 4.12.3 was released can lead to problems as you have found.
R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K
Offline
Why don't you just try compiling a git kernel? Randomly applying patches without knowing if they depend on other changes done after 4.12.3 was released can lead to problems as you have found.
Because using git clone is very slow. I get slow speeds like 20 ~ 50 KiB/s when using git clone.
Offline
Have you tried an unpatched 4.12 with fwlps=N set as a module parameter for rtl8723be?
It seems the commit diegoviola mentioned has already been reverted https://git.kernel.org/pub/scm/linux/ke … 1cf7d87687
Offline
Have you tried an unpatched 4.12 with fwlps=N set as a module parameter for rtl8723be?
It seems the commit diegoviola mentioned has already been reverted https://git.kernel.org/pub/scm/linux/ke … 1cf7d87687
Yes, I've tried that too still ant_sel parameter doesn't seem to work.
Offline
Deleted.
Last edited by diegoviola (2023-04-17 14:58:33)
Offline
I read the fix is in this repo
You read this where? Please provide the link to your source.
Offline
Deleted.
Last edited by diegoviola (2023-04-17 14:58:15)
Offline
Thank you for the explanation. So someone affected has to build the kernel from https://git.kernel.org/pub/scm/linux/ke … -next.git/
Offline