SUMMARY *** Hi, I recently use kernel linux-next for testing (2023-02-25) And I noticed a lot of warnings like these in dmesg *** [ 17.498170] fuse: init (API version 7.38) [ 19.394370] Bluetooth: RFCOMM TTY layer initialized [ 19.394383] Bluetooth: RFCOMM socket layer initialized [ 19.394392] Bluetooth: RFCOMM ver 1.11 [ 19.407496] warning: `kded5' uses wireless extensions that are deprecated for modern drivers; use nl80211 [ 19.440415] warning: `Qt bearer threa' uses wireless extensions that are deprecated for modern drivers; use nl80211 [ 19.440680] warning: `Qt bearer threa' uses wireless extensions that are deprecated for modern drivers; use nl80211 [ 20.494578] warning: `plasmashell' uses wireless extensions that are deprecated for modern drivers; use nl80211 However, it does not seem to cause any trouble So, I just point out (in case it's not already known and if it needs special attention) SOFTWARE/OS VERSIONS Linux/KDE Plasma: Slackware (current) KDE Plasma Version: 5.27.1 KDE Frameworks Version: 5.103 Qt Version: 5.15.8
Looks like the kernel needs to set some build flags. https://fedoraproject.org/wiki/Changes/RemoveWirelessExtensions
I'm getting a similar warning on Linux v6.4.2 and kded 5.107: `kded5' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
Not to pile on; but I am also seeing message 'warning: `kded5' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211'. Manjaro latest, kernel 6.4.3-1-MANJARO
*** Bug 481126 has been marked as a duplicate of this bug. ***
Hi, I became aware of the error shown by dmesg on the machine here yesterday and while discussing it on IRC was referred here by a more advanced user. warning: `kded5' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
The issue is in Qt and/or the Linux Kernel, nothing we can do at the KDE level. See: https://ubuntuforums.org/showthread.php?t=2486764 https://lore.kernel.org/netdev/20230224135933.94104aeda1a0.Ie771c6a66d7d6c3cf67da5f3b0c66cea66fd514c@changeid/T/
and https://lists.opensuse.org/archives/list/factory@lists.opensuse.org/thread/3V7KWU75IXZ42BW5WWHFJO4YGW37TKVG/
The upstream Qt bug seems to be https://bugreports.qt.io/browse/QTBUG-114336