Huzi Blogs
Blog
Blog
Disclaimer & Data Privacy Policy
Project by huzi.pk

© 2026 blogs.huzi.pk. All Rights Reserved.

    Back to all posts
    Linux

    Fix: Wi-Fi Not Working After Arch Linux Installation (2025 Guide)

    By Huzi

    One of the most common issues after installing Arch Linux "" especially on laptops "" is that Wi-Fi doesn't work after your first boot. Don't worry "" this is easy to fix once you understand what's missing.

    This guide covers everything you need to get your Wi-Fi working again, including:

    • Enabling NetworkManager
    • Installing wireless drivers and firmware
    • Diagnosing adapter issues
    • Setting up Wi-Fi manually

    Let's get started. 👑§ 

    👑§© Step 1: Check if NetworkManager Is Installed

    Arch doesn't install everything automatically "" you must ensure NetworkManager is present.

    Run:

    sudo pacman -Syu networkmanager
    

    If it says "up to date," good. Otherwise, it will install it.

    Now enable it to start at boot:

    sudo systemctl enable NetworkManager
    sudo systemctl start NetworkManager
    

    Check its status:

    systemctl status NetworkManager
    

    ✅ If you see active (running) "" your service is fine.

    👑"¡ Step 2: Detect Your Wireless Adapter

    Let's confirm your system can detect your Wi-Fi card.

    Run:

    lspci | grep -i network
    

    or, for USB adapters:

    lsusb
    

    You'll see something like: Network controller: Intel Corporation Wireless 8265 / 8275

    If you see no output, your system isn't detecting your adapter →’ skip to Step 5 (drivers).

    👑›°ï¸ Step 3: Check Wi-Fi Interface Availability

    Now, verify your wireless interface:

    ip link
    

    You should see something like wlan0 or wlp2s0.

    If you see it but Wi-Fi still doesn't show up in the menu: Your driver is loaded, but NetworkManager may need a restart:

    sudo systemctl restart NetworkManager
    

    If the interface doesn't appear, go to Step 5.

    👑§° Step 4: Connect to Wi-Fi via Terminal (Temporary Fix)

    If you have no GUI yet, use nmcli (command-line tool for NetworkManager):

    List available Wi-Fi networks:

    nmcli dev wifi list
    

    Connect:

    nmcli dev wifi connect "Your_WiFi_Name" password "YourPassword"
    

    If successful, you'll see: Device 'wlan0' successfully activated with UUID ...

    To test connectivity:

    ping -c 4 archlinux.org
    

    If you get responses "" you're online ✅

    👑§© Step 5: Install Missing Wi-Fi Drivers

    Most laptops need proprietary drivers or firmware.

    Run this to install the most common packages:

    sudo pacman -S linux-firmware
    

    Then reboot:

    sudo reboot
    

    Still not working? Identify your card and install the proper driver.

    👑"¹ Intel Wi-Fi:

    sudo pacman -S iwd
    sudo systemctl enable iwd
    sudo systemctl start iwd
    

    👑"¹ Broadcom (common on Dell/HP):

    sudo pacman -S broadcom-wl-dkms
    sudo modprobe wl
    

    👑"¹ Realtek (USB adapters, budget laptops):

    sudo pacman -S rtl88xxau-dkms
    

    (You may need the base-devel package to build DKMS drivers)

    👑"¹ AUR Alternative: If you have no Ethernet, connect your phone via USB tethering, then:

    git clone https://aur.archlinux.org/yay.git
    cd yay
    makepkg -si
    yay -S rtl8821ce-dkms
    

    👑§  Step 6: Verify Kernel Module Is Loaded

    After installing drivers, check:

    sudo lshw -C network
    

    or

    sudo dmesg | grep wlan
    

    If you see your adapter initialized, it means the driver is loaded successfully.

    👑§¾ Step 7: Enable Wi-Fi Auto-Connection

    To make sure Wi-Fi reconnects automatically on boot:

    nmcli connection modify "Your_WiFi_Name" connection.autoconnect yes
    

    👑’¡ Step 8: Install a GUI Network Tool (Optional)

    If you're using a desktop environment like KDE, GNOME, or XFCE, make sure you have the network applet installed:

    KDE Plasma:

    sudo pacman -S plasma-nm
    

    XFCE:

    sudo pacman -S network-manager-applet
    

    GNOME: Already included with gnome-control-centre.

    Reboot and check your Wi-Fi icon "" it should show available networks.

    âš ï¸ Step 9: Common Issues & Fixes

    Problem Solution
    Wi-Fi disappears after suspend sudo systemctl restart NetworkManager
    "No Wi-Fi Adapter Found" Reinstall firmware or kernel modules
    No wireless extensions found Run rfkill unblock wifi
    Can't detect 5GHz networks Ensure regdom is set: sudo iw reg set PK

    👑§° Step 10: Advanced Debugging

    If still broken, run:

    dmesg | grep wifi
    

    and check errors like: firmware: failed to load iwlwifi-7265D-29.ucode

    Then manually install the missing firmware via:

    sudo pacman -S linux-firmware
    

    or download it from https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git

    👑"„ Quick Summary

    ✅ Ensure NetworkManager is installed and enabled ✅ Install linux-firmware and the right Wi-Fi driver ✅ Use nmcli or GUI to connect ✅ Reboot "" your Wi-Fi should now work permanently

    👑’¬ Bonus Tip

    Once connected, update your system to ensure you always have the latest driver patches:

    sudo pacman -Syu
    

    ✨ Conclusion

    Fixing Wi-Fi on Arch Linux may seem intimidating, but once you understand the system services, it becomes simple.

    Arch gives you full control "" meaning you manage everything, including drivers. Once set up, your Wi-Fi will work smoothly across reboots.

    👑’» If you're running Arch Linux for web development, check out tool.huzi.pk "" a growing platform for free web tools and tutorials to make your Linux workflow faster and smarter.

    Advertisements


    You Might Also Like

    Elegant Embroidered Black Chiffon Wedding & Party Wear Suit 2026

    Elegant Embroidered Black Chiffon Wedding & Party Wear Suit 2026

    PKR 6900

    Blush Pink & Sage Green Embroidered Net Bridal Lehenga – Unstitched Luxury Wedding & Party Outfit with Colorful Embellishments

    Blush Pink & Sage Green Embroidered Net Bridal Lehenga – Unstitched Luxury Wedding & Party Outfit with Colorful Embellishments

    PKR 15000

    Formal Heavy Embroidered Organza Mehndi Suit 2026 | Plain Trouser

    Formal Heavy Embroidered Organza Mehndi Suit 2026 | Plain Trouser

    PKR 5100

    Powder Blue Embroidered NET Bridal Maxi Dress – 12 Kali Lehenga with Rich Embellishments

    Powder Blue Embroidered NET Bridal Maxi Dress – 12 Kali Lehenga with Rich Embellishments

    PKR 14000

    Heavy Embroidered Chiffon Bridal Dress 2025 | Cutwork & Embroidered Silk Trouser

    Heavy Embroidered Chiffon Bridal Dress 2025 | Cutwork & Embroidered Silk Trouser

    PKR 5750

    Advertisements


    Related Posts

    Linux
    Customizing Your Linux Desktop Environment
    One of the greatest strengths of Linux is its customizability. Learn how to personalize your desktop environment, from changing themes and icons to using powerful tools like Conky and custom shell scripts.

    By Huzi

    Read More
    Linux
    Getting Started with Arch Linux: A Beginner's Guide
    Arch Linux is a lightweight and flexible Linux distribution that follows the 'Keep It Simple' principle. This guide will walk you through what Arch is, its philosophy, and the first steps to get it running.

    By Huzi

    Read More
    Linux
    Why Linux is a Great Operating System for Developers
    Linux is a powerful, open-source operating system that has become a favorite among developers. From its powerful command line to its package managers and customization options, find out why Linux is an ideal environment for programming.

    By Huzi

    Read More
    Lifestyle
    The Lasting Benefits of Remote Work
    Remote work is more than just a trend; it's a fundamental shift in how we approach our careers and work-life balance.

    By Huzi

    Read More
    Sports
    Los Angeles 2028: A Golden Promise Under the California Sun
    LA28 promises to be a revolution in sustainability, using 100% existing venues to host the first 'Energy Positive Games'.

    By Huzi

    Read More
    Linux
    Linux vs. Windows: Which OS is Right for Developers?
    The age-old debate: Linux or Windows? For developers, the choice of an operating system can significantly impact productivity, workflow, and access to tools. This guide provides a detailed, practical comparison to help you choose the right OS for your development needs.

    By Huzi

    Read More