Skip to content
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

Kernel panics when disabling the microphone in Lenovo firmware #9177

Open
TommyTran732 opened this issue Apr 30, 2024 · 0 comments
Open

Kernel panics when disabling the microphone in Lenovo firmware #9177

TommyTran732 opened this issue Apr 30, 2024 · 0 comments
Labels
affects-4.2 This issue affects Qubes OS 4.2. C: kernel hardware support needs diagnosis Requires technical diagnosis from developer. Replace with "diagnosed" or remove if otherwise closed. P: default Priority: default. Default priority for new issues, to be replaced given sufficient information. T: bug Type: bug report. A problem or defect resulting in unintended behavior in something that exists.

Comments

@TommyTran732
Copy link

How to file a helpful issue

Qubes OS release

4.2.1

Brief summary

On my Lenovo T14 Gen 1 (i7-10610), I get a kernel panic if I disable the Microphone in the firmware settings. It only happens with Qubes 4.2 and not Qubes 4.1.

enbJaFhBdvRjmkYjneWTZDSM

Steps to reproduce

  1. Go to Lenovo's firmware settings
  2. Disable the Microphone in the "Port Access" section.
  3. Boot the firmware

Expected behavior

The system boots as usual

Actual behavior

The kernel panics

@TommyTran732 TommyTran732 added P: default Priority: default. Default priority for new issues, to be replaced given sufficient information. T: bug Type: bug report. A problem or defect resulting in unintended behavior in something that exists. labels Apr 30, 2024
@TommyTran732 TommyTran732 changed the title Kernel Panic when disabling Microphone in Lenovo firmware Kernel panic when disabling the microphone in Lenovo firmware Apr 30, 2024
@TommyTran732 TommyTran732 changed the title Kernel panic when disabling the microphone in Lenovo firmware Kernel panics when disabling the microphone in Lenovo firmware Apr 30, 2024
@halobarrlets
Copy link

I had a similar issue:
#8574
I guess it's a bug in audio driver and you can report it here:
https://github.com/thesofproject/linux/
But first make sure that this issue persists in latest kernel 6.8.6 in Qubes OS current-testing repo and that it's not Qubes-specific and you have the same issue with e.g. Fedora with the same kernel.

For now you can try to fix the issue with this modprobe option in dom0:

echo "options snd-intel-dspcfg dsp_driver=1" | sudo tee /etc/modprobe.d/dspfix.conf 

https://thesofproject.github.io/latest/getting_started/intel_debug/introduction.html#pci-devices-introduced-after-2016

@andrewdavidwong andrewdavidwong added C: kernel hardware support needs diagnosis Requires technical diagnosis from developer. Replace with "diagnosed" or remove if otherwise closed. affects-4.2 This issue affects Qubes OS 4.2. labels May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-4.2 This issue affects Qubes OS 4.2. C: kernel hardware support needs diagnosis Requires technical diagnosis from developer. Replace with "diagnosed" or remove if otherwise closed. P: default Priority: default. Default priority for new issues, to be replaced given sufficient information. T: bug Type: bug report. A problem or defect resulting in unintended behavior in something that exists.
Projects
None yet
Development

No branches or pull requests

3 participants