Re: Help, no sound, no alsa or oss
Bj|rn Englund <[email protected]>
| Newsgroups | gmane.comp.video.ogle.user |
|---|---|
| Message-ID | <[email protected]> |
Thu Oct 16 2003, bk/sm wrote: > Thanks for the response! > My system has neither OSS or ALSA, and in oglrc I've got: > > <audio> > <device> > <driver></driver> > <path>/dev/dsp</path> > > My Linux uses the sound modules supplied with the kernel, and > /dev/dsp does work for other apps. /dev/dsp just tells which file should be opened for the sound device. You must tell ogle which interface it should use also. The modules supplied with the kernel uses the OSS interface (or maybe recently they have changed to alsa?) Try adding <driver>oss</driver> and run ogle --debug /Björn