Changeset a8f5df3


Ignore:
Timestamp:
01/21/2018 12:29:27 AM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
51529b92
Parents:
6ffee73
Message:

Add information on fixing pulseaudio when it breaks.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19683 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r6ffee73 ra8f5df3  
    4545      <para>January 20th, 2018</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Extend the configuration information for PulseAudio
     49          to cover fixing it when it breaks.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[ken] - Update to nspr-4.18 and nss-3.35. Fixes
  • multimedia/libdriv/pulseaudio.xml

    r6ffee73 ra8f5df3  
    238238        <command>man pulse-cli-syntax</command>.
    239239      </para>
     240
     241      <para>
     242        If <application>pulseaudio</application> was working but you no-longer
     243        have sound, after checking for hardware issues (speakers or headphones
     244        not connected, external amplifier not connected) you may need to fix it.
     245      </para>
     246
     247      <para>
     248        One suggestion is to close the application, such as
     249        <application>firefox</application> where sound has stopped working, then
     250        run: <command>pactl list short sinks</command> followed by:
     251        <command>pacmd set-default-sink &lt;sink #&gt;</command> and then
     252        restart the application.
     253      </para>
     254
     255      <para>
     256        If that does not work, a more drastic approach often works. After closing
     257        the application, close pulseaudio, either using <command>pulseaudio
     258        --kill</command> or, if that fails, <command>killall -KILL
     259        pulseaudio</command> and then <command>rm -rf
     260        ~/.config/pulse/*</command> (and perhaps also
     261        <command>rm -rf ~/.pulse/*</command> if you have used a very old version
     262        of pulse on this machine, then run <command>pulseaudio
     263        --verbose</command> to restart it. If the daemon starts, restart the
     264        application. See <command>man pulseaudio</command> for more options.
     265      </para>
     266
    240267    </sect3>
    241268  </sect2>
Note: See TracChangeset for help on using the changeset viewer.