On 12/17/23 00:53, Leonam Uerba wrote:
Thanks for help Larry, but, unfortunately none of these options changed the failure status. I did it this way, is there something I'm doing wrong? 1) i create a file on /etc/modprobe.d called: "rtw_8723de.conf: who contains these tips that your give me: cat /etc/modprobe.d/rtw_8723de.conf options rtw88_pci disable_msi=y options rtw88_pci disable_aspm=y options rtw_pci disable_msi=y options rtw_pci disable_aspm=y options rtw_core disable_lps_deep=y options rtw88_core disable_lps_deep=y obs.: I added all the modules even though some didn't appear os "lsmod | grep rtw" 2) lsmod | grep -i rtw rtw_8723de 12288 0 rtw_8723d 61440 1 rtw_8723de rtw_pci 32768 1 rtw_8723de rtw_core 303104 2 rtw_8723d,rtw_pci mac80211 1396736 3 rtw_core,mt7601u,rtw_pci cfg80211 1339392 4 rndis_wlan,rtw_core,mt7601u,mac80211 then: modprobe -r rtw_8723de && modprobe -a rtw_8723de and still same error on syslog/dmesg.... :/ do you have any more tips to solve this case ?
On this list, do not top post. Also, always do a "Reply All", or whatever your mailer wants. I have added linux-wireless back in.
Please do the following: sudo modprobe -rv rtw_8723de sudo modprobe -rv rtw_core sudo modprobe -v rtw_8723de Do the options show on the rtw_pci and rtw_core lines of the last command? If so, they are correct, and I have no more suggestions. Larry