Disabling a souncard/hdmi audio
by UrbanDesimator from LinuxQuestions.org on (#6J8J5)
Hi just some info I have been trying to find a way to disable the hdmi audio component of my graphics card for months. As I have 2 snd devices that both use the the snd-hda-intel module, a realtek ALC892 onboard PCIe and a Nviddia HDMI audio device part of my graphics card. Trying all different methods:
=
blacklist.conf
PCH
options snd-hda-intel index=0 model=auto vid=8086 pid=8c20
#HDMIds:
#
snd-hda-intel.conf
options snd-hda-intel id=0c0c enable=0
# also without above option
options snd cards_limit=1
#
and
options snd-hda-intel pid=0c0c enable=0
#
None of them worked with the alsa components of 6 series kernels.
Finally after leaving the problem and having another search of forums the correct way which is. Drum Roll
#
options snd-hda-intel enable=1,0
#
I wanted the 2nd device disabling and this worked. Frustrating it took so long to find a post from 2014 and I had not seen this option on other post/forums.
I hope the info helps anyone else with similar issue.
A big thanks to
headkase over on bbs archlinux
https://bbs.archlinux.org/viewtopic....04929#p1404929
=
blacklist.conf
PCH
options snd-hda-intel index=0 model=auto vid=8086 pid=8c20
#HDMIds:
#
snd-hda-intel.conf
options snd-hda-intel id=0c0c enable=0
# also without above option
options snd cards_limit=1
#
and
options snd-hda-intel pid=0c0c enable=0
#
None of them worked with the alsa components of 6 series kernels.
Finally after leaving the problem and having another search of forums the correct way which is. Drum Roll
#
options snd-hda-intel enable=1,0
#
I wanted the 2nd device disabling and this worked. Frustrating it took so long to find a post from 2014 and I had not seen this option on other post/forums.
I hope the info helps anyone else with similar issue.
A big thanks to
headkase over on bbs archlinux
https://bbs.archlinux.org/viewtopic....04929#p1404929