You are not logged in.
I can only see the name of some wifi's available.The rest just does'nt show the name and just have a disconnect option beside it.
I tried reinstalling NetworkManager and also the plasma-nm .
I restarted the NetworkManager service but still its is present.
I removed iwd and wpa_supplicant as it was present along with it.
I also removed the kde plasma tray applet config and quit and restarted the plasma shell.|
But still the problem is prevalent.How can i fix it.
Offline
You need to have wpa_supplicant or iwd installed, wpa_supplicant would be the logical default.
what output do you get from
find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f
nmcli connection show
nmcli general status
nmcli device status
Online
I only had the wpa supplicant service disabled . The wpa supplicant is still installed as i fond it is required by networkmanager.
find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f
=== Output ===
bluetooth.service | bluetooth.target.wants
dbus-org.bluez.service | system
dbus-org.freedesktop.nm-dispatcher.service | system
display-manager.service | system
getty@tty1.service | getty.target.wants
NetworkManager.service | multi-user.target.wants
NetworkManager-wait-online.service | network-online.target.wants
p11-kit-server.socket | sockets.target.wants
pipewire-session-manager.service | user
pipewire.socket | sockets.target.wants
pulseaudio.socket | sockets.target.wants
remote-fs.target | multi-user.target.wants
systemd-userdbd.socket | sockets.target.wants
wireplumber.service | pipewire.service.wants
xdg-user-dirs-update.service | default.target.wants
== Network Connections ==
To display active network connections, use the following command:
nmcli connection show
=== Output ===
NAME UUID TYPE DEVICE
#fsociety 577cbf24-ee34-46dc-adad-2d933f84e359 wifi wlan0
lo 451c6bb6-96a1-4d4c-9840-976442e8a228 loopback lo
#ECORP d225c9a4-4de5-42e3-84a5-b3d58f93049d wifi --
== General Network Status ==
Check the general network status with the following command:
nmcli general status
=== Output ===
STATE CONNECTIVITY WIFI-HW WIFI WWAN-HW WWAN METERED
connected full enabled enabled missing enabled no (guessed)
== Device Status ==
To view the status of network devices, use:
nmcli device status
=== Output ===
wlan0 wifi connected #fsociety
lo loopback connected (externally) lo
p2p-dev-wlan0 wifi-p2p disconnected --
eno1 ethernet unavailable --
Last edited by gyrozepelli3589 (2024-10-02 19:54:41)
Offline
I have the same issue, 6 permanent connections without namer or descriptions, show QR does nothing and they're not present in network settings, either in nmcli connection show.
Perhaps a new Plasma bug? I've had a weird behavior of WiFi tray before with shifted and ghost connections, but they never stayed for long.
Offline
Offline
So i should wait for the 6.2 official release for it to be solved right?
Offline