Skip to content

Kernel version 6.17.5 broke my keyboard #154

Description

@gpiat

I have a 2019 16" MacBook Pro running T2-Mint (dual boot with some version of MacOS).

Yesterday I upgraded from kernel 6.17.4-1-t2-noble to 6.17.5-1-t2-noble. When starting my computer today, the keyboard worked in GRUB, but didn't work in Mint. Restarting didn't help. I tried resetting my keyboard with:

modprobe -r atkbd
modprobe atkbd reset=1

This did not help. I also tried resetting USB devices:

for USB in /sys/bus/usb/devices/*/authorized; do
    eval "echo 0 > $USB"
    eval "echo 1 > $USB"
done

This just disabled my trackpad.

I rebooted into MacOS and the keyboard worked fine. I rebooted into Mint with kernel 6.17.4-1-t2-noble and the keyboard worked fine. I uninstalled 6.17.5 and froze 6.17.4 :

sudo apt remove linux-image-6.17.5-1-t2-noble
sudo apt-mark hold 6.17.4-1-t2-noble

I then restarted and everything is still working fine.

Should I downgrade the linux-t2 package to 6.17.4-1-noble as well ? I'm not sure what it does.

Here is my inxi -F output: inxi.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions