wifi on thinkpad t14s gen 2 with iwlwifi driver

If the device is loading the iwm driver at boot, you can force it to load the iwl driver using devmatch_blocklist="if_iwm" inside rc.conf
 
wifi works but sometimes wifi randomly switches off or wifi doesnt work at boot so i have to reboot until it works, can you help?
iT happens to me aT Times Too. in my case, as a Temporary solution, i switch off n on my wifi hoTspoT. wifi will reconnecT To the neTwork.
doing doas service netif restart will take a long time, n I, like you would also reboot.
 
I have the same laptop and wifi works reliably. I use it as primary network interface, 540/430 Mbps on fast.com . Some useful information below:

kld_list="i915kms if_iwlwifi fusefs"
wlans_iwlwifi0="wlan0"
ifconfig_wlan0="WPA DHCP"
create_args_wlan0="country XX regdomain etsi mode 11a" - replace XX with your country code

wifi-firmware-iwlwifi-kmod-22000-20251125

service netif restart wlan0 - to cycle your wireless interface.
service wpa_supplicant restart
 
Back
Top