The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Linux mint 20 sound issue

    Discussion in 'Linux Compatibility and Software' started by JohnC56, Feb 26, 2021.

  1. JohnC56

    JohnC56 Notebook Enthusiast

    Reputations:
    0
    Messages:
    31
    Likes Received:
    3
    Trophy Points:
    16
    Have a slight issue with the Linux mint 20 . It has a issue upon start up there's no sound out of the speaker . I did the alsamixer command which indicated that the headphone
    column was muted. I unmuted it sound came back but keeps muting upon
    start up each time . Is there a command that would keep the headphone
    column to stay unmuted so i don't keep using the alsamixer command ?
     
  2. theoak2

    theoak2 Notebook Evangelist

    Reputations:
    129
    Messages:
    475
    Likes Received:
    154
    Trophy Points:
    56
    Several good suggestions here:

    https://askubuntu.com/questions/50067/howto-save-alsamixer-settings.

    With MXLinux 19.3 this suggestion by John worked: (First run alsamixer as root, then (also as root) save configuration with this command:
    Code:
    alsactl --file /etc/asound.state store
    Next I edited /etc/rc.local and added the following line just before the exit 0 line at end of file:

    alsactl --file /etc/asound.state restore
     
    Last edited: Mar 8, 2021
    Mr. Fox likes this.