-
Notifications
You must be signed in to change notification settings - Fork 5k
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
"I2S SYNC error", then "rcu_sched detected stalls on CPUs/tasks" then crash #3580
Comments
BTW, in the log, the clock jumped backwards on reboot. |
Your sound card is using out of tree drivers which means the support burden is really on you or the supplier of that card.
If this has worked in the past, have you done a bisect to identify where things started to fail? |
Other than the aplay -L/arecord -L once in a while I left the pi idle and plug-in (for days and weeks); it is hard to see what caused the stall and crash. Yes, I understand the issue about out of tree drivers. |
Btw, I am actually aware of an I2S error, with a different sound device, and a in-tree driver too. I think I have seen something more recent, but here is an old one: |
|
Got the same on Ubuntu Core 20.04 |
With which Pi? And which soundcard? Are you using PulseAudio? Try and anticipate some of the obvious questions. |
Raspberry Pi 3B+ |
And this issue https://askubuntu.com/questions/1156466/cannot-find-bluetooth-device-ubuntu-core-on-raspberry-pi-3-b is still there, I have to create symlink to make bluetooth work, so if anyone can affect it, please do it. |
You got an I2S SYNC error with no external sound card or overlay? That is hard to believe. The other issue isn't present in Raspbian, so this isn't the right place to report it. |
Yes, the ubuntu packaging issue should be filed at ubuntu's launchpad. |
no sound card, and I can't remember was there I2S SYNC or no, so next time I'll send more info |
the same problem. RPi 3B+ with ubuntu server 20.04 64bit. just installed samba. |
I give up with Ubuntu, switched to https://www.reddit.com/r/raspberry_pi/comments/gs6omd/raspberry_pi_os_for_arm64_finally_released/ |
I suspect that this problem with 4.19.97 is a more mundane version of respeaker/seeed-voicecard#251 . The problem has gotten more serious over time, as multi-tasking context switching for the pi improves (and the seeed voicecard driver wants to hold onto the CPU with spinlocks...). |
Describe the bug
This is a post-mortem - the headless pi crashed, and the below is what's in syslog after reboot. Apparently the audio / pulseaudio locked up, causing a kernel panic, I think:
To reproduce
Just before it, I was doing
aplay -L
/arecord -L
- the I2S error seems to be a delay action to it - it appears occasionally, but never actually caused a crash in the past.Expected behaviour
I2S error and pulseaudio/rtkit-daemon shouldn't cause this.
Actual behaviour
pi crashed.
System
raspinfo output - after reboot:
raspinfo.txt
Additional context
This is the audio board attached:
https://github.com/respeaker/seeed-voicecard
The text was updated successfully, but these errors were encountered: