Chris-

This is not an error, only a warning and is what you should expect for
this hack.  Sound should still work.

You see, there is no sound daemon called "rdp".  You can use any value
you like aside from a valid sound daemon for the hack to work.  You
could use:  SOUND_DAEMON = chicken
Same result.

The idea is to have the thin client's sound script load the sound driver
but not the sound daemon. If you leave SOUND_DAEMON blank, it loads esd
by default, so the hack is to give it an invalid value so it posts a
warning, but still loads the sound modules.

If a sound daemon loads on the client, it takes ownership of the thin
client's /dev/dsp, and therefore prevents rdesktop running on the thin
client from writing to the sound device.

Remember, this hack is for producing sound through rdesktop *running on
the thin client* not from your linux desktop.  So, it only works in
conjunction with:  SCREEN_01 = "rdesktop -r sound:local ...."

If you want sound from rdesktop launched from your Linux desktop, you
should keep SOUND_DAEMON = esd, and change your launcher on the desktop
to:  esddsp rdesktop -r sound:local ....

If your server does not have "esddsp", you should install the
esound-clients package for your distro.

NOTE:  The quality of sound piped through the Linux server using esddsp
will most likely not be as good as rdesktop running on the thin client.

HTH,

-Gadi

On Mon, 2006-12-18 at 15:47 -0700, Chris Northstrum wrote:
> I am trying to have sound be available in an rdesktop session to a
> Windows terminal server.  Currently, I have been able to get sound
> working within a linux thin client desktop (Ubuntu 6.10).  When I
> change the parameters in the lts.conf file I get an error when booting
> the thin client.
>  
> "Unknown value for SOUND_DAEMON = [rdp]"
>  
> Below is a piece of my lts.conf...
>  
> [ws001]
>         SERVER             = 10.1.1.250
>         XSERVER            = auto
>         X_MOUSE_PROTOCOL   = "ImPS/2"
>         X_MOUSE_DEVICE     = "/dev/psaux"
>         X_MOUSE_RESOLUTION = 400
>         X_MOUSE_BUTTONS    = 3
>         USE_XFS            = N
>         SCREEN_01          = startx
>         X_MODE_0           = 1600x1200
>         HOTPLUG            = Y
>               ALLOW_SHUTDOWN     = Y
> 
>         LOCAL_STORAGE      = Y
> 
>         SOUND              = Y
> 
>         SOUND_DAEMON       = "rdp"
> 
>  
> 
>  
> 
> Then I have a script that runs setup as an icon for the user.
> 
>  
> 
> rdesktop 10.1.1.8 -N -a 16 -g 1270x875 -r sound:local
> 
>  
> 
>  
> 
> I have also tried making the rdesktop SCREEN_02 in lts.conf, it yields
> the same error...
> 
>  
> 
> "Unknown value for SOUND_DAEMON = [rdp]"
> 
>  
> 
> Any help is much appreciated.
> 
>  
> 
> --Chris
> 
> 
> -------------------------------------------------------------------------
> 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
-- 
--------------------------------------------------------
Gideon Romm | Proud LTSP Developer
[EMAIL PROTECTED]

Support LTSP!  Buy your hardware at:

        www.DisklessWorkstations.com
        www.DisklessThinClients.com 
 
(use coupon code: LTSP5P for 5% off thin clients from DisklessThinClients.com)


-------------------------------------------------------------------------
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