Bug 466467 - Frameworks 5.103: wireless extensions that are deprecated for modern drivers; use nl80211
Summary: Frameworks 5.103: wireless extensions that are deprecated for modern drivers;...
Status: RESOLVED UPSTREAM
Alias: None
Product: frameworks-kded
Classification: Frameworks and Libraries
Component: general (other bugs)
Version First Reported In: 5.103.0
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: David Faure
URL:
Keywords:
: 481126 (view as bug list)
Depends on:
Blocks:
 
Reported: 2023-02-26 11:44 UTC by marav
Modified: 2024-03-09 13:48 UTC (History)
9 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description marav 2023-02-26 11:44:48 UTC
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
Comment 1 Fushan Wen 2023-03-12 09:08:30 UTC
Looks like the kernel needs to set some build flags. https://fedoraproject.org/wiki/Changes/RemoveWirelessExtensions
Comment 2 Siddhartha 2023-07-09 15:22:55 UTC
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
Comment 3 Tim Murphy 2023-07-17 20:46:32 UTC
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
Comment 4 Malte S. Stretz 2024-02-09 15:41:58 UTC
*** Bug 481126 has been marked as a duplicate of this bug. ***
Comment 5 panorain 2024-03-09 06:19:36 UTC
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
Comment 6 David Faure 2024-03-09 08:20:43 UTC
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/
Comment 8 Malte S. Stretz 2024-03-09 13:48:50 UTC
The upstream Qt bug seems to be https://bugreports.qt.io/browse/QTBUG-114336