-
Notifications
You must be signed in to change notification settings - Fork 50
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
applespi sporadically times out on boot: "spi-APP000D:00: Timed out waiting for device info" #40
Comments
Are there no other related messages before this? In particular, I'd expect some read error to be logged (most likely a bad-crc error). I've just fixed an issue with reading bad packets when the system is under load - if you are indeed seeing crc errors then pulling the latest driver should hopefully fix the problem. If this isn't the problem or the new code doesn't fix things, try booting with the following added your kernel command line:
You'll then need to ssh into your laptop from elsewhere to dump the trace buffer, as it's not persisted:
|
Yeah, here are the logs:
FYI: For anyone else reading this, that should be I've got x2 I think this could be related to the issue you've fixed. |
Apologies for the typo, and for not testing the kernel-command line instructions I gave.
[snip]
Bingo - this is the one I expected to see. Thanks.
Hmm, things look even worse here.
Argh, yes, didn't work as expected. I've now added a new module param to enable tracing of early messages. So the current instructions would be to boot with the following kernel command line (really tested this time, but you need the latest driver here for this)
This repository - just do a |
Oh, I see why I got confused. Here are the changes between what I used and your new additions
I have been trying to reload the I will post here with the trace information if I hit the issue again. Thank you! |
Sorry about the confusion: yes, I re-ordered the commits a bit, so it's not a fast-forward pull anymore, but you need not blow away the repo, just add the Anyway, great to hear this fixes the issue. I'll leave this open a few more days in case the problem shows up again. |
applespi sporadically times out on boot, at around 2 times out of 10 times:
whilst touch bar stays active, I have to press power button for 5 seconds to reboot.
Any ideas?
The text was updated successfully, but these errors were encountered: