You are not logged in.
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
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
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
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
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
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
Offline
:: 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
rtw88_8821ce isn't blacklisted?
Offline
I blacklisted it now, sorry
http://0x0.st/8e5H.txt
Offline
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
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
Maybe the best solution is just to hide the error messages?
Offline
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"
Offline
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
\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