Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 21

Thread: Can't Disable HDMI Sound Power Saving

  1. #11
    #&thj^% is offline I Ubuntu, Therefore, I Am
    Join Date
    Aug 2016
    Beans
    Hidden!

    Re: Can't Disable HDMI Sound Power Saving

    I seem to have over estimated here:
    Your original grub file looked like:
    Code:
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
    The change should look like this:
    Code:
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash snd_hda_intel power_save=0"
    Nothing else there>>> but what I show in the above^^^^
    update grub and reboot

  2. #12
    Join Date
    Jan 2023
    Beans
    12

    Re: Can't Disable HDMI Sound Power Saving

    That's what I meant by your grub looking different. My said quiet splash. Well, I pasted your first version and rebooted and it didn't break anything. It just booted for 30 seconds.

    I changed the grub again. Updated grub in terminal and rebooted. No improvement. I checked again and snd_hda_intel power saving still turned ( itself? ) to "1".

  3. #13
    #&thj^% is offline I Ubuntu, Therefore, I Am
    Join Date
    Aug 2016
    Beans
    Hidden!

    Re: Can't Disable HDMI Sound Power Saving

    Have you made changes to any sound related settings prior to this thread?
    Some realtek cards have rules of their own, not good for a user.
    Lets check what you are working with:
    Code:
    inxi -A
    NOTE: this is a sample of mine only.
    Code:
    Audio:
      Device-1: NVIDIA driver: snd_hda_intel
      Device-2: AMD ACP/ACP3X/ACP6x Audio Coprocessor driver: N/A
      Device-3: AMD Family 17h/19h HD Audio driver: snd_hda_intel
      Device-4: DisplayLink UOEOS Laptop Dock type: USB
        driver: cdc_ncm,snd-usb-audio
      Sound API: ALSA v: k6.1.4-1-default running: yes
      Sound Server-1: PipeWire v: 0.3.64 running: yes

  4. #14
    Join Date
    Jan 2023
    Beans
    12

    Re: Can't Disable HDMI Sound Power Saving

    I only changed and_hda_intel power saving to 0 manually. And attempted to make a service file which would loop a "silent" sound to keep the sound card from sleeping ( didn't work, apparently ).

    Audio:
    Device-1: NVIDIA GP104 High Definition Audio driver: snd_hda_intel
    Device-2: AMD Family 17h HD Audio driver: snd_hda_intel
    Sound Server-1: ALSA v: k5.19.0-29-generic running: yes
    Sound Server-2: PipeWire v: 0.3.58 running: yes
    words,words,words ( min num characters for posting )
    Last edited by nobody96; January 15th, 2023 at 11:03 PM.

  5. #15
    #&thj^% is offline I Ubuntu, Therefore, I Am
    Join Date
    Aug 2016
    Beans
    Hidden!

    Re: Can't Disable HDMI Sound Power Saving

    Quote Originally Posted by nobody96 View Post
    words,words,words ( min num characters for posting )

    I run in a different circle, bleeds over to user forums..
    OK Plainly worded now.
    I still need to know, Have you made changes to any sound related settings prior to this thread?

  6. #16
    Join Date
    Jan 2023
    Beans
    12

    Re: Can't Disable HDMI Sound Power Saving

    I only changed and_hda_intel power saving to 0 manually. And attempted to make a service file which would loop a "silent" sound to keep the sound card from sleeping ( didn't work, apparently ).

  7. #17
    #&thj^% is offline I Ubuntu, Therefore, I Am
    Join Date
    Aug 2016
    Beans
    Hidden!

    Re: Can't Disable HDMI Sound Power Saving

    Quote Originally Posted by nobody96 View Post
    I only changed and_hda_intel power saving to 0 manually. And attempted to make a service file which would loop a "silent" sound to keep the sound card from sleeping ( didn't work, apparently ).
    It's only a guess on my part, but that could be the differences between yours and my findings.

  8. #18
    Join Date
    Jan 2023
    Beans
    12

    Re: Can't Disable HDMI Sound Power Saving

    The service file was only an autostart for a sound looping. Nothing more to it. The .service file isn't even there anymore.

    sys/module/snd_hda_intel/parameters/power_save changes value to "1" after reboot, and power_save_controller changes value to "Y" .

    I don't know if that's important, but I do have a realtek sound card. Shouldn't it appear on
    inxi -A
    ?

    There is a
    snd_hda_codec_realtek
    folder in
    /sys/module/
    Under
    /sys/module/snd_hda_codec_realtek/drivers/hdaudio:snd_hda_codec_realtek/hdaudioC1D0
    there is a "chip_name" file, it says "ALC1220"

  9. #19
    #&thj^% is offline I Ubuntu, Therefore, I Am
    Join Date
    Aug 2016
    Beans
    Hidden!

    Re: Can't Disable HDMI Sound Power Saving

    Quote Originally Posted by nobody96 View Post
    There is a folder in

    Under there is a "chip_name" file, it says "ALC1220"
    Bingo there it is....
    It should show as realtek in a perfect world, some vendors just do things different.
    I'm not sure how to advise you now.
    Don't kill the messenger:
    Reltek HD-audio drivers have the automatic power-saving mode. This feature is enabled via Kconfig CONFIG_SND_AC97_POWER_SAVE and CONFIG_SND_HDA_POWER_SAVE options, respectively.

    With the automatic power-saving, the driver turns off the codec power appropriately when no operation is required. When no applications use the device and/or no analog loopback is set, the power disablement is done fully or partially. It’ll save a certain power consumption, thus good for laptops (even for desktops).
    Last edited by #&thj^%; January 15th, 2023 at 11:59 PM.

  10. #20
    Join Date
    Jan 2023
    Beans
    12

    Re: Can't Disable HDMI Sound Power Saving

    Well, this sucks.
    I wonder who was the person that thought that was a good idea.
    Thanks for trying.

    Perhaps, someone here can tell me how to make a working, looping dummy silent sound process that autoruns on boot and keeps the sound card from going to sleep. The one I found somewhere else didn't work for some reason. I wanted to paste what was in it exactly but I can't to find the source.

Page 2 of 3 FirstFirst 123 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •