-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Kerne panic with kernel 6.5.5 because of sound driver #8574
Comments
Can you try the exact same kernel but without Xen? You can do that by editing grub entry:
Of course no qube will start, but it should answer the question if it's about something in our kernel, or in Xen. |
Thank you for your suggestion, I've tried it and Qubes OS kernel is not crashing without Xen so it seems to not be related to Qubes OS. |
I’m reopening this because Xen is one of Qubes OS’s dependencies and this is still a real bug from an end-user perspective. |
I have a similar problem with kernel panic but now it's because of nouveau with disabled NVIDIA dGPU. |
Kernel is not crashing anymore with kernel 6.6.2 so I think the issue can be closed. |
Qubes OS release
R4.2
Brief summary
I'm not sure whatever I should report this bug to Qubes OS because of some specific kernel patches or to Xen or to SOF but I wanted to ask here first.
I have a laptop with SoundWire Audio for which I've physically disconnected webcam+microphones cable from its motherboard.
I have Qubes OS installed on it and it worked fine with dom0 kernel 6.4.13 but new kernel 6.5.5 is crashing with cable disconnected but works with cable connected.
The crash log:
The problem is in SOF SoundWire driver for microphone rt715-sdca. Because it's not present physically this is causing some problem in driver when it's trying to access the microphone registers.
But this rt715-sdca error doesn't cause kernel panic for Fedora 38 with kernel 6.5.5 without Xen:
Could this be related to some Qubes OS kernel patches? Or is it in Xen?
The text was updated successfully, but these errors were encountered: