-
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
Received corrupted packet (crc mismatch) #35
Comments
I've occasionally seen this corrupted packet too, but very rarely. However, looking at my dmesg on 5.4 I do see more of them too, so it looks like something changed a bit in 5.4. Out of curiosity could you enable tracing of the crc errors with
and then look at
Anyway, on to the hanging issue: I've pushed an update to this repo with a workaround to handle these cases (see 3a24873). You can just cherry-pick that commit on to your kernel, or you can use the driver in this repo instead. I'll send the patch upstream shortly. |
Sorry, I've have been busy the last few days. I'll apply that patch, and will send you the tracing data the next time I see that that error. |
I haven't experienced this issue since upgrading to kernel 5.4.10 a few days ago. I'll wait a few more days and see if it materializes again... |
Ok, thanks for the update. Btw., you can safely enable tracing of crc errors anyway, as that has no impact in the absence of errors and negligible impact even when they do occur. |
I have a Macbook14,3 and I'll say that I have a somewhat less than 50% chance that upon boot I'll have a working keyboard backlight. Looking at dmesg output, the relevant difference is:
The problem is that I don't seem to be able to do the Thoughts? |
I'm running Fedora 31 on a macbook9,1 with kernel 5.4.7
The
applespi
was included in kernel 5.3.x, which worked great.But...since I upgraded to
kernel 5.4.x
, I'm been experiencing thesecrc mismatch
pretty frequently.ie
When this error occurs, I'm no longer able to adjust the keyboard backlight level at all, the lighting level is stuck at whatever level it was at when the error occurred. Also, the green led for the
Caps lock
key no longer functions.However, the keyboard and trackpad continue to function. So, this error seems to just affect the keyboard lighting functions.
When this error occurs, I'm not able to reload the
applespi
module, which is strange.When I try
modprobe -r applespi
, it just hangs. If I tryrmmod applespi
, I receive this error messagermmod: ERROR: Module applespi is in use
I never experienced this issue before. I never had any issues with kernel 5.3 (when the module was included in the kernel). Or before that, when I was compiling the module via dkms.
**one other item of note on my system is that I'm using LUKS to encrypt my root/home/swap partition. Therefore, I've added these module to my initramfs image
applespi spi_pxa2xx_platform intel_lpss_pci
Is anyone else experiencing this issue w/ kernel 5.4?
The text was updated successfully, but these errors were encountered: