Open tmichett opened 1 year ago
Added packages ... need to test from PXEBoot
Added packages to Kickstart
https://knowledgebase.frame.work/fedora-wi-fi-troubleshooting-guide-BJpTzcH0s
https://discussion.fedoraproject.org/t/wifi-adapter-not-found/97441
/etc/NetworkManager/NetworkManager.conf there was a line unmanaged-devices=interface-name:wlo1 that was causing all the issues. Because of that one line, NetworkManager was not managing wlo1. I commented that out, restarted NetworkManager
sudo dnf install broadcom-wl
sudo dnf install -y NetworkManager-wifi iwl* reboot
lspci | grep -i network
$ inxi -Fxmz
Added packages to latest FC40 Remix build for testing of PXE
sudo dnf install iwl7260-firmware sudo dnf install broadcom-wl sudo dnf install NetworkManager
sudo dnf install iw wpa_supplicant
Kickstart Snippets
%packages
@core
NetworkManager
iwl7260-firmware
wpa_supplicant
iw
%end
%post
nmcli device wifi connect '<SSID>' password '<password>'
%end
Enable WiFi Service at Boot
sudo systemctl enable NetworkManager-wait-online.service
WiFi not there for the LiveUSB from PXEBoot
@hardware-support
May need to update kickstart
Nice place to see how things are made: https://pagure.io/fedora-kickstarts
iwlax2xx-firmware