mirror of
https://github.com/konstruktoid/hardening.git
synced 2026-04-26 17:25:52 +03:00
[GH-ISSUE #568] The Sound card isn't detected anymore after the hardening on ubuntu 24.04 #90
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @the-fixer237 on GitHub (Jan 27, 2025).
Original GitHub issue: https://github.com/konstruktoid/hardening/issues/568
Originally assigned to: @konstruktoid on GitHub.
Describe the bug
I The sound card isn't detected anymore , t
To Reproduce
Install the hardening
Expected behavior
I need to be able to use the card son , for some notifications
System (lsb_release -a):
Distributor ID: Ubuntu
Description: Ubuntu 24.04.1 LTS
Release: 24.04
Codename: noble
Additional context
Add any other context about the problem here.
@konstruktoid commented on GitHub (Jan 27, 2025):
Hi @the-fixer237, the script is focused on server installations and haven't been tested in anyway on a client.
What error messages do you get?
@the-fixer237 commented on GitHub (Jan 27, 2025):
Hi @konstruktoid the error message is the following "dummy sound output" , it seems the sound card isn't detected anymore
i checked and the following modules are missing after the hardening i will try to load them back
soundwire_cadence
soundwire_bus
soundwire_intel
soundcore
Thx for the endeavors
@konstruktoid commented on GitHub (Jan 27, 2025):
https://github.com/konstruktoid/hardening/blob/master/scripts/disablemod#L5
soundcoreis disabled in/scripts/disablemod@the-fixer237 commented on GitHub (Jan 29, 2025):
I commented the line where soundcore were involved in /etc/modprobe.d/desiablemod.cnif , and now it works just fine
Thx