I have major wifi issues that currently make it nonfunctional.
I am using Kinoite 40, and had issues where the KDE menu didnt show any wifi networks, I am not sure but think to remember that nmcli also didnt show any.
Then I tried a couple of methods to restore Wifi functionality.
sudo nmcli networking off
sudo rfkill unblock all
sudo systemctl restart --now NetworkManager
sudo nmcli networking on
sudo ip link show
sudo ip link set wlp48s0 down
sudo ip link set wlp48s0 up
sudo ip link set wlan0 down
sudo ip link set wlan0 up
After doing that once, every wifi network showed up as SSID (wlan0)
and I needed to enter the password and save it again.
This still happens.
And then some times, I tried to connect with such a SSID (wlan0)
network getting an error “no password was given” which is not correct, as it is normally saved with KWallet and the correct password.
My current infos:
sudo ip link show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp47s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN mode DEFAULT group default qlen 1000
link/ether 80:fa:5b:88:be:79 brd ff:ff:ff:ff:ff:ff
5: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DORMANT group default qlen 1000
link/ether b0:a4:60:ff:48:df brd ff:ff:ff:ff:ff:ff
altname wlp48s0
24: wg0-mullvad: <POINTOPOINT,UP,LOWER_UP> mtu 1380 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/none
nmcli networking connectivity
full
IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SECURITY
* 40:75:C3:19:DF:18 SSID Infra 6 65 Mbit/s 60 â–‚â–„â–†_ WPA2
I want to find a possible cause for those 2 issues and revert it back to normal.
If that includes replacing networkmanager with iwd, which is supposed to be better, that is also fine.
I just want to fix my KDE Network settings
thanks!