You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once in a while after a reboot, the audio stops working (even though the driver is loaded and detected by aplay -l). In dmesg log I get Failed to issue reset which means the driver failed to send reset command to the audio chip. Unbinding and rebinding the driver will make the audio work again. I believe there should be a few retries in the driver code below in case I2C bus is still not initialized during the boot or not yet stable after power up...
Once in a while after a reboot, the audio stops working (even though the driver is loaded and detected by
aplay -l
). Indmesg
log I getFailed to issue reset
which means the driver failed to send reset command to the audio chip. Unbinding and rebinding the driver will make the audio work again. I believe there should be a few retries in the driver code below in case I2C bus is still not initialized during the boot or not yet stable after power up...https://github.com/waveshare/WM8960-Audio-HAT/blob/259d282dc4856318c6961e7d6a94b761308653d3/wm8960.c#L1470
This happens once in a while after a reboot and the audio works otherwise. For more context, you can checkout this related issue and comments here:
ubopod/ubo_app#83 (comment)
The text was updated successfully, but these errors were encountered: