Hello Askar, I appreciate your response. However, we're mainly trying to find out exactly 'why' this problem occurs. You might say that it's some kind of "Root Cause Analysis," so that this error goes away from the Inspiron laptops once and for all. If you keep on reading the messages in the other thread, you'll realise just how deep this error goes.
But still, thanks a lot for the response. Bandhan On Sun, Jul 13, 2025 at 12:48 AM Askar Safin <safinas...@zohomail.com> wrote: > > I saw problems with Atheros on my Dell Inspiron, too. > > These instructions helped me to reset the device without reboot: > > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1730331/comments/40 > > I used modified script based on the one above (run as root): > > set -e > rmmod ath10k_pci 2> /dev/null || : > rmmod ath10k_core 2> /dev/null || : > rmmod ath 2> /dev/null || : > { echo 1 > /sys/bus/pci/devices/0000\:03\:00.0/remove; } 2> /dev/null || : > sleep 2 > echo 1 > /sys/bus/pci/rescan > > Try both scripts, one of them should work. > > If still doesn't work, try to run original script, then do hibernate, if > still doesn't work, run script again. > > I finally was able to solve my problem by replacing Wi-Fi adapter. :) Here is > my new Wi-Fi adapter: > > [ 7.136347] iwlwifi 0000:03:00.0: Detected Intel(R) Dual Band Wireless AC > 3160, REV=0x164 > > -- > Askar Safin