Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
multimedia:libs
alsa-utils
load-sound-modules.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File load-sound-modules.sh of Package alsa-utils
#!/bin/sh test -r /etc/sysconfig/sound && . /etc/sysconfig/sound if [ "$LOAD_OSS_EMUL_MODULES" = "yes" ]; then /sbin/modprobe -q snd-mixer-oss /sbin/modprobe -q snd-pcm-oss fi if [ "$LOAD_SEQUENCER" = "yes" ]; then /sbin/modprobe -q snd-seq fi if [ -r /proc/asound/seq/drivers ]; then OLDIFS="$IFS" IFS="," while read t x c; do /sbin/modprobe -q $t done < /proc/asound/seq/drivers IFS="$OLDIFS" fi if [ -d /proc/asound/seq ]; then if [ "$LOAD_OSS_SEQ_MODULE" = "yes" ]; then /sbin/modprobe -q snd-seq-oss fi fi 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