We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, Not an issue. It is possible to completely disable the sound card by using the config.txt file in /boot Just comment the line #dtparam=audio=on
And that's it.
Hope that helps
The text was updated successfully, but these errors were encountered:
Not on all distributions...
osmc in my case needed in /boot/config.txt :
hdmi_force_hotplug=1 hdmi_force_edid_audio=1
I dont know if its a firmware thing or a kernal thing but neither dtparam=audio changes nor blacklisting the module was sufficient.
Sorry, something went wrong.
No branches or pull requests
Hi,
Not an issue.
It is possible to completely disable the sound card by using the config.txt file in /boot
Just comment the line
#dtparam=audio=on
And that's it.
Hope that helps
The text was updated successfully, but these errors were encountered: