Horst Prote skrev:
> Verner Kjærsgaard schrieb:
> 
>  > - With a SuSE10.3 server and LTSP4.2, I get no sound to any (have tried 
>  > many) clients.
>  > 
>  > - I've downloaded and am using Gideon Romms rc.sound.
> The one from his LTSP-esd-alsa package? (see
> http://wiki.ltsp.org/twiki/bin/view/Ltsp/WorkInProgress#esd_ALSA_sound_on_LTSP_4_2)
> I use this one too and it works for me (Gentoo Linux, LTSP4.2 with
> Kernel 2.6.20.9-ltsp-1).
> 
>  > - I've tried both SOUND_DAEMOND = esd and nasd in /opt/../lts.conf, all 
>  > the same; silence. Sound plays on the server if tested on the server. 
>  > Sound on the clients does NOT play on the server.
> In my lts.conf I have the following sound related options:
>         SOUND              = Y
>         SOUND_DAEMON       = esd
>         VOLUME             = 100
>         MIC_VOLUME         = 100
>         CD_VOLUME          = 75
> 
>  > If I open up a shell on the client and do "lsmod | grep snd", I get
>  > 
>  > snd_mixer_oss 18048 1 snd_pcm_oss
>  > snd 53376 4 snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss
>  > soundcore 10336 1 snd
>  > 
>  > Is this info of any help?
> Compared with my client I miss the modules for your sound
> card/chip. On my client I got
> # lsmod | grep snd
> snd_pcm_oss            40352  0
> snd_mixer_oss          15360  1 snd_pcm_oss
> snd_via82xx            23572  0
> snd_ac97_codec         81312  1 snd_via82xx
> ac97_bus                1920  1 snd_ac97_codec
> snd_pcm                65544  3 snd_pcm_oss,snd_via82xx,snd_ac97_codec
> snd_timer              19972  1 snd_pcm
> snd_page_alloc          8456  2 snd_via82xx,snd_pcm
> snd_mpu401_uart         7040  1 snd_via82xx
> snd_rawmidi            20512  1 snd_mpu401_uart
> snd_seq_device          6412  1 snd_rawmidi
> snd                    41216  9 
> snd_pcm_oss,snd_mixer_oss,snd_via82xx,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
> soundcore               6496  1 snd
> 
> Horst
> 
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> _____________________________________________________________________
> 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
> 

Hi listmates,

- thank you for your input(s).

- I solved the matter this afternoon, I was searching my mail and 
stumbled over a mail once received from one Noel Torres of the Canary 
Islands. He wrote this script - to be put into ~/.kde/env/startsound.sh

REMOTE_X11=${DISPLAY%:*}
if test "$REMOTE_X11" == ""
then
export REMOTEX_11=false
else
export ESPEAKER=$REMOTE_X11:16001
export ESDDSP_MIXER=1
export LD_PRELOAD="/usr/lib/libesddsp.so.0 /usr/lib/libesd.so.0
$LD_PRELOAD"
export REMOTE_X11=true
fi

Finally, he recommends setting KDE to use OSS. This way, all apps using 
KDE are sounding through OSS which is redirected to ESD, which in turn 
is sent to client's ESD and client's speakers, and apps trying to use 
OSS directly are in the same case.


This did it, sound was working right away.

Actually, I think the above script is in fact already in the wiki, I 
just couldn't find it...

Anyhow, sound from KDE is working. Sound from, say,  YouTube isn't. I 
guess it has to do with the way flash is composed/handled. Can one at 
all solve such a problem?

Thanks again!

-- 
--------------------------------------------
Med venlig hilsen/best regards
Verner Kjærsgaard
Novell Certified Linux Professional 10035701
www.os-academy.dk +45 56964223

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_____________________________________________________________________
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