On Tue, Aug 01, 2006 at 04:11:45AM -0400, Andrew K. Bressen wrote: > Matthias Czapla <[EMAIL PROTECTED]> writes: > > Google as well as the ALSA docs told me multiple times to do a > > echo "et.x86 0 0 disable">/proc/asound/card0/pcm0c/oss > > which I'd really like to try. But on my system there is no such > > directory "pcm0c" in /proc/asound/card0. > > If pcm0c isn't the device you need, it could be pcm1c, pcm2c, etc. > See http://alsa.opensrc.org/proc+asound+documentation to see if > it can help you figure out which device you want.
The problem is that there is nothing at all like pcm?c in my /proc/asound/card0 even though the snd-pcm-oss module is loaded. bender:~# lsmod | grep snd snd_intel8x0 33052 5 snd_ac97_codec 89824 1 snd_intel8x0 snd_ac97_bus 2432 1 snd_ac97_codec snd_pcm_oss 39008 0 snd_mixer_oss 18368 1 snd_pcm_oss snd_pcm 81028 4 snd_intel8x0,snd_ac97_codec,snd_pcm_oss snd_timer 24644 2 snd_pcm snd 55524 14 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer snd_page_alloc 10248 2 snd_intel8x0,snd_pcm bender:~# ls -F /proc/asound CK804@ card0/ cards devices modules oss/ pcm timers version bender:~# ls -F /proc/asound/card0 codec97#0/ id intel8x0 oss_mixer bender:~# > Additionally, you could try running the app under aoss. Did that, produced terrible noise as the man page predicts for mmap'ing apps. But at least it made *some* noise :) > Further, I've found artsdsp will work in cases where aoss will not. Have to try that one, but I wished it would work without these ugly dsp-wrappers. Furthermore I would be interested if the non-existence of the /proc/asound/card?/pcm?c directories is intentional with the ALSA drivers included with Linux 2.6.17.6 or if it's a bug. Regards Matthias -- Key-ID: B3A19BC0 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Alsa-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/alsa-user
