You are not logged in.

#1 2025-01-25 20:27:11

Antonio24
Member
Registered: 2025-01-25
Posts: 27

BT mouse won't connect

Hello
Does not want to connect bluetooth mouse
I did everything that the wiki advises but did not help
At the same time, headphones are connected without any problems.
I tried booting to linux mint from a USB stick and the mouse connected without any problems
I copied the bluetooth config and dragged it to arch and nothing
BTmon told me this “Reason: Connection Rejected due to Security Reasons (0x0e)”
Intel Corp. Bluetooth 9460/9560 l
Help please

Offline

#2 2025-01-26 14:21:38

gromit
Administrator
From: Germany
Registered: 2024-02-10
Posts: 1,526
Website

Re: BT mouse won't connect

Does this work with the linux-lts kernel installed and booted?

Offline

#3 2025-01-26 15:02:17

Antonio24
Member
Registered: 2025-01-25
Posts: 27

Re: BT mouse won't connect

It worked....
Thanks a lot
How hard would it be to find the problem or is it much easier to stay on the lts kernel?

Offline

#4 2025-01-26 15:22:04

gromit
Administrator
From: Germany
Registered: 2024-02-10
Posts: 1,526
Website

Re: BT mouse won't connect

I think it's somewhat neccessary to find out what the problem is as the LTS kernel will soon be upgraded to the 6.12 series ...

Could you post a full dmesg? Also this could be a kernel regression, which should be bisected and reported to the upstream kernel developers

Are you confident to do the bisection on your own or do you need some help?
If you want we could also provide you with pre-built kernel images for you to test (which greatly speeds up the test time) smile 

Good info to get you started is:
- https://docs.kernel.org/admin-guide/rep … sions.html
- https://wiki.archlinux.org/title/Kernel … egressions

Since we already determined that there are multiple issues at hand here (sleep + brightness) I would like to have a look at the sleep issue.

Additionally it would be good to see if the latest mainline kernel is affected:

sudo pacman -U https://pkgbuild.com/\~gromit/linux-bisection-kernels/linux-mainline-6.13-1-x86_64.pkg.tar.zst

(note that this installs the kernel as linux-mainline, so you need to configure your bootloader to boot it (for example via grub-mkconfig -o ... or by writing the systemd-boot loader entry))

Offline

#5 2025-01-26 15:49:27

Antonio24
Member
Registered: 2025-01-25
Posts: 27

Re: BT mouse won't connect

I'm new to linux so I think I'm going to need some help....  Is dmesg on normal kernel or on lts?
Yes, I can borrow a kernel for testing.
Before your post about the lts kernel I installed the 6.13.0 kernel and it didn't work
I'll try 6.13.1 now.

Offline

#6 2025-01-26 16:58:03

Antonio24
Member
Registered: 2025-01-25
Posts: 27

Re: BT mouse won't connect

It doesn't work on kernel 6.13.1.
Here is the dmesg
[ 254.941401] [UFW BLOCK] IN=wlan0 OUT= MAC=<*> SRC=0.0.0.0 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2
[ 382.938781] [UFW BLOCK] IN=wlan0 OUT= MAC=<*> SRC=0.0.0.0 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2
Before attempting to connect, I cleared dmesg
That's all that was in the dmesg

Offline

#7 2025-01-27 08:32:39

gromit
Administrator
From: Germany
Registered: 2024-02-10
Posts: 1,526
Website

Re: BT mouse won't connect

Could you see if 6.11 works?

sudo pacman -U https://archive.archlinux.org/packages/l/linux/linux-6.11.arch1-1-x86_64.pkg.tar.zst

Offline

#8 2025-01-27 09:38:30

Antonio24
Member
Registered: 2025-01-25
Posts: 27

Re: BT mouse won't connect

doesn't work

Offline

#9 2025-01-27 14:06:31

gromit
Administrator
From: Germany
Registered: 2024-02-10
Posts: 1,526
Website

Re: BT mouse won't connect

Could you verify that the plain 6.6 does work for you?

sudo pacman -U https://archive.archlinux.org/packages/l/linux/linux-6.6.arch1-1-x86_64.pkg.tar.zst

We can then start the bisection afterwards.

Offline

#10 2025-01-27 18:24:07

Antonio24
Member
Registered: 2025-01-25
Posts: 27

Re: BT mouse won't connect

I booted up. The mouse works. What do I do next?

Offline

#11 2025-01-27 20:56:15

gromit
Administrator
From: Germany
Registered: 2024-02-10
Posts: 1,526
Website

Re: BT mouse won't connect

Could you try the following images until one fails? We will then use this to determine the bisection range smile

6.7:

sudo pacman -U https://archive.archlinux.org/packages/l/linux/linux-6.7.arch1-1-x86_64.pkg.tar.zst

6.8:

sudo pacman -U https://archive.archlinux.org/packages/l/linux/linux-6.8.arch1-1-x86_64.pkg.tar.zst

6.9:

sudo pacman -U https://archive.archlinux.org/packages/l/linux/linux-6.9.arch1-1-x86_64.pkg.tar.zst

6.10:

sudo pacman -U https://archive.archlinux.org/packages/l/linux/linux-6.10.arch1-1-x86_64.pkg.tar.zst

Offline

#12 2025-01-28 17:41:59

Antonio24
Member
Registered: 2025-01-25
Posts: 27

Re: BT mouse won't connect

It's all working.
I also installed 6.11 and it no longer works on that kernel

Offline

#13 2025-01-28 20:02:22

gromit
Administrator
From: Germany
Registered: 2024-02-10
Posts: 1,526
Website

Re: BT mouse won't connect

Alright, so this means it broke between 6.10 and 6.11 ..

Please test the following kernel image and report if it works with that:

sudo pacman -U https://pkgbuild.com/\~gromit/linux-bisection-kernels/linux-mainline-v6.10.r8045.gb3ce7a3-1-x86_64.pkg.tar.zst

(note that this installs the kernel as linux-mainline, so you need to configure your bootloader to boot it (for example via grub-mkconfig -o ... or by writing the systemd-boot loader entry))

Last edited by gromit (2025-01-28 20:02:41)

Offline

#14 2025-01-29 08:47:34

Antonio24
Member
Registered: 2025-01-25
Posts: 27

Re: BT mouse won't connect

doesn't work

Offline

#15 2025-01-29 08:51:17

gromit
Administrator
From: Germany
Registered: 2024-02-10
Posts: 1,526
Website

Re: BT mouse won't connect

Please test:

sudo pacman -U https://pkgbuild.com/\~gromit/linux-bisection-kernels/linux-mainline-v6.10.r4472.g5183594-1-x86_64.pkg.tar.zst

Offline

#16 2025-01-29 08:54:59

Antonio24
Member
Registered: 2025-01-25
Posts: 27

Re: BT mouse won't connect

doesn't work

Offline

#17 2025-01-29 09:09:04

gromit
Administrator
From: Germany
Registered: 2024-02-10
Posts: 1,526
Website

Re: BT mouse won't connect

Please try:

sudo pacman -U https://pkgbuild.com/\~gromit/linux-bisection-kernels/linux-mainline-v6.10.r2233.ge395096-1-x86_64.pkg.tar.zst

Offline

#18 2025-01-29 09:15:12

Antonio24
Member
Registered: 2025-01-25
Posts: 27

Re: BT mouse won't connect

It work

Offline

#19 2025-01-29 09:42:20

gromit
Administrator
From: Germany
Registered: 2024-02-10
Posts: 1,526
Website

Re: BT mouse won't connect

Please try:

sudo pacman -U https://pkgbuild.com/\~gromit/linux-bisection-kernels/linux-mainline-v6.10.rc5.r1275.g67e9847-1-x86_64.pkg.tar.zst

Offline

#20 2025-01-29 09:55:09

Antonio24
Member
Registered: 2025-01-25
Posts: 27

Re: BT mouse won't connect

doesn't work

Offline

#21 2025-01-29 10:05:28

gromit
Administrator
From: Germany
Registered: 2024-02-10
Posts: 1,526
Website

Re: BT mouse won't connect

Please try:

sudo pacman -U https://pkgbuild.com/\~gromit/linux-bisection-kernels/linux-mainline-v6.10.rc3.r658.g63b0aa8-1-x86_64.pkg.tar.zst

Last edited by gromit (2025-01-29 10:05:43)

Offline

#22 2025-01-29 10:32:37

Antonio24
Member
Registered: 2025-01-25
Posts: 27

Re: BT mouse won't connect

It work

Offline

#23 2025-01-29 11:08:09

gromit
Administrator
From: Germany
Registered: 2024-02-10
Posts: 1,526
Website

Re: BT mouse won't connect

Please try:

sudo pacman -U https://pkgbuild.com/\~gromit/linux-bisection-kernels/linux-mainline-v6.10.rc5.r960.g193b9b2-1-x86_64.pkg.tar.zst

Offline

#24 2025-01-29 11:12:54

Antonio24
Member
Registered: 2025-01-25
Posts: 27

Re: BT mouse won't connect

It work

Offline

#25 2025-01-29 11:32:01

gromit
Administrator
From: Germany
Registered: 2024-02-10
Posts: 1,526
Website

Re: BT mouse won't connect

Please try:

sudo pacman -U https://pkgbuild.com/\~gromit/linux-bisection-kernels/linux-mainline-v6.10.rc5.r1117.gc1cacb0-1-x86_64.pkg.tar.zst

Offline

Board footer

Powered by FluxBB