In a prior life, I managed tech support for five years. There are no silly questions. :-)<br><ul><li>I&#39;ve tested the speakers using Windows XP. (I dual boot this ThinkPad)</li><li>Likewise with volume.</li><li>Double-clicking the volume icon pops two error dialogs:
</li><ol><li>The volume control did not find any elements and/or devices to control. This means either that you don&#39;t have the right GStreamer plugins installed, or that you don&#39;t have a sound card configured.</li>
<li>No volume control GStreamer plugins and/or devices found.</li></ol><li>esd &amp; produced the same error messages as before, even after a reboot and the &#39;killall&#39; cycle.<br></li></ul>Continued TIA<br><br>silly questions to start off but just in case:
<br><br>1. Your speakers work, right?<br>2. The volume isn&#39;t just turned down or muted is it?<br>3. Is there a speaker icon in the top right of the screen? &nbsp;Can you double<br> &nbsp; click and unmute and/or adjust all of the volumes up?
<br><br>On Wed, 07 Mar 2007, Michael Steigerwald wrote:<br><br>&gt; That seems to indicate that the daemon is running:<br>&gt;<br>&gt; root &nbsp; &nbsp; &nbsp;5678 &nbsp;0.0 &nbsp;0.0 &nbsp; 3088 &nbsp;1444 ? &nbsp; &nbsp; &nbsp; &nbsp;Ss &nbsp; Mar06 &nbsp; 0:00 /usr/bin/esd -terminate -nobeeps -as 1 -spawnfd 14
<br>&gt; pcs &nbsp; &nbsp; &nbsp;21426 &nbsp;0.0 &nbsp;0.0 &nbsp; 2876 &nbsp; 792 pts/0 &nbsp; &nbsp;R+ &nbsp; 08:09 &nbsp; 0:00 grep esd<br><br>So, esd has started and grabbed the sound card. &nbsp;Good. &nbsp;esd would just die<br>if there was no sound card free.<br><br>&gt; but starting manually produced some interesting output:
<br>&gt;<br>&gt; pcs@ubuntu:~$ esd &amp;<br>&gt; [1] 21600<br>&gt; pcs@ubuntu:~$ ALSA lib confmisc.c:672:(snd_func_card_driver) cannot find<br>&gt; card &#39;0&#39;<br>&gt; ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_card_driver
<br>&gt; returned error: No such device<br>&gt; ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings<br>&gt; ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_concat<br>&gt; returned error: No such device
<br>&gt; ALSA lib confmisc.c:1072:(snd_func_refer) error evaluating name<br>&gt; ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_refer returned<br>&gt; error: No such device<br>&gt; ALSA lib conf.c:3962:(snd_config_expand) Evaluate error: No such device
<br>&gt; ALSA lib pcm.c:2102:(snd_pcm_open_noupdate) Unknown PCM default<br>&gt;<br>&gt; Is there a way to tell ALSA (or whoever) what to do about card &#39;0&#39; ?<br><br>I&#39;m not clear if these errors are just because esd is already running --
<br>you can&#39;t run it twice on the same sound card. &nbsp;You can kill the existing<br>esd and try again with:<br><br> &nbsp; &nbsp; &nbsp; &nbsp;killall esd<br> &nbsp; &nbsp; &nbsp; &nbsp;ps aux |grep esd &nbsp; &nbsp; &nbsp; &nbsp;(just to check it stopped)<br> &nbsp; &nbsp; &nbsp; &nbsp;esd &amp;<br>
<br>If esd starts properly, you&#39;ll usually hear a bleeping sound over the<br>speakers.