I added the gap to give '-r sound:local'. No change. I tried
SOUND=False again and this time was able to run alsamixer. All my
sliders were around 90%, so I cranked them to 100% but still no sound
in rdp.

I removed SOUND=False from lts.conf and added 'export
PULSE_SERVER=tcp:127.0.0.1:4713' to screen.d/rdesktop and updated the
image, rebooted the client. Still no sound in rdp.

r...@ltsp371:~# netstat -npa | grep pulse
tcp        0      0 0.0.0.0:16001           0.0.0.0:*
LISTEN      3159/pulseaudio
tcp        0      0 0.0.0.0:4713            0.0.0.0:*
LISTEN      3159/pulseaudio
tcp6       0      0 :::16001                :::*
LISTEN      3159/pulseaudio
tcp6       0      0 :::4713                 :::*
LISTEN      3159/pulseaudio
unix  2      [ ACC ]     STREAM     LISTENING     8646
3159/pulseaudio     /var/run/pulse/native

So it appears pulseaudio is doing as expected, except no sound in rdp.

Next I edited the rdesktop script to read thus:

PATH=/bin:$PATH; export PATH
. /usr/share/ltsp/screen-x-common

RDP_OPTIONS=${RDP_OPTIONS:-"-f"}

RDESKTOP_OPTIONS="${RDP_OPTIONS} -f $* ${RDP_SERVER}"

if [ -x /usr/share/ltsp/xinitrc ]; then
    xinitrc=/usr/share/ltsp/xinitrc
fi

xinit $xinitrc padsp rdesktop -r sound:local:oss ${RDESKTOP_OPTIONS}
-- ${DISPLAY} vt${TTY} ${X_ARGS} -br >/dev/null

but I must have done it wrong because now it's not connecting to the
rdp session at all.

Sorry to be such a pain. I'm a little lost with this stuff, and
surprised it's not working.

My setup is fairly standard, although the ltsp server is running on
ESXi with only a single network interface. I can't see how that would
affect sound on the client, but somebody might know better than I.
Like I said, sound works in ldm.

db

On Wed, Sep 2, 2009 at 11:08 PM, Frank Schöttler<[email protected]> wrote:
> Hi,
>
> did you tried to use "-r sound ......"
>
> RDP_OPTIONS="-dGPRC -z -a24 -P -f -0 -r sound:local -u userid"
>
> instead of "-rsound"
>
> RDP_OPTIONS="-dGPRC -z -a24 -P -f -0 -rsound:local -u userid"
>
> cu frank
>
>
>
>
>>>> [email protected] 02.09.2009 >>>
> Hi, it's me again.
>
> Thanks to good help from the list so far I have my tc booting up to
> rdp. I can log in, and all seems well, but no sound.
>
> I'm using ubuntu 9.04 x86_64 as ltsp server. Here are some lines from
> lts.conf:
>
> SCREEN_07=rdesktop
> RDP_OPTIONS="-dGPRC -z -a24 -P -f -0 -rsound:local -u userid"
>
> I also tried with "-rsound:remote" and without the "-0", but still no
> sound. I tried an ldm login and sound worked there.
>
> I have tc's on identical hardware connecting to the same Windows term
> server and they get sound. They are using a local debian-based boot
> image with the following command line:
>
> rdesktop -dGPRC -f -a24 -rsound:local -ken-us -z -rdisk:usbdev
> /media/usb0 fvtc001
>
> Something to do with ubuntu's sound server perhaps?
>
> db
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008
> 30-Day
> trial. Simplify your report design, integration and deployment - and
> focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _____________________________________________________________________
> 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
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _____________________________________________________________________
> 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
>

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_____________________________________________________________________
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