Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.3
alsa
install-snd-module
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File install-snd-module of Package alsa
#!/bin/sh /sbin/modprobe --ignore-install "$@" || exit $? . /etc/sysconfig/sound case "$1" in snd) /sbin/modprobe --quiet --use-blacklist snd-ioctl32 test "$LOAD_OSS_EMUL_MODULES" = "yes" && \ /sbin/modprobe --quiet --use-blacklist snd-mixer-oss test "$LOAD_SEQUENCER" = "yes" && \ /sbin/modprobe --quiet --use-blacklist snd-seq ;; snd-pcm|snd_pcm) test "$LOAD_OSS_EMUL_MODULES" = "yes" && \ /sbin/modprobe --quiet --use-blacklist snd-pcm-oss ;; snd-seq|snd_seq) if [ -r /proc/asound/seq/drivers ]; then OLDIFS="$IFS" IFS="," while read t x c; do /sbin/modprobe --quiet --use-blacklist $t done < /proc/asound/seq/drivers IFS="$OLDIFS" fi test "$LOAD_OSS_SEQ_MODULE" = "yes" && \ /sbin/modprobe --quiet --use-blacklist snd-seq-oss ;; esac exit 0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor