📖 ~1 min read
Table of contents
Symptom & Impact
Wi-Fi toggle or interface is missing, leaving the host without wireless connectivity.
Environment & Reproduction
Ubuntu 24.04 on laptops with Intel/Realtek/Broadcom adapters. Common after fresh install or kernel update.
Root Cause Analysis
Firmware package absent, kernel module not loaded, rfkill state enabled, or BIOS wireless disabled.
Quick Triage
Check rfkill list, then run lspci -nnk or lsusb to identify hardware and active driver.
Step-by-Step Diagnosis
Inspect dmesg | grep -i -E ‘wifi|firmware|iwl|rtl’ and sudo journalctl -u NetworkManager. Confirm interface state with ip link.

Solution – Primary Fix
Install required linux-firmware package, unblock via rfkill, reload module with modprobe, and reconnect using NetworkManager.
Still having issues? Our IT Solutions & Services team can diagnose and resolve this for you. Get in touch for a free consultation.

Solution – Alternative Approaches
Use a known-good HWE kernel package or USB Wi-Fi dongle to restore temporary connectivity for updates.
Verification & Acceptance Criteria
Wireless interface appears in nmcli device status and can obtain DHCP lease and internet access.
Rollback Plan
Revert to prior kernel and firmware package versions if a regression is confirmed.
Prevention & Hardening
Keep firmware packages updated and document adapter chipset compatibility for procurement.
Related Errors & Cross-Refs
No Wi-Fi adapter found, firmware: failed to load, wlp* device unavailable.
Related tutorial: View the step-by-step tutorial for Ubuntu 24.04 LTS.
View all Ubuntu 24.04 LTS tutorials on the Tutorials Hub →
Browse all common problems & solutions on the Tutorials Hub.
References & Further Reading
Ubuntu hardware support docs, linux-firmware package notes, and NetworkManager troubleshooting.
Need Expert Help?
If you cannot resolve this yourself, our team offers hands-on Server Management, Managed IT Services, and flexible Support Plans. Contact us today — we respond within one business day.