You are not logged in.

#1 2017-07-13 02:32:07

arun_kpm
Member
Registered: 2016-11-19
Posts: 16

Poor wi-fi signal level with 4.12 kernel

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_3.png


4.11.9 kernel
4_11_9.png


4.12.0 kernel
4_12_0.png

Last edited by arun_kpm (2017-07-30 10:32:04)

Offline

#2 2017-07-13 09:40:09

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: Poor wi-fi signal level with 4.12 kernel

This looks like something you want to bisect and report upstream once you find the commit that breaks things.


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

#3 2017-07-13 11:10:48

arun_kpm
Member
Registered: 2016-11-19
Posts: 16

Re: Poor wi-fi signal level with 4.12 kernel

R00KIE wrote:

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

#4 2017-07-13 12:51:05

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: Poor wi-fi signal level with 4.12 kernel

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

#5 2017-07-13 14:17:35

arun_kpm
Member
Registered: 2016-11-19
Posts: 16

Re: Poor wi-fi signal level with 4.12 kernel

R00KIE wrote:

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. smile

Offline

#6 2017-07-13 17:01:55

loqs
Member
Registered: 2014-03-06
Posts: 17,378

Re: Poor wi-fi signal level with 4.12 kernel

arun_kpm wrote:

It is already fixed in 4.12.1 source code. smile

Do you have a link to the fix in 4.12.1?  From the changelog I could not see anything obviously related.

Offline

#7 2017-07-14 08:00:21

arun_kpm
Member
Registered: 2016-11-19
Posts: 16

Re: Poor wi-fi signal level with 4.12 kernel

loqs wrote:
arun_kpm wrote:

It is already fixed in 4.12.1 source code. smile

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

#8 2017-07-14 08:35:59

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: Poor wi-fi signal level with 4.12 kernel

Maybe you are compiling the current git version and not the current stable?


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

#9 2017-07-30 10:31:37

arun_kpm
Member
Registered: 2016-11-19
Posts: 16

Re: Poor wi-fi signal level with 4.12 kernel

R00KIE wrote:

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

#10 2017-07-30 11:12:51

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: Poor wi-fi signal level with 4.12 kernel

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

#11 2017-07-31 04:09:53

diegoviola
Member
Registered: 2010-12-16
Posts: 134

Re: Poor wi-fi signal level with 4.12 kernel

Deleted.

Last edited by diegoviola (2023-04-17 14:57:50)

Offline

#12 2017-07-31 16:29:16

arun_kpm
Member
Registered: 2016-11-19
Posts: 16

Re: Poor wi-fi signal level with 4.12 kernel

diegoviola wrote:

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

#13 2017-07-31 16:56:16

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: Poor wi-fi signal level with 4.12 kernel

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

#14 2017-08-01 06:15:20

arun_kpm
Member
Registered: 2016-11-19
Posts: 16

Re: Poor wi-fi signal level with 4.12 kernel

R00KIE wrote:

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

#15 2017-08-02 10:33:41

jeremy31
Member
Registered: 2015-11-01
Posts: 149

Re: Poor wi-fi signal level with 4.12 kernel

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

#16 2017-08-02 12:27:33

arun_kpm
Member
Registered: 2016-11-19
Posts: 16

Re: Poor wi-fi signal level with 4.12 kernel

jeremy31 wrote:

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

#17 2017-08-10 18:49:15

diegoviola
Member
Registered: 2010-12-16
Posts: 134

Re: Poor wi-fi signal level with 4.12 kernel

Deleted.

Last edited by diegoviola (2023-04-17 14:58:33)

Offline

#18 2017-08-10 18:58:30

loqs
Member
Registered: 2014-03-06
Posts: 17,378

Re: Poor wi-fi signal level with 4.12 kernel

diegoviola wrote:

I read the fix is in this repo

You read this where?  Please provide the link to your source.

Offline

#19 2017-08-10 19:09:30

diegoviola
Member
Registered: 2010-12-16
Posts: 134

Re: Poor wi-fi signal level with 4.12 kernel

Deleted.

Last edited by diegoviola (2023-04-17 14:58:15)

Offline

#20 2017-08-10 19:18:05

loqs
Member
Registered: 2014-03-06
Posts: 17,378

Re: Poor wi-fi signal level with 4.12 kernel

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

Board footer

Powered by FluxBB