Chromebook & Linux

No Wi-Fi option after installing Linux

Missing Wi-Fi is almost always a missing driver for the wireless card, not a hardware fault. Many laptops need a proprietary driver Linux doesn't include by default.

Difficulty
Intermediate
Time
20–60 minutes
DIY cost
$0–$25
Pro cost
$60–$100

Symptoms

  • No wireless networks listed at all
  • Wi-Fi toggle is missing from settings
  • 'No Wi-Fi adapter found' message
  • Worked during the live USB install but not after

Likely causes

  • CommonMissing proprietary Wi-Fi driver/firmwareSome wireless chipsets (common with Broadcom and some Realtek cards) need extra firmware not installed by default.
  • CommonWi-Fi disabled by a hardware switch or key comboA physical airplane mode switch or Fn key can turn the radio off entirely.
  • PossibleKernel too old for newer Wi-Fi hardwareVery new laptops may need a newer kernel than an older Linux install ships with.
  • Less commonSecure Boot blocking driver moduleSome drivers require Secure Boot to be disabled or the module to be signed.

What to do

  1. Check for a physical Wi-Fi switch or an Fn+F-key combo that toggles wireless, and confirm it's on.
  2. Connect via Ethernet cable temporarily if possible, since driver installs need internet access.
  3. Run 'lspci -k' (or 'lsusb' for USB adapters) in a terminal to identify your Wi-Fi chipset model.
  4. Search your distribution's documentation for that chipset name plus 'driver' to find the right package.
  5. On Ubuntu, check Software & Updates > Additional Drivers for a proprietary Wi-Fi driver option and install it.
  6. Run a full system update after installing the driver, then reboot.
  7. If Secure Boot is enabled and the driver won't load, try disabling Secure Boot in BIOS/UEFI settings as a test.

Tools and parts

  • Ethernet cable (temporary internet access)
  • USB Wi-Fi adapter (backup option)
USB Wi-Fi adapterSearch: “Linux-compatible USB wifi adapter”

When to call a pro

If no driver exists for your chipset, a cheap USB Wi-Fi adapter with known Linux support is often faster than chasing a driver.

Safety

Generally low risk

Generally low risk for a careful person. Stop if anything looks different from what this guide describes.

Related guides

Operator provides AI-generated troubleshooting information. It can be wrong. For safety-critical, electrical, gas, structural, medical, automotive safety, or other high-risk problems, consult a qualified professional.