-
Notifications
You must be signed in to change notification settings - Fork 322
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
[BUG] DSP Panic on Intel MTL #9695
Comments
As usual, @as400l: In case the log is truncated because of a small log buffer, please add |
Here is dmesg with the error and sof-dyndbg.conf enabled. BTW - isn't it strange that it uses sof-hda-generic-2ch.tplg file ? @lgirdwood - I tried with alsamixer but can't reproduce it. But, on the other hand, with alsamixer I can't unmute the mic. I have this LED on keyboard and no matter what I tried with alsamixer it's just constantly on. Which means that the mic was not unmuted. |
@as400l, for some reason the dyndbg did not enabled the debug prints, we don't see what was the last message that was sent to the firmware, we know that the next would have been 0xe010002|0x0, which is not sent as the firmware has crashed. sof-hda-generic-2ch.tplg is chosen, because you have DMIC in your system
you also have BT offload advertised:
I'm not sure if that can cause any issues. You can disable the dmic for testing the analog path (you will loose the laptop microphones) :
in for example /etc/modprobe.d/no-dmic.conf |
I tried multiple times with "wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle". But could not reproduce this behaviour. So maybe the real cause of this is actually XE drm module crash or hang related to pavucontrol ? Which may be seen at the end of dmesg I've sent ? Is this even possible ? As to the debug prints. My kernel may is really slimmed down. So that may be the reason. May have to try with default distro kernel. |
Ok, its strange that alsamixer wont unmute the mic, I assume you tried Btw, is the keyboard LED on a key ? i.e. can it be pressed with Fn/Alt/Ctrl/shift combinations to switch LED on/off ? This should be mapped to the kcontrol that will mute/unmute the mic. Please do try the stock kernel. We need to figure out what has happened here with stock kernel logs. |
@lgirdwood - as I mentioned above - I tried with "wpctl" and it correctly mutes/unmutes microphone. LED goes off/on as it should. But I could not reproduce this error. I'm leaning towards something else causing this panic. Stock Alpine kernel was also not helpful since it's probably also stripped. |
I compiled a kernel with DYNAMIC_DEBUG and here are logs with the error. I had to try to trigger it mutliple times as this time it wasn't so eager to panic. |
Describe the bug
DSP Panic seen and full freeze of the OS.
To Reproduce
Open pavucontrol mute/unmute microphone few times. Close pavucontrol. Wait for freeze.
Reproduction Rate
100%
Expected behavior
No DSP Panic.
Impact
Cannot use builtin microphone.
Environment
Screenshots or console output
Full dmesg in attachment.
dmesg.txt
The text was updated successfully, but these errors were encountered: