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
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:
This did not help. I also tried resetting USB devices:
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 :
I then restarted and everything is still working fine.
Should I downgrade the linux-t2 package to
6.17.4-1-nobleas well ? I'm not sure what it does.Here is my
inxi -Foutput: inxi.txt