Audio4Linux / JDSP4Linux

An audio effect processor for PipeWire and PulseAudio clients
GNU General Public License v3.0
915 stars 35 forks source link

using nl80211 #129

Closed ghost closed 1 year ago

ghost commented 1 year ago

[ 20.336769] warning: `jamesdsp' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211

this error pops up in kernel logs

timschneeb commented 1 year ago

This warning appears to be caused by Qt (UI toolkit) and not by JamesDSP itself. JDSP doesn't use wireless extensions, so this is a Qt bug. See also here: https://github.com/nextcloud/desktop/issues/5646#issuecomment-1579354538

QTBUG-114336 has been filed, it will probably be fixed in a future Qt update.

ghost commented 1 year ago

alright, thanks for your work