Page 1 of 1

[SOLVED] How to disable snd_hda_codec_hdmi?

PostPosted: Mar 10th, '14, 18:25
by milan
As it was noticed here Kmix does not remember it's settings so I need to disable, uninstall, remove.... snd_hda_codec_hdmi.
It´s annoying everytime after restart change Kmix settings.
Code: Select all
#blacklist snd_hda_codec_hdmi
bash: blacklist: command no found

Thanks

Re: How to disable snd_hda_codec_hdmi?

PostPosted: Mar 10th, '14, 19:29
by Latte
if you want to blacklist some modules you will need to modify the following file
Code: Select all
/etc/modprobe.d/blacklist-mga.conf
and you have to add your line there

Re: How to disable snd_hda_codec_hdmi?

PostPosted: Mar 10th, '14, 19:48
by milan
Thank You