Kubuntu 25.10 (KDE 6.5.5)
I’m trying to disable only built-in Wifi on my PC (to use external card):
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
4: phy5: Wireless LAN
Soft blocked: no
Hard blocked: no
when I try to disable only internal one: rfkill block 1 :
rfkill list all
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
4: phy5: Wireless LAN
Soft blocked: no
Hard blocked: no
(yes, I know that device order can change)
whole Network manager Wifi is disabled:
and
nmcli radio
WIFI-HW WIFI WWAN-HW WWAN
enabled disabled missing enabled
Expected behaviour:
ONLY one card disabled (as we can see from rfkill list all) and Network Manager works with that one enabled (or more non-blocked) interface/card.
