Coder Social home page Coder Social logo

Comments (3)

adamecooper avatar adamecooper commented on May 6, 2024 1

Running dmesg | grep wifi outputted:

[-1$ dmesg I grep wifi
4.4345871 iwlwifi 0000:03:00.0: enabling device (0000 -> 0002)
4.440292] iwlwiti 0000:03:00.0: Direct firmware load for 1wlwifi-8265-36. ucode failed with error -2
4.4403101 iwlwifi 0000:03:00.0: Direct firmware load for iwwifi-8265-35.ucode failed with error -2
4.440335] iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-8265-34. ucode failed with error -2
4.440353] iwlwifi 0000:03:00.0: Direct firmware load for 1wlwifi-8265-33. ucode failed with error -2
4.440370] iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-8265-32.ucode failed with error -2
4.440388] iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-8265-31.ucode failed with error -2
4.440406] iwwifi 0000:03:00.0: Direct firmware load for iwlwifi-8265-30. ucode failed with error -2
4.440424] iwwifi 0000:03:00.0: Direct firmware load for 1wlwifi-8265-29.ucode failed with error -2
4.440442] iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-8265-28.ucode failed with error -2
4.440459] iwlwifi 0000:03:00.0: Direct firmware load for iwlwiti-8265-27. ucode failed with error -2
4.440476] iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-8265-26 .ucode failed with error -2
4,440494] iwwifi 0000:03:00.0: Direct firmware load for iwlwifi-8265-25.ucode failed with error -2
4.4405111 iwwiri 0000:03:00.0: Direct firmware load for iwlwifi-8265-24. ucode failed with error -2
4.440528] 1wlwiri 0000:03:00.0: Direct firmware load for iwlwifi-8265-23.ucode failed with error -2
4.440545] iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-8265-22. ucode failed with error -2
4.440547] iwlwifi 0000:03:00.0: no suitable firmware found!
4.441118] iwlwifi 0000:03:00.0: minimum version required: iwlwifi-8265-22
4.441650] 1wlwifi 0000:03:00.0: maximum version supported: iwlwifi-8265-36
4.442226] 1wwifi 0000:03:00.0: check git: //git .kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git

This led me to NixOS/nixpkgs#271020 (comment).

And adding hardware.enableRedistributableFirmware = true; to my configuration.nix file fixed the issue 🎉

Thanks again!

from nixos-config.

dustinlyons avatar dustinlyons commented on May 6, 2024

Do you see anything related to wifi when looking at one of these?

journalctl -b | grep wlp3s0
journalctl -u NetworkManager
journalctl -u wpa_supplicant

dmesg | grep wlp3s0
dmesg | grep wifi

lsmod (look for WiFi modules loaded)

from nixos-config.

dustinlyons avatar dustinlyons commented on May 6, 2024

Also, did you take a look at this and ensure it's represented in your config?

https://nixos.wiki/wiki/Wpa_supplicant

from nixos-config.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.