Subject: Re: RealAudio
To: Nagae Hidetake <nagae@mickey.ai.kyutech.ac.jp>
From: Eric Haszlakiewicz <haszlaki@UAccess.NET>
List: current-users
Date: 11/06/1997 15:32:13
> FreeBSD/Linux RealAudio player doesn't work on my machine
> (NetBSD/i386 1.3_ALPHA). It says `Cannot open audio device'.
> I guess `audio device' means /dev/dsp (NetBSD doesn't have it).
>
> What should I do to run it?
mkdir /emul/linux/dev
ln -s /dev/audio /emul/linux/dev/dsp
ln -s /dev/mixer /emul/linux/dev/mixer
(for the linux version)
that should be enough to get it working (since it runs in emulation it check
the emul paths before any others).
eric
haszlaki@uiuc.edu