Same issue as Wi-Fi card not registered after boot.
Usually around 20-30% of the time, my wifi card is not found, rebooting usually fixes it.
My situation requires multiple reboots (>3) and a forced shut down (pressing and holding the power button) to resolve the issue. Sometimes, the situation escalates to the point where the system is rebooted more than five times, with a minimum of 2-3 forced shutdowns, followed by multiple reboots until the issue resolves.
What I have tried:
- Disabling power management for the Wi-Fi card in
/etc/modprobe.d/wifi.conf
.options ath9k power_save=0
- Increasing the grub timeout to
10s
. - Restarting
iwd.service
after boot. - Running
nmcli network on
. - Manually restarting
NetworkManager.service
.
sudo systemctl start NetworkManager.service
- Manually restarting
iwd.service
.
sudo systemctl start iwd.service
Output of inxi -Fz
:
System:
Kernel: 6.8.9-arch1-2 arch: x86_64 bits: 64
Desktop: LXDE v: 0.10.1 Distro: EndeavourOS
Machine:
Type: Portable System: Dell product: Inspiron 3542 v: N/A
serial: <superuser required>
Mobo: Dell model: 0KHNVP v: A12 serial: <superuser required> BIOS: Dell
v: A12 date: 05/13/2016
Battery:
ID-1: BAT0 charge: 22.1 Wh (94.4%) condition: 23.4/41.4 Wh (56.4%)
CPU:
Info: dual core model: Intel Core i3-4005U bits: 64 type: MT MCP cache:
L2: 512 KiB
Speed (MHz): avg: 865 min/max: 800/1700 cores: 1: 798 2: 798 3: 880 4: 984
Graphics:
Device-1: Intel Haswell-ULT Integrated Graphics driver: i915 v: kernel
Device-2: Microdia Integrated_Webcam_HD driver: uvcvideo type: USB
Display: x11 server: X.Org v: 21.1.13 with: Xwayland v: 23.2.6 driver: X:
loaded: modesetting unloaded: vesa dri: crocus gpu: i915 resolution:
1: 1366x768~60Hz 2: N/A
API: EGL v: 1.5 drivers: crocus,swrast platforms: x11,surfaceless,device
API: OpenGL v: 4.6 compat-v: 4.5 vendor: intel mesa v: 24.0.7-arch1.3
renderer: Mesa Intel HD Graphics 4400 (HSW GT2)
Audio:
Device-1: Intel Haswell-ULT HD Audio driver: snd_hda_intel
Device-2: Intel 8 Series HD Audio driver: snd_hda_intel
API: ALSA v: k6.8.9-arch1-2 status: kernel-api
Server-1: PipeWire v: 1.0.6 status: active
Network:
Device-1: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter
driver: ath9k
IF: wlan0 state: up mac: <filter>
Device-2: Realtek RTL810xE PCI Express Fast Ethernet driver: r8169
IF: enp7s0 state: down mac: <filter>
Bluetooth:
Device-1: Qualcomm Atheros AR9462 Bluetooth driver: btusb type: USB
Report: btmgmt ID: hci0 rfk-id: 2 state: down bt-service: disabled
rfk-block: hardware: no software: no address: N/A
Drives:
Local Storage: total: 465.76 GiB used: 75.9 GiB (16.3%)
ID-1: /dev/sda vendor: Toshiba model: MK5059GSXP size: 465.76 GiB
Partition:
ID-1: / size: 457.38 GiB used: 75.9 GiB (16.6%) fs: ext4 dev: /dev/sda1
Swap:
ID-1: swap-1 type: file size: 512 MiB used: 0 KiB (0.0%) file: /swapfile
Sensors:
System Temperatures: cpu: 51.0 C mobo: 49.0 C
Fan Speeds (rpm): cpu: 2386
Info:
Memory: total: 4 GiB available: 3.73 GiB used: 2.1 GiB (56.2%)
Processes: 162 Uptime: 9m Shell: Bash inxi: 3.3.34
Logs URL:
Note: The wifi is working properly in the current boot and all the logs are gathered from the same boot.
inxi -Faz | eos-sendlog
: https://0x0.st/XZuB.txt.sudo dmesg | eos-sendlog
: https://0x0.st/XZut.txt.journalctl -b -0 | eos-sendlog
: https://0x0.st/XZuv.txt.
The issue was on previous boot, so for that:journalctl -b -1 | eos-sendlog
: https://0x0.st/XZuw.txt.
Logs fromMay 19
- presentjournalctl -k -b all | eos-sendlog
: https://0x0.st/XZSW.txt.