zocker-160 / SyncThingy

SyncThingy = Syncthing + simple tray indicator
GNU General Public License v3.0
116 stars 1 forks source link

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

Open latenightdef opened 1 year ago

latenightdef commented 1 year ago

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?

zocker-160 commented 1 year ago

Oh that is interesting, I will investigate.

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

zocker-160 commented 1 year ago

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 commented 1 year ago

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.