#[SOLVED] iwd/MT7922 Repeated disconnects: Deauthentication event, reason: 15, from_ap: true

1 messages · Page 1 of 1 (latest)

nimble oxide
#

Can you try reloading the driver module for your network card with the **disable_clc=1 **option?

sudo modprobe mt... disable_clc=1```
nimble oxide
#

I found these threads:

You may have seen this one: https://community.frame.work/t/nixos-on-framework-laptop-13/31426/77

https://bbs.archlinux.org/viewtopic.php?id=292150

I encountered a potentially related issue earlier today where the driver for the MT7922 failed to load. Emptying /usr/lib/firmware/mediatek then downgrading both linux-firmware and linux-firmware-mediatek packages, and refreshing my kernel images fixed the issue.

This leads me to believe that chip is in a finicky spot in regards to drivers ATM, so downgrading might be worth a shot.

Framework Community

Not sure who else this will help, but I was having wifi issues and not getting the expected performance from my hardware. $ lspci | rg -i wireless 01:00.0 Network controller: MEDIATEK Corp. MT7922 802.11ax PCI Express Wireless Network Adapter I perused the Arch Linux wiki and found this note: For the MediaTek chip, you will be limited to 802...

GitHub

Nixpkgs version Unstable (25.11) Describe the bug After updating linux-firmware in nixpkgs, my MediaTek mt7921e no longer initializes correctly. Which cause the wifi interface (wlp1s0) loss. With l...