Skip to content

Bluetooth mouse lag after update to raspberrypi-kernel 1:1.20220811-1 #5134

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
numetaler opened this issue Aug 19, 2022 · 9 comments
Open

Comments

@numetaler
Copy link

numetaler commented Aug 19, 2022

Describe the bug

Since the update to this kernel version via the update manager my Logitech MX Master 3 is very laggy/delayed. THe mouse is connected over Bluetooth. A different mouse wich is connected with an USB-Dongle works fine. I had to go back to the old version because i didn't find a fix. Editing the /boot/cmdline.txt didn't help.

I'm running Bullseye 64Bit with every update available.

Steps to reproduce the behaviour

Install latest raspberrypi-kernel 1:1.20220811-1 package

Device (s)

Raspberry Pi 4 Mod. B 8GB booting from Intenso m.2 Sata III 128GB USB3.0 SSD via Geekworm X862 V2.0 Expansion Board

System

cat /etc/rpi-issue:
Raspberry Pi reference 2022-04-04
Generated using pi-gen, https://github.com/RPi-Distro/pi-gen, 27a8050c3c06e567c794620394a8c2d74262a516, stage4

vcgencmd version:
Aug 9 2022 13:44:40
Copyright (c) 2012 Broadcom
version 273b410636cf8854ca35af91fd738a3d5f8b39b6 (clean) (release) (start)

uname -a:
Linux raspihomeserver 5.15.32-v8+ #1538 SMP PREEMPT Thu Mar 31 19:40:39 BST 2022 aarch64 GNU/Linux

Logs

No response

Additional context

No response

@pelwell
Copy link
Contributor

pelwell commented Aug 24, 2022

Editing the /boot/cmdline.txt didn't help.

  1. What edits did you try?
  2. Are you using firmware-kms (i.e. is dtoverlay=vc4-fkms-v3d in config.txt)?
  3. Can you try usbhid.mousepoll=20 (as a diagnostic)?

@pelwell
Copy link
Contributor

pelwell commented Aug 24, 2022

On second thoughts, the usbhid.mousepoll setting is unlikely to change anything since this is a pure Bluetooth mouse, but there's no harm in trying.

@numetaler
Copy link
Author

Hello,

1.What edits did you try?
I tried usbhid.mousepoll=20 and this didn't do anything

2.Are you using firmware-kms (i.e. is dtoverlay=vc4-fkms-v3d in config.txt)?
Yes this line is in my /boot/config.txt. But i think i deactivated this for testing an it didn't make a change. This is something what i doublecheck.

@pelwell
Copy link
Contributor

pelwell commented Aug 24, 2022

There's a new kernel build available that may improve things for you. You can install it using sudo rpi-update. You should be aware that this effectively a beta-release which has had little testing, so you might want to back up your data before updating. However, there have been few significant changes since the release you are running, and certainly not ones that I would suspect could cause data loss.

@numetaler
Copy link
Author

numetaler commented Aug 26, 2022

I deactivated dtoverlay=vc4-fkms-v3d and the mouse is working fine again. Thank you for your Help!

Ps.: I also did the sudo rpi-update but unfortunatly this broke everything completly and my Pi didn't boot at all. Nothing was showing up on my monitor at all, so i went back to my backup.

@popcornmix
Copy link
Collaborator

Nothing was showing up on my monitor at all, so i went back to my backup.

Can you describe your backup? i.e. output of "vcgencmd version", "uname -a" and whether it was an RPiOS bullseye image, or something else?

@numetaler
Copy link
Author

numetaler commented Aug 26, 2022

Hello,

My backup was exactly the same as shown in the initial post:

System

cat /etc/rpi-issue:
Raspberry Pi reference 2022-04-04
Generated using pi-gen, https://github.com/RPi-Distro/pi-gen, 27a8050c3c06e567c794620394a8c2d74262a516, stage4

vcgencmd version:
Aug 9 2022 13:44:40
Copyright (c) 2012 Broadcom
version 273b410636cf8854ca35af91fd738a3d5f8b39b6 (clean) (release) (start)

uname -a:
Linux raspihomeserver 5.15.32-v8+ #1538 SMP PREEMPT Thu Mar 31 19:40:39 BST 2022 aarch64 GNU/Linux.

From this state, i installed the package raspberrypi-kernel 1:1.20220811-1, deactivated dtoverlay=vc4-fkms-v3d and dtoverlay=rpivid-v4l2 (since it said on boot on the right upper corner it is no longer necessary). This state of the System works currently without any problem.

But when i did sudo rpi-update at this point the pi wont't boot anymore

running System:

System:
Raspberry Pi reference 2022-04-04
Generated using pi-gen, https://github.com/RPi-Distro/pi-gen, 27a8050c3c06e567c794620394a8c2d74262a516, stage4

vcgencmd version:
Aug 9 2022 13:44:40
Copyright (c) 2012 Broadcom
version 273b410636cf8854ca35af91fd738a3d5f8b39b6 (clean) (release) (start)

uname -a:
Linux raspihomeserver 5.15.56-v8+ #1575 SMP PREEMPT Fri Jul 22 20:31:26 BST 2022 aarch64 GNU/Linux

@popcornmix
Copy link
Collaborator

Ah:

Raspberry Pi 4 Mod. B 8GB booting from Intenso m.2 Sata III 128GB USB3.0 SSD via Geekworm X862 V2.0 Expansion Board

sounds like raspberrypi/firmware#1744

@numetaler
Copy link
Author

Thank you for the information! I think i just wait for now since everything works fine at my current state

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants