Changeset cebfa20


Ignore:
Timestamp:
02/28/2023 02:56:28 AM (14 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
bef1a58
Parents:
2b5deee
Message:

Add information to alsa-utils on how to set the default sound card.

Most systems have multiple sound cards because of HDMI output, so it
makes sense to have this information now.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r2b5deee rcebfa20  
    4242      <para>February 27th, 2023</para>
    4343      <itemizedlist>
     44        <listitem>
     45          <para>[renodr] - Add information to the alsa-utils page about setting
     46          the default sound card.</para>
     47        </listitem>
    4448        <listitem>
    4549          <para>[renodr] - Fix seamonkey crash when playing audio when it is
  • multimedia/libdriv/alsa-utils.xml

    r2b5deee rcebfa20  
    202202        </para>
    203203      </note>
     204
     205      <para>
     206        On systems which have multiple sound cards, you may need to adjust the
     207        default audio device so that you can get output from your speakers.
     208        To set the default device, first check the
     209        <filename>/proc/asound/cards</filename> file to determine which number
     210        you need to set. After you know this information, set the default card
     211        with the following command as the
     212        <systemitem class="username">root</systemitem> user:
     213      </para>
     214
     215<screen role="nodump"><userinput>cat &gt; /etc/asound.conf &lt;&lt; "EOF"
     216<literal># Begin /etc/asound.conf
     217
     218defaults.pcm.card 1
     219defaults.ctl.card 1
     220
     221# End /etc/asound.conf</literal>
     222EOF</userinput></screen>
    204223
    205224    </sect3>
Note: See TracChangeset for help on using the changeset viewer.