[EMAIL PROTECTED] wrote: > + <note> > + <para>The <application>ALSA OSS</application> package has > + not been tested by the BLFS editors.</para> > + </note> > +
even though the test is easy. Install cdrtools, insert an audio CD, and run this command (it would play the first audio track digitally via the emulated OSS device): aoss cdda2wav -e -D /dev/cdrom this works, too, if your CD-ROM is /dev/hdd: aoss cdda2wav -e -D ATA:1,1,0 While this command is playing the music, verify that ALSA, not OSS, is really used: fuser /dev/dsp (should print nothing) -- Alexander E. Patrakov -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
