๐ ~1 min read
Table of contents
Symptom & Impact
No Wi-Fi adapter appears in settings and nmcli device shows no wireless interface, preventing network connectivity.

Environment & Reproduction
Often occurs on fresh installs where proprietary firmware is not loaded or unsupported chipsets need additional packages.

Root Cause Analysis
Kernel sees PCI device but fails to load firmware blob or required module, leaving interface unavailable to NetworkManager.

Quick Triage
Run lspci -nnk | grep -A3 -i network and rfkill list to confirm hardware state and whether radio is soft or hard blocked.

Step-by-Step Diagnosis
Inspect firmware errors with dmesg | grep -i firmware and journalctl -b | grep -i -E ‘iwlwifi|brcm|rtl’.

Solution – Primary Fix
Install firmware updates via sudo apt update && sudo apt install –reinstall linux-firmware. Reboot and re-check nmcli device status.
Still having issues? Our Network Design team can diagnose and resolve this for you. Get in touch for a free consultation.

Solution – Alternative Approaches
Use Additional Drivers in Ubuntu settings for vendor packages, or temporarily connect with USB tethering to complete updates.

Verification & Acceptance Criteria
Wi-Fi interface appears in nmcli device and can connect to WPA2 or WPA3 networks with stable ping results.

Rollback Plan
If firmware update regresses, boot previous kernel from GRUB Advanced options and pin working firmware package version.

Prevention & Hardening
Keep linux-firmware current and verify chipset support before major release upgrades.

Related Errors & Cross-Refs
Related messages include ‘failed to load firmware’ and ‘No Wi-Fi adapter found’. Cross-reference rfkill and BIOS radio settings.
Related tutorial: View the step-by-step tutorial for Ubuntu 26.04 LTS.
View all Ubuntu 26.04 LTS tutorials on the Tutorials Hub โ
Browse all common problems & solutions on the Tutorials Hub.

References & Further Reading
Ubuntu networking guide, NetworkManager documentation, and linux-firmware package notes.

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.