[Python-Dev] test results
Skip Montanaro
skip@pobox.com (Skip Montanaro)
Thu, 2 Aug 2001 14:29:12 -0500
>> test test_linuxaudiodev crashed -- linuxaudiodev.error: (16, 'Device
>> or resource busy')
Neil> Something has /dev/dsp or /dev/audio open. Are you playing MP3s
Neil> or running something like esd?
Nope, not that I'm aware of. I poked around ps auxww output but didn't find
anything that looked like an audio server. /dev/dsp and /dev/audio* are
owned by user "skip", group "audio". My usual login is "skip" and I am in
group "audio". The test succeeds outside of X but no sound is produced.
Skip