You are not logged in.

#26 2025-03-29 09:17:03

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 69,114

Re: [SOLVED]NetworkManager No secret provided

I've already tried to, but failed

Please don't paraphrase, https://bbs.archlinux.org/viewtopic.php?id=57855

However if you get corrected bus errors and they go away (only) when disabling aspm, the bus errors are down to aspm and possibly red herrings wrt your original network stability issues.

Offline

#27 2025-03-29 13:34:48

Mark Kar Kar
Member
Registered: 2025-03-26
Posts: 25

Re: [SOLVED]NetworkManager No secret provided

I'm sorry, i'm still new to Arch forum, and I'm grateful to you for being so patient.

I don't understand, what you mean by "possibly red herrings wrt". Could you please explain?

Offline

#28 2025-03-29 16:56:50

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 69,114

Re: [SOLVED]NetworkManager No secret provided

https://en.wikipedia.org/wiki/Red_herring
https://www.urbandictionary.com/define.php?term=wrt

You'll still have to detail how you "tried, but failed" to install rtl8821ce

Offline

#29 2025-03-29 20:06:16

Mark Kar Kar
Member
Registered: 2025-03-26
Posts: 25

Re: [SOLVED]NetworkManager No secret provided

I installed rtl8821ce from GitHub https://github.com/tomaspinho/rtl8821ce
Then Makepkg in folder with rtl8821ce. Then

sudo pacman -U rtl8821ce/v5.5.2_34066.20200325

(smth like that, don't remember).
Then

dkms install rtl8821ce/v5.5.2_34066.20200325

Then

sudo pacman -S linux

Also I blacklisted old driver

In the end, driver remained the same (rtw8821ce)

Offline

#30 2025-03-29 22:29:24

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 69,114

Re: [SOLVED]NetworkManager No secret provided

smth like that, don't remember

Please don't paraphrase, https://bbs.archlinux.org/viewtopic.php?id=57855

After (re-)attempting to install that driver (and rebooting)

dkms status
modprobe -c | grep rtw | grep -v alias
sudo journalctl -b | curl -F 'file=@-' 0x0.st

Offline

#31 2025-03-29 23:13:14

Mark Kar Kar
Member
Registered: 2025-03-26
Posts: 25

Re: [SOLVED]NetworkManager No secret provided

 MarkII% dkms status
rtl8821ce/v5.5.2_34066.20200325, 6.13.8-arch1-1, x86_64: installed
 modprobe -c | grep rtw | grep -v alias
options rtw88_pci disable_msi=Y
options rtw88_pci disable_aspm=Y
options rtw88_core disable_lps_deep=Y  

http://0x0.st/8eny.txt

Offline

#32 2025-03-29 23:33:29

Mark Kar Kar
Member
Registered: 2025-03-26
Posts: 25

Re: [SOLVED]NetworkManager No secret provided

:: Running pre-transaction hooks...
(1/1) Remove upgraded DKMS modules
==> dkms remove --no-depmod rtl8821ce/v5.5.2_34066.20200325 -k 6.13.8-arch1-1
:: Processing package changes...
(1/1) reinstalling linux                                                                                                                      [#######################################################################################] 100%
:: Running post-transaction hooks...
(1/4) Arming ConditionNeedsUpdate...
(2/4) Updating module dependencies...
(3/4) Install DKMS modules
==> dkms install --no-depmod rtl8821ce/v5.5.2_34066.20200325 -k 6.13.8-arch1-1
==> depmod 6.13.8-arch1-1

It even tries to install new driver while sudo pacman -S linux, but after that it's not installed.

Offline

#33 2025-03-29 23:43:33

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 69,114

Re: [SOLVED]NetworkManager No secret provided

rtw88_8821ce isn't blacklisted?

Offline

#34 2025-03-29 23:52:07

Mark Kar Kar
Member
Registered: 2025-03-26
Posts: 25

Re: [SOLVED]NetworkManager No secret provided

I blacklisted it now, sorry
http://0x0.st/8e5H.txt

Offline

#35 2025-03-29 23:53:31

Mark Kar Kar
Member
Registered: 2025-03-26
Posts: 25

Re: [SOLVED]NetworkManager No secret provided

lspci -k
01:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter
        Subsystem: AzureWave Device 304a
        Kernel driver in use: rtl8821ce
        Kernel modules: rtw88_8821ce, 8821ce

Offline

#36 2025-03-31 12:41:42

Mark Kar Kar
Member
Registered: 2025-03-26
Posts: 25

Re: [SOLVED]NetworkManager No secret provided

So, switching to rtl8821ce didn't solve the problem, mistake is still here. I switched back to rtw8821ce and find some interesting interactions. Enabling options rtw88_pci disable_aspm=Y results in less mistakes, but it's still here. Also, now I also receive another mistake -  rtw_8821ce 0000:01:00.0: unhandled firmware c2h interrupt
http://0x0.st/82KX.txt

Offline

#37 2025-03-31 12:43:29

Mark Kar Kar
Member
Registered: 2025-03-26
Posts: 25

Re: [SOLVED]NetworkManager No secret provided

Maybe the best solution is just to hide the error messages?

Offline

#38 2025-03-31 13:16:08

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 69,114

Re: [SOLVED]NetworkManager No secret provided

Afaiu the (Correctable) PCI bus errors only show up if you do NOT pcie_aspm=off and therefore merely indicate that condition.
If ASPM doesn't cause any functional problems (latency) I'd keep it enabled and ignore the errors.
"pci=noaer" will suppress them gbeing reported, but unless they end up spamming your journal so much that it becomes unusable, this is purely cosmetic.
nb. that this might suppress other (more relevant) error messages in the future, so if you end up adding that parameter, don't forget that it's there and remove it in case you face further problems.

Did/do you get "unhandled firmware c2h interrupt" w/ "rtw88_pci.disable_msi=Y"?


---
OT: "error" and "mistake" are not synonyms in this context and the error messages are not "mistakes" wink

Offline

#39 2025-03-31 17:53:03

Mark Kar Kar
Member
Registered: 2025-03-26
Posts: 25

Re: [SOLVED]NetworkManager No secret provided

I don't get "unhandled firmware c2h interrupt" with "rtw88_pci.disable_msi=Y".
I did some research and found out that ASUS laptops is bad for linux because the drivers are designed for windows. My initial problem is solved and I think this issue can be marked as "solved".
Thank you a lot!

Offline

#40 2025-03-31 20:19:24

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 69,114

Re: [SOLVED]NetworkManager No secret provided

\o/
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

This isn't necessarily specific to ASUS, chasing battery time you often end up w/ corner-cases.

Offline

Board footer

Powered by FluxBB