Skip to content
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

Not working on new kernel #27

Closed
Twijg76 opened this issue Dec 7, 2020 · 2 comments
Closed

Not working on new kernel #27

Twijg76 opened this issue Dec 7, 2020 · 2 comments

Comments

@Twijg76
Copy link

Twijg76 commented Dec 7, 2020

I have used this repo for my rtl8822be chip for a long time with few issues while updating my kernel every few days.
Now it doesn't seem to work for at least this version, probably also the previous 1 or 2. I am running openSUSE tumbleweed with the 5.9.11-1-default kernel.
When I do dmesg, I see following errors:

Throughout the output, a couple of times the following error:

[   48.042555] failed to read DBI register, addr=0x0719
[   40.865802] WARNING: CPU: 5 PID: 63 at /home/twijg/gitprogrammas/rtw88/pci.c:1173 rtw_dbi_read8.constprop.0+0xa0/0xb0 [rtw_pci]

and at the end this a few times:

[ 3377.001805] rtw_8822be 0000:01:00.0: failed to poll offset=0x5 mask=0x2 value=0x0
[ 3377.001812] rtw_8822be 0000:01:00.0: mac power on failed
[ 3377.001813] rtw_8822be 0000:01:00.0: failed to power on mac
[ 3791.004408] rtw_8822be 0000:01:00.0: failed to poll offset=0x5 mask=0x2 value=0x0
[ 3791.004414] rtw_8822be 0000:01:00.0: mac power on failed
[ 3791.004415] rtw_8822be 0000:01:00.0: failed to power on mac
@lwfinger
Copy link
Owner

lwfinger commented Dec 7, 2020

For kernels as new as 5.9.11, I would expect you to use the in-kernel driver, rather than this repo. What happens when you do that? It is possible that my repo diverges from the kernel version.

@Twijg76
Copy link
Author

Twijg76 commented Dec 8, 2020

It does seem to be working at the moment (updated to 5.9.12 and not ran rtw88). I'll keep an eye on it. Thanks a lot for making my WiFi work for so long when it didn't with standard kernel code.

@Twijg76 Twijg76 closed this as completed Dec 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants