> But I think all the HOWTO indicated was to install the modules on the
> terminal and run the ltsp-sound login script when they login.  Is there
> something else/new that needs to be done?
>
>   
As root from the terminal console (Alt-F2), run esd without any 
parameters.  You should hear a very annoying (and loud!) series of beeps 
as it launches, and that will tell you (a) that esd runs, and (b) the 
sound card works.

Next, kill esd (ctrl-C, or killall esd) and run it "properly" with 
/etc/rc.sound

As a side note, I had to update my rc.sound by adding -public to the 
parameters on line 67:
/bin/esd -nobeeps -tcp -public -port 16001 -r 44100 &


Now, go back to the terminal GUI (Alt-F1), log in, and open a command 
prompt.  Enter this to export the audio:
export ESPEAKER=<terminal-ip>:16001

Then test it out with
esdplay /usr/share/sounds/<wave-file-of-choice>

If you get sound, then everything is working, we just need to figure out 
which script is failing.  If you don't get sound, at least we will know 
which component is failing (audio driver, esd, login script)

-Todd

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to