Hi,
The explanation is probably much simpler: OSS likely won't show up if the sound device is in use, since it claims total control. If anything in the background is using sound, it is possible to not see OSS at all. lsof /dev/dsp* /dev/snd/* probably tells you if anything uses it.
Cheers, Maarten.