Lenovo Thinkpad P1 gen 3. Been running Kubuntu 22.04 since it became available with no problems. Been updating the kernel as they reach stable designation from here: https://kernel.ubuntu.com/~kernel-ppa/mainline/
Currently running 5.17.7-051707-generic
Upgraded to stable 5.17.8 and noticed the addition of iwlwifi modlue this time.
This completely disabled my wifi so I had to go back to 5.17.7 kernel.
Network controller [0280]: Intel Corporation Comet Lake PCH CNVi WiFi [8086:06f0]
Subsystem: Intel Corporation Comet Lake PCH CNVi WiFi [8086:0070]
Kernel driver in use: iwlwifi
Any idea what to do for future updates? What's wrong with the new module that it doesn't like my wifi card?
EDIT: Just tried it with the latest 5.17.9 from here: https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.17.9/
And same deal. IT disables my wifi.
Output of sudo nmcli dev with the 5.17.7 kernel
Output with 5.17.9 kernel
So it just doesn't see the wifi adapter
Currently running 5.17.7-051707-generic
Upgraded to stable 5.17.8 and noticed the addition of iwlwifi modlue this time.
This completely disabled my wifi so I had to go back to 5.17.7 kernel.
Network controller [0280]: Intel Corporation Comet Lake PCH CNVi WiFi [8086:06f0]
Subsystem: Intel Corporation Comet Lake PCH CNVi WiFi [8086:0070]
Kernel driver in use: iwlwifi
Any idea what to do for future updates? What's wrong with the new module that it doesn't like my wifi card?
EDIT: Just tried it with the latest 5.17.9 from here: https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.17.9/
And same deal. IT disables my wifi.
Output of sudo nmcli dev with the 5.17.7 kernel
DEVICE TYPE STATE CONNECTION
wlp0s20f3wificonnected<my wifi network SSID>
tun0tunconnected (externally)tun0
p2p-dev-wlp0s20f3wifi-p2pdisconnected--
enx0050b68eb10aethernetunavailable--
loloopbackunmanaged--
gpd0tununmanaged--
tun0tunconnected (externally)tun0
p2p-dev-wlp0s20f3wifi-p2pdisconnected--
enx0050b68eb10aethernetunavailable--
loloopbackunmanaged--
gpd0tununmanaged--
Output with 5.17.9 kernel
DEVICE TYPE STATE CONNECTION
enx0050b68eb10a ethernet unavailable --
lo loopback unmanaged --
gpd0 tun unmanaged --
lo loopback unmanaged --
gpd0 tun unmanaged --
So it just doesn't see the wifi adapter
Comment