<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Incoming/recording sound volume much too soft/low when routed through USB audio"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94482#c30">Comment # 30</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Incoming/recording sound volume much too soft/low when routed through USB audio"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94482">bug 94482</a>
              from <span class="vcard"><a class="email" href="mailto:susancragin@earthlink.net" title="Susan Cragin <susancragin@earthlink.net>"> <span class="fn">Susan Cragin</span></a>
</span></b>
        <pre>Here are my short sources and the command, which shows that pulseaudio daemon
is not running as "session daemon."
I have tried sudo and not sudo. 
A quick Google search shows a suggestion, which I have included at the bottom.

Any suggestions?

:~$ pactl list short sources
0    alsa_output.usb-1395_Sennheiser_BTD_800_USB-00.analog-stereo.monitor   
module-alsa-card.c    s16le 2ch 48000Hz    SUSPENDED
1    alsa_input.usb-1395_Sennheiser_BTD_800_USB-00.analog-mono   
module-alsa-card.c    s16le 1ch 16000Hz    SUSPENDED
susan@susan:~$ pactl list short sources
0    alsa_output.usb-1395_Sennheiser_BTD_800_USB-00.analog-stereo.monitor   
module-alsa-card.c    s16le 2ch 48000Hz    SUSPENDED
1    alsa_input.usb-1395_Sennheiser_BTD_800_USB-00.analog-mono   
module-alsa-card.c    s16le 1ch 16000Hz    SUSPENDED

:~$ sudo pacmd load-module module-remap-source
master=alsa_input.usb-1395_Sennheiser_BTD_800_USB-00.analog-mono
master_channel_map=front-left channel_map=mono
No PulseAudio daemon running, or not running as session daemon.

Here is the Google'd suggestion. I'd try it but I don't know how to set
your_uid. Is that my system password?
"
PulseAudio uses some environment variables and X11 properties on the root
window. You probably need a way to fake these. One has to set the variable:
export PULSE_RUNTIME_PATH="/run/your_username/your_uid/pulse/"
and then one can connect with pacmd to the server via:
sudo -u your_username -E pacmd <your_command>
"</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>