That seems to indicate that the daemon is running:<br><br>root 5678 0.0 0.0 3088 1444 ? Ss Mar06 0:00 /usr/bin/esd -terminate -nobeeps -as 1 -spawnfd 14<br>pcs 21426 0.0 0.0 2876 792 pts/0 R+ 08:09 0:00 grep esd
<br><br>but starting manually produced some interesting output:<br><br>pcs@ubuntu:~$ esd &<br>[1] 21600<br>pcs@ubuntu:~$ ALSA lib confmisc.c:672:(snd_func_card_driver) cannot find card '0'<br>ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_card_driver returned error: No such device
<br>ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings<br>ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_concat returned error: No such device<br>ALSA lib confmisc.c:1072:(snd_func_refer) error evaluating name
<br>ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_refer returned error: No such device<br>ALSA lib conf.c:3962:(snd_config_expand) Evaluate error: No such device<br>ALSA lib pcm.c:2102:(snd_pcm_open_noupdate) Unknown PCM default
<br><br>Is there a way to tell ALSA (or whoever) what to do about card '0' ?<br><br>TIA<br><br><div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br>Hi,<br><br>On Tue, 06 Mar 2007, Michael Steigerwald wrote:<br><br>> snd_hda_intel 18964 0<br>> snd_hda_codec 157616 1 snd_hda_intel<br>> snd_pcm 89864 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
<br>> snd 55268 6<br>> snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer<br>> snd_page_alloc 10632 2 snd_hda_intel,snd_pcm<br>><br>> I don't know how to interpret it. Does the '0' in the first line indicate
<br>> it's not loaded?<br><br>Its presence in the list means it is loaded, but the 0 usually means<br>something along the lines of "not in use by any process". I wouldn't worry<br>overly about that.<br>
<br>> From the BIOS, it appears that the internal modem is enabled. Restarting<br>> ALSA did not seem to help.<br><br>I wasn't clear what this would do, just that it was suggested in that<br>article.<br><br>> I learned a lot from the tutorials, but the only other tangible suggestion I
<br>> found seemed to paraphrase to 'compile snd_hda_intel' into the kernel. Is<br>> that my next best attempt?<br><br>There shouldn't be any need to do this -- the module is already there.<br><br>What do you get if you type the following commands:
<br><br> ps aux |grep esd<br><br> esd &<br><br>The first searches the running processes for esound, the sound daemon, to<br>see if it is running. The second starts the sound daemon, it would be<br>interesting to know what happens when you try to start it.
<br><br>Gavin</blockquote></div><br>