-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Raspberry pi 4 usb mouse and keyboard stop working after upgrade #1324
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
Comments
There are quite a few commits between the two you list - try and narrow it down to find the first failing commit (there's a list of commits with hashes at https://github.com/Hexxeh/rpi-firmware/commits/master). Once you have a pair of adjacent commits where one is bad and one good, use |
I think 4.19.84 is first failing version. sudo rpi-update 16ce6121464d53a9eb9cf68afbdba7ada8ec7bcd I can't test SKIP_KERNEL=1 now. There is API call limitations... sudo SKIP_KERNEL=1 rpi-update 16ce6121464d53a9eb9cf68afbdba7ada8ec7bcd |
That's the commit that modified how voltages are controlled. Try adding |
sudo SKIP_KERNEL=1 rpi-update 16ce6121464d53a9eb9cf68afbdba7ada8ec7bcd |
sudo rpi-update 16ce6121464d53a9eb9cf68afbdba7ada8ec7bcd and config.txt => it is working ok |
I think you just got lucky that time you didn't update the firmware - you must have a marginal voltage (from the onboard SMPS - I'm not blaming your power supply), and there will be small variations between boots. You might even get away with dropping over_voltage to 1. |
Extensively covered on the forums - one thread is here. https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=262649 |
Uh oh!
There was an error while loading. Please reload this page.
Raspberry pi 4 usb mouse and keyboard stop working after upgrade.
sudo apt update
sudo apt upgrade
=> mouse and keyboard stop working
can be reproduced
sudo rpi-update 993f475
4.19.97
=> mouse and keyboard stop working
/dev/input $ ls
mice
and fixed
sudo rpi-update 77444b0
4.19.81
=> mouse and keyboard works ok
/dev/input $ ls
by-id by-path event0 mice mouse0
The text was updated successfully, but these errors were encountered: