[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Kegs on Raspberry Pi



David Schmidt <schmidtd@my-deja.com> wrote:
> Please follow Ivan X's prior advice...
> add snd-pcm-oss to /etc/modules
> (reboot)
> sudo chmod 666 /dev/dsp
> kegs -audio 0

Another option is to install alsa-oss. I normally run 'aoss gsportx'. I
also have oss emulation enabled in my kernel, but using /dev/dsp
prevents other applications from simultaneously using the sound
device. aoss connects to alsa using a higher layer which supports
mixing.

To clarify, I don't have a Pi but I use gsport on linux.

-- Daniel