You are not logged in.

#1 2026-05-16 11:50:33

Jodi42
Member
From: India
Registered: 2025-06-09
Posts: 92

[SOLVED] Bluetooth stopped working after linux-kernel upgrade 7.0.6

sudo dmesg | grep -i -E "btusb|mt79|bluetooth"

[sudo] password for shobhit:
[    8.322638] mt7921e 0000:03:00.0: enabling device (0000 -> 0002)
[    8.328459] mt7921e 0000:03:00.0: ASIC revision: 79220010
[    8.404143] mt7921e 0000:03:00.0: HW/SW Version: 0x8a108a10, Build Time: 20260224103145a
[    8.778205] mt7921e 0000:03:00.0: WM Firmware Version: ____000000, Build Time: 20260224103233
[    9.191742] Bluetooth: Core ver 2.22
[    9.191761] NET: Registered PF_BLUETOOTH protocol family
[    9.191762] Bluetooth: HCI device and connection manager initialized
[    9.191765] Bluetooth: HCI socket layer initialized
[    9.191767] Bluetooth: L2CAP socket layer initialized
[    9.191770] Bluetooth: SCO socket layer initialized
[    9.209225] usbcore: registered new interface driver btusb
[    9.212934] Bluetooth: hci0: HW/SW Version: 0x008a008a, Build Time: 20260224103448
[    9.898271] mt7921e 0000:03:00.0 wlp3s0: renamed from wlan0
[   10.122695] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   10.122700] Bluetooth: BNEP filters: protocol multicast
[   10.122708] Bluetooth: BNEP socket layer initialized
[   11.448448] Bluetooth: hci0: Failed to send wmt func ctrl (-22)
[   11.448458] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.

uname --all
Linux arch 7.0.7-arch2-1 #1 SMP PREEMPT_DYNAMIC Thu, 14 May 2026 22:28:27 +0000 x86_64 GNU/Linux

bluetoothctl

Agent registered
[bluetoothctl]> power on
No default controller available
[bluetoothctl]>

All applications like bluetui just freeze.

Now even in lts version bluetooth is not connecting

uname --all
Linux arch 6.18.31-1-lts #1 SMP PREEMPT_DYNAMIC Fri, 15 May 2026 15:01:51 +0000 x86_64 GNU/Linux

sudo dmesg | grep -i -E "btusb|mt79|bluetooth"

[sudo] password for shobhit:
[    9.762458] mt7921e 0000:03:00.0: enabling device (0000 -> 0002)
[    9.770112] mt7921e 0000:03:00.0: ASIC revision: 79220010
[    9.849350] mt7921e 0000:03:00.0: HW/SW Version: 0x8a108a10, Build Time: 20260224103145a
[   10.225103] mt7921e 0000:03:00.0: WM Firmware Version: ____000000, Build Time: 20260224103233
[   10.521327] Bluetooth: Core ver 2.22
[   10.521346] NET: Registered PF_BLUETOOTH protocol family
[   10.521347] Bluetooth: HCI device and connection manager initialized
[   10.521351] Bluetooth: HCI socket layer initialized
[   10.521353] Bluetooth: L2CAP socket layer initialized
[   10.521357] Bluetooth: SCO socket layer initialized
[   10.539520] usbcore: registered new interface driver btusb
[   10.542968] Bluetooth: hci0: HW/SW Version: 0x008a008a, Build Time: 20260224103448
[   11.351693] mt7921e 0000:03:00.0 wlp3s0: renamed from wlan0
[   11.676915] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   11.676919] Bluetooth: BNEP filters: protocol multicast
[   11.676923] Bluetooth: BNEP socket layer initialized
[   12.808817] Bluetooth: hci0: Failed to send wmt func ctrl (-22)
[   12.808825] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.

Last edited by Jodi42 (2026-05-18 13:39:00)

Offline

#2 2026-05-16 11:55:12

5hridhyan
Member
Registered: 2025-12-25
Posts: 822
Website

Re: [SOLVED] Bluetooth stopped working after linux-kernel upgrade 7.0.6

Offline

#3 2026-05-16 12:23:54

Jodi42
Member
From: India
Registered: 2025-06-09
Posts: 92

Re: [SOLVED] Bluetooth stopped working after linux-kernel upgrade 7.0.6

I cleared my pacman cache. Is there any other way rolling back

Offline

#4 2026-05-16 12:29:50

5hridhyan
Member
Registered: 2025-12-25
Posts: 822
Website

Re: [SOLVED] Bluetooth stopped working after linux-kernel upgrade 7.0.6

Is there any other way rolling back

https://archive.archlinux.org/

Edit:
as said in the other thread, there have been a "patch", you can wait for the "new" one to rollout smile

Last edited by 5hridhyan (2026-05-16 12:31:56)

Offline

#5 2026-05-16 14:16:14

Jodi42
Member
From: India
Registered: 2025-06-09
Posts: 92

Re: [SOLVED] Bluetooth stopped working after linux-kernel upgrade 7.0.6

How come switching to lts version did not fix the bluetooth problem??

Offline

#6 2026-05-16 14:21:25

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,211

Re: [SOLVED] Bluetooth stopped working after linux-kernel upgrade 7.0.6

The patch that broke this was marked as stable and got backported to the LTS releases as well. 7.0.8-arch1 explicitly backported the fix so you could update and switch back to that, LTS is closer to upstream and doesn't contain a similar revert patch, will likely be the next stable release where it's fixed in LTS

Offline

#7 2026-05-16 14:23:48

Jodi42
Member
From: India
Registered: 2025-06-09
Posts: 92

Re: [SOLVED] Bluetooth stopped working after linux-kernel upgrade 7.0.6

I, after knowing the bug, installed lts version but the bug is here as well.

Offline

#8 2026-05-16 14:31:47

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,211

Re: [SOLVED] Bluetooth stopped working after linux-kernel upgrade 7.0.6

Yes, but if you switch back to linux now and use the updated 7.0.8-arch1 version, this bug should be fixed there, it's currently still present in the latest LTS because a similar backport that was done for linux hasn't been done for linux-lts

Offline

#9 2026-05-16 14:37:58

Jodi42
Member
From: India
Registered: 2025-06-09
Posts: 92

Re: [SOLVED] Bluetooth stopped working after linux-kernel upgrade 7.0.6

sudo pacman -Syu is not giving anything to update.

sudo pacman -Syu
[sudo] password for shobhit:
:: Synchronizing package databases...
 core                  127.2 KiB   209 KiB/s 00:01 [#####################] 100%
 extra                   8.2 MiB  5.52 MiB/s 00:01 [#####################] 100%
 multilib              128.5 KiB   137 KiB/s 00:01 [#####################] 100%
:: Starting full system upgrade...
 there is nothing to do

Offline

#10 2026-05-16 14:41:15

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,841

Re: [SOLVED] Bluetooth stopped working after linux-kernel upgrade 7.0.6

pacman -Syu linux

Offline

#11 2026-05-16 14:41:29

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,211

Re: [SOLVED] Bluetooth stopped working after linux-kernel upgrade 7.0.6

Then you might have to wait a bit for your mirror to sync or grab it directly

pacman -U https://archlinux.org/packages/core/x86_64/linux/download/

(note that this is somewhat of a partial update but will be fairly safe in this particular instance)

Offline

#12 2026-05-16 14:42:05

5hridhyan
Member
Registered: 2025-12-25
Posts: 822
Website

Re: [SOLVED] Bluetooth stopped working after linux-kernel upgrade 7.0.6

Haha, wait for a while, it depends on mirrors


Edit:
missed TWO replies in a minute!!

Last edited by 5hridhyan (2026-05-16 14:42:42)

Offline

#13 2026-05-17 18:55:10

Jodi42
Member
From: India
Registered: 2025-06-09
Posts: 92

Re: [SOLVED] Bluetooth stopped working after linux-kernel upgrade 7.0.6

The update hasn't been out yet for this bug. Any one knows why. I think this is a big bug. hmm

Offline

#14 2026-05-17 19:01:56

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,841

Re: [SOLVED] Bluetooth stopped working after linux-kernel upgrade 7.0.6

uname -a
pacman -Qs kernel

Last edited by seth (2026-05-17 19:02:26)

Offline

#15 2026-05-17 19:31:46

Jodi42
Member
From: India
Registered: 2025-06-09
Posts: 92

Re: [SOLVED] Bluetooth stopped working after linux-kernel upgrade 7.0.6

updated the mirrorlist using this wiki page https://wiki.archlinux.org/title/Mirrors

Right now I have

Linux arch 7.0.8-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 15 May 2026 16:45:15 +0000 x86_64 GNU/Linux

and bluetui is now displaying the menus.

Last edited by Jodi42 (2026-05-17 19:32:16)

Offline

#16 2026-05-17 19:38:39

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,841

Re: [SOLVED] Bluetooth stopped working after linux-kernel upgrade 7.0.6

So it's fixed?
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Offline

Board footer

Powered by FluxBB