alias sound_slot_0 snd_card_0
alias sound_service_0_0 snd-mixer-oss
alias sound_service_0_1 snd-seq-oss
alias sound_service_0_3 snd-pcm-oss
alias sound_service_0_8 snd-seq-oss
alias sound_service_0_12 snd-pcm-oss
install snd-mixer-oss /sbin/modprobe --first-time --ignore-install snd-mixer-oss && { /sbin/modprobe snd-seq-oss; /bin/true; }
install snd-pcm /sbin/modprobe --first-time --ignore-install snd-pcm && { /sbin/modprobe snd-mixer-oss; /bin/true; }
install snd-seq-oss /sbin/modprobe --first-time --ignore-install snd-seq-oss && { /sbin/modprobe snd-pcm-oss; /bin/true; }
remove snd-mixer-oss { /sbin/modprobe -r snd-seq-oss; } ; /sbin/modprobe -r --first-time --ignore-remove snd-mixer-oss
remove snd-pcm { /sbin/modprobe -r snd-mixer-oss; } ; /sbin/modprobe -r --first-time --ignore-remove snd-pcm
remove snd-seq-oss { /sbin/modprobe -r snd-pcm-oss; } ; /sbin/modprobe -r --first-time --ignore-remove snd-seq-oss
