diff options
Diffstat (limited to 'base/module-init-tools/modprobe.conf')
-rw-r--r-- | base/module-init-tools/modprobe.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/base/module-init-tools/modprobe.conf b/base/module-init-tools/modprobe.conf new file mode 100644 index 000000000..c4b610ed5 --- /dev/null +++ b/base/module-init-tools/modprobe.conf @@ -0,0 +1,5 @@ +# $Id: modprobe.conf,v 1.1 2007/09/27 08:34:02 install Exp $ +# Begin of /etc/modprobe.conf +options snd-intel8x0 enable=1 index=0 +install snd-pcm /sbin/modprobe -i snd-pcm; /sbin/modprobe snd-pcm-oss +alias snd-card-0 snd-intel8x0 |