Hello, my Intel 7265 Wifi Card / Wifi Adapter no longer works after my latest update. The device works fine on windows, only fedora is giving me issues.
Immediate Soln will be Boot with older kernel from grub and check if that works well in prior kernel.
If does or does not.
You can debug that
First look for Driver Check if the correct driver for your Intel 7265 Wi-Fi card is still there on your system lsmod | grep iwlwifi
If the iwlwifi module is not listed try to run sudo modprobe iwlwifi
Reboot your system or restart the network manager sudo systemctl restart NetworkManager
Ensure that the Wi-Fi interface (wlp3s0) is not in an “unmanaged” state
If so set to managed sudo nmcli device set wlp3s0 managed yes
If you need more help provide the output of lsmod | grep iwlwifi with your question.
Also if booting into the older kernel resolves the issue put a bug report in bugzila redhat so that can be solved in upcoming kernel releases
sudo systemctl restart NetworkManager
Verify that you have driver sudo dnf install iwl7265-firmware sudo modprobe -r iwlwifi && sudo modprobe iwlwifi
It will reload that driver.
sudo dnf install iwl7265-firmware
Last metadata expiration check: 0:00:43 ago on Fri 07 Jul 2023 02:12:40 PM CDT.
No match for argument: iwl7265-firmware
Error: Unable to find a match: iwl7265-firmware
sudo modprobe -r iwlwifi && sudo modprobe iwlwifi
modprobe: FATAL: Module iwlwifi is in use.
When I try to install NetworkManager-wifi it looks like there is two of them installed, Is this normal? If this is not normal, would it be possible this could be causing my issues?
sudo dnf install NetworkManager-wifi
Last metadata expiration check: 0:21:56 ago on Fri 07 Jul 2023 11:47:45 PM CDT.
Package NetworkManager-wifi-1:1.42.6-1.fc38.x86_64 is already installed.
Package NetworkManager-wifi-1:1.42.8-1.fc38.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
When looking on the output of journalctl, I see that it somehow cant find the wifi plugin and I’m starting to wonder if it has to do with having these two versions of the wifi plugin installed or if there is something else going on.