LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Disabling a souncard/hdmi audio (https://www.linuxquestions.org/questions/slackware-14/disabling-a-souncard-hdmi-audio-4175733357/)

UrbanDesimator 01-30-2024 10:58 AM

Disabling a souncard/hdmi audio
 
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

keefaz 01-30-2024 11:08 AM

Maybe set the indexes in a line before like
Code:

options snd_hda_intel id=PCH,HDMI index=0,1
Because enable array is index based


All times are GMT -5. The time now is 07:39 PM.