LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   esd or other netwrok sound (https://www.linuxquestions.org/questions/linux-general-1/esd-or-other-netwrok-sound-562280/)

mattd7591 06-16-2007 02:44 PM

esd or other netwrok sound
 
Im trying to set up esound for network audio via from VNC tunneled throguh SSH. however
Code:

matt-debian:matt# esd
/dev/dsp: No such file or directory
matt-debian:matt#

It is a Creative Sound Blaster Live
Sound works with Alsa, I just can't start ESD
Any better options?http://www.linuxquestions.org/questi...post&p=2789754

feitingen 06-17-2007 07:39 AM

Try loading the modules "snd-mixer-oss" and "snd-pcm-oss" which should enable alsa to emulate /dev/dsp.
You can find them in modconf under /kernel/sound/core/oss

If that doesn't work, you can try apt-getting alsa-oss and running "aoss esd"

mattd7591 06-17-2007 09:38 AM

Bingo that worked. Thanks a lot!

Bloomer510 07-08-2007 06:45 PM

How?
 
Quote:

Originally Posted by mattd7591
Bingo that worked. Thanks a lot!

How did you get that to work. I am new at linux and I wanted to do the same thing. Using VNC through a ssh tunnel to get sound from the host computer.

Thanks

mattd7591 07-08-2007 06:49 PM

Bloomer, are you talking about the no /dev/dsp problem or using esound

Bloomer510 07-09-2007 05:45 AM

Esound. or whatever to get work. I have not been able to get anything to work yet.

mattd7591 07-09-2007 10:31 AM

Have you tried starting the esound daemon?
the command is
Code:

esd
If you did what was the output

Bloomer510 07-10-2007 06:06 AM

Esd
 
I typed in ESD it beeped and then just went to another command line. Do you happen to know what I would type when i connect through the ssh tunnel?

mattd7591 07-10-2007 09:44 AM

just type it in an ssh shell, I think. I saw an article , Ill find it.
The beep means it started successfully. Here is a quick howto I found using google, I read it over and it seems it should work.
http://www.retout.co.uk/mathsroom.html
Scroll downt where it says XMMS Remotely....
Then look where it says using esound over ssh
Math is the name of the remote machine in the example.
Alternatively to configuring apps to use esound, you probably, note I say probably, can use the KDE sound system and set it to esound.
Hope this helps


All times are GMT -5. The time now is 03:11 PM.