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

Add a workaround for iwlwifi module crash #275

Merged
merged 1 commit into from Oct 1, 2020

Conversation

pwmarcz
Copy link
Contributor

@pwmarcz pwmarcz commented Sep 23, 2020

See QubesOS/qubes-issues#5615.

To enable, add iwlwifi.disable_rxq=1 to kernel options:

opt=$(qvm-prefs --get sys-net kernelopts)
qvm-prefs --set sys-net kernelopts "$opt iwlwifi.disable_rxq=1"

See QubesOS/qubes-issues#5615.

To enable, add `iwlwifi.disable_rxq=1` to kernel options:

    opt=$(qvm-prefs --get sys-net kernelopts)
    qvm-prefs --set sys-net kernelopts "$opt iwlwifi.disable_rxq=1"
@pwmarcz
Copy link
Contributor Author

pwmarcz commented Sep 23, 2020

Tested under 5.8.5, because 5.8.10 crashes for me (looks like QubesOS/qubes-issues#6074).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants