SyncThingy icon indicating copy to clipboard operation
SyncThingy copied to clipboard

SyncThingy uses wireless extensions which will stop working for Wi-Fi 7 hardware

Open latenightdef opened this issue 1 year ago • 3 comments

I was checking my system log by running dmesg and saw this

[  176.123476] rfkill: input handler enabled
[  178.192076] rfkill: input handler disabled
[  180.199737] warning: `SyncThingy' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211

I'm not sure if this is a SyncThingy-specific issue or caused by Syncthing itself, anyways can we do something about it?

latenightdef avatar Jun 08 '23 14:06 latenightdef

Oh that is interesting, I will investigate.

Would you mind sharing your current kernel version you are running?

zocker-160 avatar Jun 08 '23 15:06 zocker-160

turns out this is coming from QT when using the QNetwork stack (which SyncThingy does) and it has been reported to QT as a bug.

see: https://bugreports.qt.io/browse/QTBUG-114336

zocker-160 avatar Jun 08 '23 18:06 zocker-160

I don't think there is much else to do other than wait for a patch in QT and then update to that QT version, which the flatpak will do automatically.

zocker-160 avatar Jun 08 '23 18:06 zocker-160