Hi guys!
I'm building LFS system, entered chroot environment(part III)
I've installed mplayer and ffmpeg in tools directory so that I can run something like this
Code:
make && mplayer <soundfile>
it makes life a lot more easier

To be honest I'm not very familiar how sound system works on linux in general, but mplayer giving me this
Code:
[AO OSS] audio_setup: Can't open audio device /dev/dsp: No such file or directory
I don't have this device on my system I can guess it's some sound device, I don't really know.
So my question is what else audio device can i try from /dev directory?
How else can I play audio on LFS chroot environment?