Hey all, So I've been thinking about replacing my gigantic Dell Inspiron 9400 with my Acer when on the road using rdesktop to get back into the Inspiron when I need it. Enabled Terminal Services in Vista and can connect without issue from my Acer using the following command: [code] rdesktop -u vistausername -p vistapassword -f vistaip [/code] Only thing is, I can't seem to get sound from the Vista machine. I tried: [code] rdesktop -u vistausername -p vistapassword -f -r sound:local vistaip [/code] but not a peep comes out. Now I know that the Vista machine is sending sound as the sound output device in Vista is being successfully sent to the RDP output. I read that rdesktop uses OSS and therefore you need to 'fool' it into using ALSA using the ALSA-OSS package so I installed that and tried: [code] aoss rdesktop -u vistausername -p vistapassword -f -r sound:local vistaip [/code] Still no sound. Also tried explicitly setting the driver: [code] aoss rdesktop -u vistausername -p vistapassword -f -r sound:local:oss vistaip [/code] still with no sound. Now the only thing I haven't done is explicitly set the device in the rdesktop command (it seems it uses /dev/dsp as default) so I'm thinking that maybe this is the issue. Problem is, I don't know how to refer to the output sound device on the Acer. Anyone have any idea how I should refer to it?