tomaspinho / rtl8821ce

Other
1.6k stars 409 forks source link

firmware failed to leave lps state #234

Closed whizsid closed 3 years ago

whizsid commented 3 years ago

I found these entries in my journalctl

sudo journalctl -b -1 -r
Jul 17 12:29:06 archlinux wpa_supplicant[442]: wlo1: CTRL-EVENT-BEACON-LOSS
Jul 17 12:29:05 archlinux wpa_supplicant[442]: wlo1: CTRL-EVENT-BEACON-LOSS
Jul 17 12:29:04 archlinux wpa_supplicant[442]: wlo1: CTRL-EVENT-BEACON-LOSS
Jul 17 12:29:03 archlinux wpa_supplicant[442]: wlo1: CTRL-EVENT-BEACON-LOSS
Jul 17 12:29:02 archlinux wpa_supplicant[442]: wlo1: CTRL-EVENT-BEACON-LOSS
Jul 17 12:28:51 archlinux kernel: rtw_8821ce 0000:02:00.0: firmware failed to leave lps state
Jul 17 12:28:44 archlinux wpa_supplicant[442]: wlo1: CTRL-EVENT-BEACON-LOSS
Jul 17 12:28:43 archlinux kernel: rtw_8821ce 0000:02:00.0: firmware failed to leave lps state
Jul 17 12:28:34 archlinux wpa_supplicant[442]: wlo1: CTRL-EVENT-BEACON-LOSS
kelebek333 commented 3 years ago
Jul 17 12:28:51 archlinux kernel: rtw_8821ce 0000:02:00.0: firmware failed to leave lps state

Output is not related this repository. You can feedback to that repository. https://github.com/lwfinger/rtw88

If you have installed rtl8821ce driver from this repository, you should add rtw_8821ce and rtw88_8821ce modules to blacklist.

whizsid commented 3 years ago

@kelebek333 Thank you for the suggestion. I accidentally installed the both modules and it caused to frequently freezing the kernel. I solved it by blacklisting the previous modules as in the above comment.