hda-jack-retask.fw needed in /lib/firmware/
Is there a practical way to do this?
I need it there because the Realtek audio driver in my laptop doesn't connect the array of internal speakers in the machine and the default setup sounds horrific.
I've tried to copy it to /usr/local/lib/firmware (having made the firmware folder) this was suggested from a reddit post, didn't work for me.
The only option I've got at the moment is unlocking the OS using ' sudo ostree admin unlock --hotfix' which is less desirable for obvious security reasons.
3 Replies
Solution
maybe a rpm package?
strong emphasis on maybe
and see if kde or gnome lets you configure it first
I'll research that, didn't think of that method
how to I get bazzite back to an immutable state now it's unlocked?
I've tried sudo rpm-ostree rollback
This idea worked well, I was able to create an rpm using the rpm tools and install via rpm-ostree and my audio is now loud as expected. Thanks for the suggestion.