Re: [Ltsp-discuss] sound question

2007-11-22 Thread SZABO Zsolt
On Thu, 22 Nov 2007, SZABO Zsolt wrote: > I run ltsp5 on debian etch and now I am trying to configure sound. Finally, the sound seems to work now. I am trying to summarize it: SERVER side setup: # aptitude install pulseaudio pulseaudio-esound-compat pulseaudio-utils \ padevchoo

[Ltsp-discuss] sound question

2007-11-22 Thread SZABO Zsolt
I run ltsp5 on debian etch and now I am trying to configure sound. I would like to test the client whether the alsa modules are OK. So, here are some output from the client: # lsmod |grep snd snd_ali545120492 4 snd_ac97_codec 82848 1 snd_ali5451 snd_ac97_bus2432

Re: [Ltsp-discuss] sound question

2005-08-16 Thread Gideon Romm
Hmmm... Try sticking the following script in a file: #!/bin/sh if [ ! -e /usr/lib/libesd.so.1 -a -e /usr/lib/libesd.so.0 ]; then ln -s /usr/lib/libesd.so.0 /usr/lib/libesd.so.1 2>/dev/null fi if [ ! -f /tmp/.esd/socket ]; then logger "/tmp/.esd/socket is missing. replacing..." rm -rf /tmp

Re: [Ltsp-discuss] sound question

2005-08-16 Thread Joe Auerbach
Gideon Romm wrote: If you use SOUND_DAEMON = "esd" , Ubuntu will work right-out-of-the-box. no need for ltsp-sound pkg on server. This is because, as of the newer Gnome/KDE, both desktops go through gstreamer for sound, and Ubuntu sets up gstreamer to use ESD as output by default. If you are n

[Ltsp-discuss] sound question

2005-08-15 Thread Joe Auerbach
Am I correct to understand that in order to make sound work properly with ltsp I need to download ltsp-sound? a) not sure if this is true but I'm using hoary ubuntu and sound isn't working on the ltsp thin clients. b) is this is true a simple apt-get install ltsp-sound produced nothing. Any